期刊文献+
共找到600篇文章
< 1 2 30 >
每页显示 20 50 100
System Dependence Graph Construction for Aspect Oriented C++
1
作者 SHI Liang XU Baowen 《Wuhan University Journal of Natural Sciences》 EI CAS 2006年第3期555-560,共6页
This paper proposes an extended system dependence graph called AspectSDG to represent control and data dependences for AspeetC++ programs, and presents an approach for the construction of AspectSDG. This approach de... This paper proposes an extended system dependence graph called AspectSDG to represent control and data dependences for AspeetC++ programs, and presents an approach for the construction of AspectSDG. This approach decomposes aspect-oriented programs into three parts: component codes, aspect codes, and weaving codes. It constructs program dependence graphs (PDGs) for each part, and then connects the PDGs at call sites to form the complete AspectSDG. The AspectSDG can deal with advice precedence correctly, and represent the additional dependences caused by aspect codes. Based on this model, we introduce how to compute a static slice of an AspectC+ + program. 展开更多
关键词 program analysis system dependence graph ASPECT-ORIENTED slicing
在线阅读 下载PDF
Probabilistic SDG model description and fault inference for large-scale complex systems 被引量:4
2
作者 杨帆 Xiao Deyun 《High Technology Letters》 EI CAS 2006年第3期239-244,共6页
Large-scale complex systems have the feature of including large amount of variables that have complex relationships, for which signed directed graph (SDG) model could serve as a significant tool by describing the ca... Large-scale complex systems have the feature of including large amount of variables that have complex relationships, for which signed directed graph (SDG) model could serve as a significant tool by describing the causal relationships among variables. Although qualitative SDG expresses the causing effects between variables easily and clearly, it has many disadvantages or limitations. Probabilistic SDG proposed in the article describes deliver relationships among faults and variables by conditional probabilities, which contains more information and performs more applicability. The article introduces the concepts and con- struction approaches of probabilistic SDG, and presents the inference approaches aiming at fault diagnosis in this framework, i.e. Bayesian inference with graph elimination or junction tree algorithms to compute fault probabilities. Finally, the probabilistic SDG of a typical example of 65t/h boiler system is given. 展开更多
关键词 signed directed graph sdg hazard assessment fault diagnosis Bayesian network
在线阅读 下载PDF
THE Z SPECIFICATION DEPENDENCE GRAPH
3
作者 WuFangjun YiTong 《Journal of Electronics(China)》 2005年第2期201-204,共4页
The lack of existing solutions makes it really hard to understand formal specification languages since the application domain for representations is useful for the purpose of carrying out certain software engineering ... The lack of existing solutions makes it really hard to understand formal specification languages since the application domain for representations is useful for the purpose of carrying out certain software engineering operations such as slicing and the computation of program metrics.A Z specification dependence graph is presented in this letter. It draws on the strengths of a range of earlier works and adapts them, if necessary, to the Z language. 展开更多
关键词 Program dependence graph(PDG) system dependence graph(sdg) Formal specification language
在线阅读 下载PDF
Adaptive Graph Convolutional Recurrent Neural Networks for System-Level Mobile Traffic Forecasting
4
作者 Yi Zhang Min Zhang +4 位作者 Yihan Gui Yu Wang Hong Zhu Wenbin Chen Danshi Wang 《China Communications》 SCIE CSCD 2023年第10期200-211,共12页
Accurate traffic pattern prediction in largescale networks is of great importance for intelligent system management and automatic resource allocation.System-level mobile traffic forecasting has significant challenges ... Accurate traffic pattern prediction in largescale networks is of great importance for intelligent system management and automatic resource allocation.System-level mobile traffic forecasting has significant challenges due to the tremendous temporal and spatial dynamics introduced by diverse Internet user behaviors and frequent traffic migration.Spatialtemporal graph modeling is an efficient approach for analyzing the spatial relations and temporal trends of mobile traffic in a large system.Previous research may not reflect the optimal dependency by ignoring inter-base station dependency or pre-determining the explicit geological distance as the interrelationship of base stations.To overcome the limitations of graph structure,this study proposes an adaptive graph convolutional network(AGCN)that captures the latent spatial dependency by developing self-adaptive dependency matrices and acquires temporal dependency using recurrent neural networks.Evaluated on two mobile network datasets,the experimental results demonstrate that this method outperforms other baselines and reduces the mean absolute error by 3.7%and 5.6%compared to time-series based approaches. 展开更多
关键词 adaptive graph convolutional network mobile traffic prediction spatial-temporal dependence
在线阅读 下载PDF
基于Graph-LSTMs的双重位置感知方面级情感分类
5
作者 杨锐 刘永坚 +1 位作者 解庆 刘平峰 《计算机应用与软件》 北大核心 2024年第4期165-172,共8页
目前针对用户评论中方面词项情感分类任务的研究大多忽略了依存句法信息,或并未建立依存句法结构与单词之间的联系。为此,提出一种基于Graph-LSTMs的双重位置感知方面级情感分类方法。通过Graph-LSTMs学习词项的上下文语境特征;在双向GR... 目前针对用户评论中方面词项情感分类任务的研究大多忽略了依存句法信息,或并未建立依存句法结构与单词之间的联系。为此,提出一种基于Graph-LSTMs的双重位置感知方面级情感分类方法。通过Graph-LSTMs学习词项的上下文语境特征;在双向GRU的输入中拼接具有双重位置信息的位置向量,优化句子情感编码;利用注意力机制捕获关键的情感特征,实现分类。在SemEval2014的两个数据集上的实验结果表明,该模型相比几种基线模型在准确率和Macro-F1这两个指标上提升明显。 展开更多
关键词 方面级情感分析 graph-LSTMs 依存句法 位置权重 注意力机制
在线阅读 下载PDF
Graph Convolutional Networks Embedding Textual Structure Information for Relation Extraction
6
作者 Chuyuan Wei Jinzhe Li +2 位作者 Zhiyuan Wang Shanshan Wan Maozu Guo 《Computers, Materials & Continua》 SCIE EI 2024年第5期3299-3314,共16页
Deep neural network-based relational extraction research has made significant progress in recent years,andit provides data support for many natural language processing downstream tasks such as building knowledgegraph,... Deep neural network-based relational extraction research has made significant progress in recent years,andit provides data support for many natural language processing downstream tasks such as building knowledgegraph,sentiment analysis and question-answering systems.However,previous studies ignored much unusedstructural information in sentences that could enhance the performance of the relation extraction task.Moreover,most existing dependency-based models utilize self-attention to distinguish the importance of context,whichhardly deals withmultiple-structure information.To efficiently leverage multiple structure information,this paperproposes a dynamic structure attention mechanism model based on textual structure information,which deeplyintegrates word embedding,named entity recognition labels,part of speech,dependency tree and dependency typeinto a graph convolutional network.Specifically,our model extracts text features of different structures from theinput sentence.Textual Structure information Graph Convolutional Networks employs the dynamic structureattention mechanism to learn multi-structure attention,effectively distinguishing important contextual features invarious structural information.In addition,multi-structure weights are carefully designed as amergingmechanismin the different structure attention to dynamically adjust the final attention.This paper combines these featuresand trains a graph convolutional network for relation extraction.We experiment on supervised relation extractiondatasets including SemEval 2010 Task 8,TACRED,TACREV,and Re-TACED,the result significantly outperformsthe previous. 展开更多
关键词 Relation extraction graph convolutional neural networks dependency tree dynamic structure attention
在线阅读 下载PDF
IndRT-GCNets: Knowledge Reasoning with Independent Recurrent Temporal Graph Convolutional Representations
7
作者 Yajing Ma Gulila Altenbek Yingxia Yu 《Computers, Materials & Continua》 SCIE EI 2024年第1期695-712,共18页
Due to the structural dependencies among concurrent events in the knowledge graph and the substantial amount of sequential correlation information carried by temporally adjacent events,we propose an Independent Recurr... Due to the structural dependencies among concurrent events in the knowledge graph and the substantial amount of sequential correlation information carried by temporally adjacent events,we propose an Independent Recurrent Temporal Graph Convolution Networks(IndRT-GCNets)framework to efficiently and accurately capture event attribute information.The framework models the knowledge graph sequences to learn the evolutionary represen-tations of entities and relations within each period.Firstly,by utilizing the temporal graph convolution module in the evolutionary representation unit,the framework captures the structural dependency relationships within the knowledge graph in each period.Meanwhile,to achieve better event representation and establish effective correlations,an independent recurrent neural network is employed to implement auto-regressive modeling.Furthermore,static attributes of entities in the entity-relation events are constrained andmerged using a static graph constraint to obtain optimal entity representations.Finally,the evolution of entity and relation representations is utilized to predict events in the next subsequent step.On multiple real-world datasets such as Freebase13(FB13),Freebase 15k(FB15K),WordNet11(WN11),WordNet18(WN18),FB15K-237,WN18RR,YAGO3-10,and Nell-995,the results of multiple evaluation indicators show that our proposed IndRT-GCNets framework outperforms most existing models on knowledge reasoning tasks,which validates the effectiveness and robustness. 展开更多
关键词 Knowledge reasoning entity and relation representation structural dependency relationship evolutionary representation temporal graph convolution
在线阅读 下载PDF
Minimal Realization of Linear Graph Models for Multi-physics Systems
8
作者 Clarence W.DE SILVA 《Instrumentation》 2019年第4期72-84,共13页
An engineering system may consist of several different types of components,belonging to such physical"domains"as mechanical,electrical,fluid,and thermal.It is termed a multi-domain(or multi-physics)system.Th... An engineering system may consist of several different types of components,belonging to such physical"domains"as mechanical,electrical,fluid,and thermal.It is termed a multi-domain(or multi-physics)system.The present paper concerns the use of linear graphs(LGs)to generate a minimal model for a multi-physics system.A state-space model has to be a minimal realization.Specifically,the number of state variables in the model should be the minimum number that can completely represent the dynamic state of the system.This choice is not straightforward.Initially,state variables are assigned to all the energy-storage elements of the system.However,some of the energy storage elements may not be independent,and then some of the chosen state variables will be redundant.An approach is presented in the paper,with illustrative examples in the mixed fluid-mechanical domains,to illustrate a way to recognize dependent energy storage elements and thereby obtain a minimal state-space model.System analysis in the frequency domain is known to be more convenient than in the time domain,mainly because the relevant operations are algebraic rather than differential.For achieving this objective,the state space model has to be converted into a transfer function.The direct way is to first convert the state-space model into the input-output differential equation,and then substitute the time derivative by the Laplace variable.This approach is shown in the paper.The same result can be obtained through the transfer function linear graph(TF LG)of the system.In a multi-physics system,first the physical domains have to be converted into an equivalent single domain(preferably,the output domain of the system),when using the method of TFLG.This procedure is illustrated as well,in the present paper. 展开更多
关键词 Multi-physics Modelling Mechatronic systems Linear graphs Dependent Energy Storage Elements Redundant State Variables Minimal State-space Realization Domain Conversion Equivalent Models Frequency-domain Model
在线阅读 下载PDF
深度时空混合图卷积的城市交通预测模型
9
作者 郭海锋 许宏伟 周子盛 《小型微型计算机系统》 北大核心 2025年第1期97-103,共7页
由于交通网络复杂的时空相关性和交通数据的非线性,给交通预测带来了很大的挑战.现有的方法主要关注路网的时空特征,分别对时间相关性和空间相关性进行建模来模拟时空依赖关系.随着城市道路网络的进一步扩大,导致模型对路网空间特征的... 由于交通网络复杂的时空相关性和交通数据的非线性,给交通预测带来了很大的挑战.现有的方法主要关注路网的时空特征,分别对时间相关性和空间相关性进行建模来模拟时空依赖关系.随着城市道路网络的进一步扩大,导致模型对路网空间特征的挖掘能力不足.此外,交通运行状态受到外部环境因素的干扰,交通流在路段传递效应的影响下会出现较大波动.为解决上述问题,提出深度时空混合图卷积模型,利用图卷积网络和图注意力网络的残差连接分别汇聚路网全局和局部信息,扩展图卷积的感受野范围,从而增强路网空间特征的提取能力.受Transformer在长序列预测上的启发,同时为减少计算复杂度,通过引入Informer模型来处理路网数据潜在的时间依赖性,实现对交通流参数的长期预测能力,并对城市天气和POI(医院,学校,商场)等外部因素进行编码来增强路网信息的属性.为验证所提出模型的性能,在真实数据集上开展实验,对模型进行准确性和可行性分析.实验结果表明,深度时空混合图卷积模型预测精度最高达到75.1%,较Transformer和Informer分别提升了2.5%和2.3%,在不同预测范围下都超过了其他基线模型,具有长期的交通预测能力. 展开更多
关键词 交通预测 时空依赖 道路网络 图神经网络 长期预测
在线阅读 下载PDF
基于改进SDG的电站热力系统故障诊断方法研究 被引量:12
10
作者 曹文亮 王兵树 +2 位作者 马良玉 张冀 高建强 《中国电机工程学报》 EI CSCD 北大核心 2005年第23期124-128,共5页
基于符号有向图(SDG)深层知识模型能够表达复杂的因果关系,具有包容大规模潜在信息的能力,在流程系统领域是完备性较好的一种故障诊断方法。但固有的缺陷限制了它的进一步应用。该文通过采用主元统计-有向图方法,可以有效避免传统SDG在... 基于符号有向图(SDG)深层知识模型能够表达复杂的因果关系,具有包容大规模潜在信息的能力,在流程系统领域是完备性较好的一种故障诊断方法。但固有的缺陷限制了它的进一步应用。该文通过采用主元统计-有向图方法,可以有效避免传统SDG在确定节点状态和阈值时的单变量统计的缺点;并对某些定性特征一样而定量值不同的故障模式,为了能有效区分,根据节点相对变化增益,在SDG上加入定量信息,并去构造隶属函数,然后由模糊数学最大隶属度原则去进一步确定故障。案例研究表明基于改进SDG方法可以进行有效的诊断。 展开更多
关键词 热能动力工程 改进符号有向图 故障诊断 主元统计-有向图 模糊有向图
在线阅读 下载PDF
基于SDG-HAZOP方法的煤气化关键设备安全评价 被引量:10
11
作者 张贝克 许欣 +1 位作者 马昕 吴重光 《煤炭学报》 EI CAS CSCD 北大核心 2008年第7期816-821,共6页
在概述了符号有向图SDG(signed directed graph)方法的基础上,以某厂煤气化关键设备——气化炉为例,通过了解工艺流程,选取合适的关键变量,列写影响关系方程,加入非正常原因与不利后果,建立SDG-HAZOP模型.在与现场技术人员认真校对精炼... 在概述了符号有向图SDG(signed directed graph)方法的基础上,以某厂煤气化关键设备——气化炉为例,通过了解工艺流程,选取合适的关键变量,列写影响关系方程,加入非正常原因与不利后果,建立SDG-HAZOP模型.在与现场技术人员认真校对精炼该模型后,对该模型进行了计算机辅助危险与可操作性分析,得到的推理结果能很好地反映该气化炉可能存在的危险,并能揭示危险传播的路径. 展开更多
关键词 符号有向图(sdg) 煤气化 安全评价
在线阅读 下载PDF
SDG标准测试图及推理引擎论证 被引量:6
12
作者 张贝克 夏涛 吴重光 《系统仿真学报》 CAS CSCD 2003年第10期1369-1373,共5页
应用SDG技术对复杂系统进行安全分析推理,其引擎的性能测试至关重要。我们提出了采用系统标准的SDG测试图,对引擎进行测试。论述了测试所需的规模和指标,并针对应用领域特点,通过改变节点与支路规模、状态、关联关系、排列等因素,提出... 应用SDG技术对复杂系统进行安全分析推理,其引擎的性能测试至关重要。我们提出了采用系统标准的SDG测试图,对引擎进行测试。论述了测试所需的规模和指标,并针对应用领域特点,通过改变节点与支路规模、状态、关联关系、排列等因素,提出了一整套针对安全问题的SDG标准测试图。在此基础上,我们提出了极端与平均的性能测试方法。并运用SDG测试图对我们开发的SDG引擎进行完备性和运算能力的测试,效果达到实用水平。最后,我们对测试过程中暴露的问题,提出改进措施。 展开更多
关键词 sdg 测试图 推理引擎 安全技术 定性仿真
在线阅读 下载PDF
基于SDG的复杂系统故障传播规律分析 被引量:9
13
作者 杨帆 萧德云 《高技术通讯》 CAS CSCD 北大核心 2005年第10期33-36,共4页
本文首先分析了故障传播在SDG图中表现的基本规律和分析方法,说明了简单因果通路(SCP)假设在某些情况下是不成立的,之后讨论了复杂瞬态现象的发生原因,重点分析了反向响应和补偿响应的表现形式和条件.最后提出了基于强连通单元(SCC)分... 本文首先分析了故障传播在SDG图中表现的基本规律和分析方法,说明了简单因果通路(SCP)假设在某些情况下是不成立的,之后讨论了复杂瞬态现象的发生原因,重点分析了反向响应和补偿响应的表现形式和条件.最后提出了基于强连通单元(SCC)分解的故障传播分析方法,为SDG方法在故障诊断等方面的应用做了理论准备. 展开更多
关键词 符号有向图(sdg) 安全评估 故障诊断 故障传播 sdg 规律分析 复杂系统 反向响应 瞬态现象 强连通
在线阅读 下载PDF
SDG建模及其应用的进展 被引量:45
14
作者 杨帆 萧德云 《控制理论与应用》 EI CAS CSCD 北大核心 2005年第5期767-774,共8页
符号有向图SDG(signed directed graph)是描述大规模复杂系统的一种有效方式,通过节点和有向支路表示了系统变量或局部之间的因果影响关系.近年来,关于SDG的研究已经成为热点并已取得许多成果,特别是在安全分析领域得到了重要的应用.本... 符号有向图SDG(signed directed graph)是描述大规模复杂系统的一种有效方式,通过节点和有向支路表示了系统变量或局部之间的因果影响关系.近年来,关于SDG的研究已经成为热点并已取得许多成果,特别是在安全分析领域得到了重要的应用.本文在概述了SDG方法的产生背景与发展近况的基础上,主要综述了SDG研究中的若干重要问题,包括SDG模型的数学描述和基于数学模型、流程图和经验知识的三种建模方法,以及SDG在安全评价和故障诊断领域研究和应用的相关成果,总结了相关方法的优缺点,其中的核心问题是推理方法及其效率.最后对SDG技术的发展方向做出了展望,定量信息引入、推理方法、计算机建模等方面都有待于进一步研究. 展开更多
关键词 符号有向图(sdg) 安全评估 故障诊断 HAZOP
在线阅读 下载PDF
结合依存图卷积的中文文本相似度计算研究 被引量:1
15
作者 胡书林 张华军 +1 位作者 邓小涛 王征华 《计算机工程》 北大核心 2025年第3期76-85,共10页
目前中文文本相似度计算能够通过词嵌入技术在语义层面判别文本相似度,但通常忽略了文本中蕴含的丰富的句法结构信息,而以词为单位的中文句法分析与动态词嵌入模型中以字为单位的分词粒度不一致,使得当前大多数结合句法分析的研究只能... 目前中文文本相似度计算能够通过词嵌入技术在语义层面判别文本相似度,但通常忽略了文本中蕴含的丰富的句法结构信息,而以词为单位的中文句法分析与动态词嵌入模型中以字为单位的分词粒度不一致,使得当前大多数结合句法分析的研究只能使用静态词嵌入来表征词的语义向量。针对此问题,根据依存句法分析构建依存图,通过分词掩码映射与注意力混合池化的方法实现动态词嵌入表征词节点的语义特征,然后使用图卷积网络提取依存图中词节点之间的依存关系信息,最终读出依存图,将其作为句子的特征向量,从语义与句法2个层面计算句子间的相似度。在表示型与交互型2种结构模型上应用所提方法,并在BQ_Corpus与ATEC数据集上进行实验,结果显示,该模型的准确率最高分别达到87.12%与88.33%,结合依存句法信息后模型的各项评估指标均有提升。 展开更多
关键词 图卷积神经网络 依存句法分析 动态词嵌入 文本相似度 注意力机制
在线阅读 下载PDF
基于依赖图等价代换的SSDG构建算法 被引量:1
16
作者 徐东 狄效国 +1 位作者 孟宇龙 冯晓宁 《计算机工程》 CAS CSCD 北大核心 2015年第12期91-95,100,共6页
已有软件语义分析方法普遍存在时间复杂度高、准确率低的问题。为此,基于抽象语法树,提出一种根据控制依赖图构建程序控制流图的算法,并在对依赖图进行等价代换的基础上简化该算法。通过对目标程序进行等价代换,并使用程序依赖图替换程... 已有软件语义分析方法普遍存在时间复杂度高、准确率低的问题。为此,基于抽象语法树,提出一种根据控制依赖图构建程序控制流图的算法,并在对依赖图进行等价代换的基础上简化该算法。通过对目标程序进行等价代换,并使用程序依赖图替换程序系统依赖图,改进传统系统依赖图的构建流程。实验结果表明,该算法可有效降低构建系统依赖图的复杂度,并能提高程序切片的速率。 展开更多
关键词 语义分析 控制流图 系统依赖图 程序切片 程序依赖 数据依赖
在线阅读 下载PDF
连续系统动态趋势分析的定性代数和SDG图论方法 被引量:3
17
作者 纳永良 吴重光 +1 位作者 夏迎春 张卫华 《系统仿真学报》 CAS CSCD 北大核心 2009年第18期5629-5635,共7页
采用定性代数方程表达动态过程的稳态行为是定性仿真的一个重要应用方面,定性代数方程的求解与应用是定性仿真的一个重要领域,基于符号定向图SDG的求解方法是在许多应用领域被证明为最具实用意义的方法。在全面综述SDG方法国内外研究进... 采用定性代数方程表达动态过程的稳态行为是定性仿真的一个重要应用方面,定性代数方程的求解与应用是定性仿真的一个重要领域,基于符号定向图SDG的求解方法是在许多应用领域被证明为最具实用意义的方法。在全面综述SDG方法国内外研究进展的基础上,分析了定性代数人工试错法的局限性,并通过将定性代数方程向动态过程稳态行为描述扩展,结合SDG图论方法的优势,说明SDG方法是目前发展前景较好的一种定性仿真方法,已经在HAZOP危险与可操作性分析、安全评价及智能化自解释仿真训练方面取得了突破性进展,在故障诊断领域亦显示出明显的优势。探讨了SDG方法用于实时故障诊断的算法步骤,并根据SDG方法的不足,对SDG图论方法的研究与发展提出了建议,以提高故障诊断的精确性。 展开更多
关键词 定性代数 动态趋势分析 图论 sdg HAZOP 自解释仿真器 故障诊断
在线阅读 下载PDF
模糊SDG故障诊断方法及其应用 被引量:2
18
作者 马昕 张贝克 《计算机工程与应用》 CSCD 北大核心 2011年第9期221-224,239,共5页
基于SDG的故障诊断方法在使用过程中,由于阈值设定不合理会导致故障的误报或漏报。针对该问题展开研究,提出模糊SDG模型,建立五级SDG模型并引入参数模糊隶属度,提出相应的模糊推理算法。通过将模糊SDG模型及其推理方法应用于某常减压蒸... 基于SDG的故障诊断方法在使用过程中,由于阈值设定不合理会导致故障的误报或漏报。针对该问题展开研究,提出模糊SDG模型,建立五级SDG模型并引入参数模糊隶属度,提出相应的模糊推理算法。通过将模糊SDG模型及其推理方法应用于某常减压蒸馏装置进行故障诊断实例分析,验证了方法的有效性和可行性。 展开更多
关键词 符号有向图(sdg) 模糊符号有向图(sdg) 模糊阈值 模糊推理
在线阅读 下载PDF
基于SDG模型的AMT重型越野车离合器接合过程故障诊断 被引量:1
19
作者 刘海鸥 孟冬梅 +2 位作者 苗成生 席军强 彭建鑫 《北京理工大学学报》 EI CAS CSCD 北大核心 2014年第11期1140-1144,共5页
针对AMT重型越野车离合器接合过程中故障多发且不易诊断的问题,基于符号有向图(signed directed graph,SDG)模型,为离合器接合过程的故障诊断提出了一种新的方法.以离合器接合过程中最复杂的车辆起步接合为例,建立了其工作过程的SDG模型... 针对AMT重型越野车离合器接合过程中故障多发且不易诊断的问题,基于符号有向图(signed directed graph,SDG)模型,为离合器接合过程的故障诊断提出了一种新的方法.以离合器接合过程中最复杂的车辆起步接合为例,建立了其工作过程的SDG模型,通过实际测得量以及对模型中节点和有向边的分析,查找出故障源,完成故障诊断功能.结果表明,SDG模型对于AMT系统离合器接合过程故障诊断有效且实用. 展开更多
关键词 符号有向图 故障诊断 离合器 电控机械式自动变速器
在线阅读 下载PDF
结构残差在基于SDG故障分离中的应用 被引量:2
20
作者 杨帆 萧德云 《控制工程》 CSCD 2007年第3期320-324,共5页
符号有向图(SDG)是大规模复杂系统中故障传播关系的描述模型,但它仅能通过在相容通路上的定性推理进行故障分离,因此有着明显的局限性。而结构残差是定量故障分离的成熟方法,将其引入基于SDG的故障分离中,用以提高系统故障分离的能力,弥... 符号有向图(SDG)是大规模复杂系统中故障传播关系的描述模型,但它仅能通过在相容通路上的定性推理进行故障分离,因此有着明显的局限性。而结构残差是定量故障分离的成熟方法,将其引入基于SDG的故障分离中,用以提高系统故障分离的能力,弥补SDG方法的不足。具体的做法是将SDG转化为结构残差的描述形式,再利用结构残差的基本思想,分别就变量是否完全可检测的情况给出了具体的故障分离方法。这样做可以提高系统故障分离的鲁棒性和准确性。应用实例表明,该方法可通过残差计算,准确判断故障源,实现故障分离。 展开更多
关键词 符号有向图(sdg) 结构残差 故障诊断 故障分离
在线阅读 下载PDF
上一页 1 2 30 下一页 到第
使用帮助 返回顶部