CN113887452A - Fault diagnosis optimization method based on correlation matrix - Google Patents

Fault diagnosis optimization method based on correlation matrix Download PDF

Info

Publication number
CN113887452A
CN113887452A CN202111177079.1A CN202111177079A CN113887452A CN 113887452 A CN113887452 A CN 113887452A CN 202111177079 A CN202111177079 A CN 202111177079A CN 113887452 A CN113887452 A CN 113887452A
Authority
CN
China
Prior art keywords
test
node
fault
graph
fault diagnosis
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202111177079.1A
Other languages
Chinese (zh)
Other versions
CN113887452B (en
Inventor
岂兴明
孙玲
李良才
张平
刘江鹓
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Ship Development and Design Centre
Original Assignee
China Ship Development and Design Centre
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by China Ship Development and Design Centre filed Critical China Ship Development and Design Centre
Priority to CN202111177079.1A priority Critical patent/CN113887452B/en
Publication of CN113887452A publication Critical patent/CN113887452A/en
Application granted granted Critical
Publication of CN113887452B publication Critical patent/CN113887452B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2218/00Aspects of pattern recognition specially adapted for signal processing
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02TCLIMATE CHANGE MITIGATION TECHNOLOGIES RELATED TO TRANSPORTATION
    • Y02T10/00Road transport of goods or passengers
    • Y02T10/10Internal combustion engine [ICE] based vehicles
    • Y02T10/40Engine management systems

Landscapes

  • Test And Diagnosis Of Digital Computers (AREA)

Abstract

The invention discloses a fault diagnosis optimization method based on a correlation matrix, which comprises the following steps: 1) establishing a multi-signal flow graph model according to a target system to be diagnosed and a test scheme; 2) generating a correlation matrix of the fault and the test according to the multi-signal flow graph model; 3) judging whether a fault redundancy test exists according to the generated correlation matrix, and removing the redundancy test; wherein the redundancy test is that the same indistinguishable columns exist in the matrix; 4) and constructing fault diagnosis strategies under different search width and depth combinations by adopting an information gain-based method, comparing average test costs under different search widths and depths, and optimally designing the fault diagnosis strategies. The invention can improve the searching efficiency and precision of the fault diagnosis test sequence.

Description

Fault diagnosis optimization method based on correlation matrix
Technical Field
The invention relates to a fault diagnosis technology, in particular to a fault diagnosis optimization method based on a correlation matrix.
Background
With the development of science and technology, the performance of a large-scale system is continuously improved, and meanwhile, the complexity of the system is increased, so that the difficulty of fault diagnosis of the system is increased day by day, the diagnosis cost is more expensive, and therefore, the research and optimization of a fault diagnosis algorithm of the system are more and more urgent.
The purpose of the integrated diagnostics is to detect and isolate all known or average faults in the system, at the lowest cost to meet the mission requirements of the system. A system with good testability can greatly reduce the time required by fault detection and isolation, thereby obviously shortening the maintenance time, and reducing the corresponding skill requirement on maintenance personnel, thereby achieving the purposes of improving the reliability of the system and reducing the life cycle cost. The testability analysis design is developed in the analysis design stage, so that a large amount of modeling time can be saved, and the system design efficiency is improved. The system which is designed completely and is in operation is upgraded and modified and maintained daily, and testability analysis is also needed to obtain an optimal test scheme for guiding maintenance work, so that timely, accurate and low-cost maintenance work is realized.
At present, algorithms for generating fault diagnosis strategies include a dynamic programming algorithm, a greedy algorithm, an ant colony algorithm, a genetic algorithm, and the like. The existing fault strategy algorithm has certain defects, and can be roughly expressed as follows:
1) dynamic programming algorithms are not suitable for complex systems.
2) The greedy algorithm can only solve the local optimal solution of the system, and cannot guarantee the global optimal solution.
3) The ant colony algorithm and the genetic algorithm cannot guarantee that a global optimal solution can be obtained certainly, and meanwhile, the convergence speed is low in the later stage of the algorithm, the algorithm is prone to falling into a local optimal solution and the like.
Disclosure of Invention
The technical problem to be solved by the invention is to provide a fault diagnosis optimization method based on a correlation matrix aiming at the defects in the prior art.
The technical scheme adopted by the invention for solving the technical problems is as follows: a fault diagnosis optimization method based on a correlation matrix comprises the following steps:
1) establishing a multi-signal flow graph model according to a target system to be diagnosed and a test scheme, and completing the description of the correlation between faults possibly occurring in each component of the system and the test; the multi-signal flowsheet model comprises:
the multi-signal flowsheet model includes the following elements:
1.1) limited set of m +1 system faults X ═ X0,x1,……,xmIn which x0Indicating a no fault condition, xi,1<i<m, representing one of m possible fault states in the system;
1.2) probability of occurrence of failure p ═ { p ═ p0,p1……,pm};
1.3) test point TP ═ TP1,TP2,……,TPqEach test point at least contains one test ti
1.4) test set t ═ t1,…,tj…,tnWhere the cost of the corresponding test is C ═ C1,c2,……,cn};
2) Generating a correlation matrix of the fault and the test according to the multi-signal flow graph model; matrix element d of the correlation matrixijIs a Boolean variable, if fault xiCan be tested tjDetected, that order dijIs 1, otherwise is 0;
3) judging whether a fault redundancy test exists according to the generated correlation matrix, and if the fault redundancy test exists, rejecting the redundancy test; wherein the redundancy test is that the same indistinguishable columns exist in the matrix;
4) and constructing fault diagnosis strategies under different search width and depth combinations by adopting an information gain-based method, comparing average test costs under different search widths and depths, and optimally designing the fault diagnosis strategies.
According to the scheme, the step 4) is as follows:
4.1) calculating the average information increment of each test;
selecting a current fault state fuzzy set X, and sequentially selecting a test t from a test set tjFor each test tjThe original fault state fuzzy set will be divided into two new OR nodes xjpAnd xjfRespectively corresponding to "test passed" and "test failed"; dividing the fuzzy fault set according to the test result until all faults are isolated or all tests are used; at test tjThen, the system obtains the information gain as follows:
Figure BDA0003295997120000041
wherein p (x) is ∑xi∈xp(xi);x=xjp∪xjf;
Figure BDA0003295997120000042
Figure BDA0003295997120000043
In the formula, IG (X; t)j) Indicates the passage of the test tjIncrement of information of the later set X, cjTo test tjThe cost of (a); equation (4) is called an information increment heuristic function;
4.2) the searching algorithm established according to the information gain heuristic function comprises the following steps:
step 4.2.1) firstly, establishing a new set Z, wherein the set only comprises a root node S, and the S is a complete fuzzy node; creating an empty graph G;
step 4.2.2) repeat the steps listed below until the set Z is empty; then, the test sequence in the graph G is used as a diagnosis tree to identify a fault source;
step 4.2.2.1) extracting an OR node q from the set Z, and adding the node q into the graph G; if q is not a terminal node, then use each test t in the available test setjNode qThe division into pass and fail sets: x is the number ofqjpAnd xqif;xqjpAnd xqifEstablishing a new set Y and an empty graph G 'for the direct subsequent OR nodes of the node q, and adding all the direct subsequent OR nodes of the node q into the graph G'; if q is a terminal node, continuing to select the next OR node in the set Z; repeating the following steps until the test depth of the graph G' is l, wherein l is a test depth parameter defined in advance;
step 4.2.2.1.1) extracting an OR node r from the set Y; if the node r is the target node, continuing to process the next OR node in the set Y; otherwise, calculating the unit cost information increment of each available test on the node according to the step 4.1);
step 4.2.2.1.2) for node r, selecting the test with the largest increment of test information per unit cost, if a plurality of test values are the same, selecting the test with the smallest index, then adding the test into graph G ', dividing node r into passing and failing subset fuzzy nodes through the test, and respectively adding the obtained subset nodes into set Y and graph G';
step 4.2.2.2) calculating the average test cost of each direct subsequent OR node of the node q according to the generated fault diagnosis strategy stored in the graph G';
step 4.2.2.3) calculate each available test t for node q using the following formulaj∈TqAverage test cost of (d):
Figure BDA0003295997120000052
wherein,
Figure BDA0003295997120000051
p(xqjf)=1-p(xqjp);
wherein, h (x)qjp) And h (x)qif) Test pass and test fail subsets x, respectivelyqjpAnd xqifGenerated diagnostic strategyAveraging the test costs;
step 4.2.2.4) sorting the tests based on the average test cost to select n best tests t*∈Tq(ii) a If the values of several tests are the same, then the test with the smallest index is selected to be t*Added to graph G while adding t*The subsets of pass and fail resulting from the pass and fail results, respectively, are appended to set Z and graph G, generating a diagnostic tree.
The invention has the following beneficial effects:
the invention combines the information gain heuristic function with the diagnosis strategy search algorithm, carries out iterative update, increases the search width and depth, constructs an approximate optimal diagnosis strategy, can reduce the average test cost, is suitable for a complex system and can ensure the overall optimal solution;
through result analysis, the influence trend of different search widths and depths on the average test cost can be obtained, and the search process of the test sequence is guided and optimized, so that the search efficiency and the accuracy are improved.
Drawings
The invention will be further described with reference to the accompanying drawings and examples, in which:
FIG. 1 is a flow chart of a method of an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail with reference to the following embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
As shown in fig. 1, a fault diagnosis optimization method based on a correlation matrix includes the following steps:
1) establishing a multi-signal flow diagram model according to a related structure, a function and a test scheme of a system to be diagnosed, wherein the content of the multi-signal flow diagram model comprises a system component, a signal set related to a fault module, a limited set of test points and a test priority set, and the description of a related relation between faults and tests possibly occurring in each component of the system is completed;
establishing a multi-signal flow graph model according to a target system, wherein the multi-signal flow graph model consists of the following elements:
a finite set of m +1 system faults X ═ X0,x1,……,xmIn which x0Indicates a no fault condition, xi (1)<i<m) represents one of m possible fault conditions in the system;
2. probability of occurrence of failure p ═ p0,p1……,pm};
3. Test point TP ═ { TP ═ TP1,TP2,……TPpEach test point at least comprises a test t;
4. test t ═ t0,t1,……,tnWhere the cost of the test is C ═ C1,c2,……,cnJudging by the required time, the manpower requirement or other economic factors;
5. set of independent function signals S ═ S1,s2,……,skFor representing observed effects in the system, each system state modifying a function signal SX (x)i) Each test can detect a set of functional signals ST (t)j)。
2) After a multi-signal flow graph model is established, obtaining first-order correlation between a fault and a test according to whether a connection relation exists between a fault node and a test node in the model; judging the connection relation between the fault node and the fault node, obtaining high-order correlation by first-order correlation recursion, and recording a fault-test correlation matrix as follows:
Figure BDA0003295997120000081
wherein the matrix element dmnTypically a boolean variable, if fault xiCan be tested tjDetected, that order dijIs 1, otherwise is 0.
And judging whether a redundancy test exists according to the generated correlation matrix, if so, eliminating the redundancy test, and reserving one test, thereby realizing the optimization of the matrix.
And adopting a search algorithm based on information gain to the optimized matrix, and constructing fault diagnosis strategies under different search width and depth combinations.
3) Judging whether a fault redundancy test exists according to the generated correlation matrix, and if the fault redundancy test exists, rejecting the redundancy test; wherein the redundancy test is that the same indistinguishable columns exist in the matrix;
4) and constructing fault diagnosis strategies under different search width and depth combinations by adopting an information gain-based method, comparing average test costs under different search widths and depths, and optimally designing the fault diagnosis strategies.
The step 4) is as follows:
4.1) calculating the average information increment of each test;
the heuristic function of information gain is to find the average information increment of each test, take the value as the standard for judging the test quality, select the fuzzy set X of the current fault state to be isolated, and select the test t from the test set t in turnjFor each test tjThe original fault state fuzzy set will be divided into two new OR nodes xjpAnd xjfRespectively corresponding to "test passed" and "test failed"; dividing the fuzzy fault set according to the test result until all faults are isolated or all tests are used; at test tjThen, the system obtains the information gain as follows:
Figure BDA0003295997120000091
wherein p (x) is ∑xi∈xp(xi);x=xjp∪xjf;
Figure BDA0003295997120000092
The value of the information entropy reflects the degree of the failure mode that causes the system failure,
Figure BDA0003295997120000093
in the formula, IG (X; t)j) Indicates the passage of the test tjIncrement of information of the later set X, cjTo test tjThe cost of (a); equation (4) is called an information increment heuristic function;
4.2) determining according to an information gain heuristic function, wherein the searching algorithm comprises the following steps:
step 4.2.1) firstly, establishing a new set Z, wherein the set only comprises a root node S, and the S is a complete fuzzy node; creating an empty graph G;
step 4.2.2) repeat the steps listed below until the set Z is empty; then, the test sequence in the graph G is used as a diagnosis tree to identify a fault source;
step 4.2.2.1) extracting an OR node q from the set Z, and adding the node q into the graph G; if q is not a terminal node, then use each test t in the available test setjThe nodes q are divided into two sets, pass and fail: x is the number ofqjpAnd xqif;xqjpAnd xqifEstablishing a new set Y and an empty graph G 'for the direct subsequent OR nodes of the node q, and adding all the direct subsequent OR nodes of the node q into the graph G'; if q is a terminal node, continuing to select the next OR node in the set Z; repeating the following steps until the test depth of the graph G' is l, wherein l is a test depth parameter defined in advance;
step 4.2.2.1.1) extracting an OR node r from the set Y; if the node r is the target node, continuing to process the next OR node in the set Y; otherwise, calculating the unit cost information increment of each available test on the node according to the step 4.1);
step 4.2.2.1.2) for node r, selecting the test with the largest increment of test information per unit cost, if a plurality of test values are the same, selecting the test with the smallest index, then adding the test into graph G ', dividing node r into passing and failing subset fuzzy nodes through the test, and respectively adding the obtained subset nodes into set Y and graph G';
step 4.2.2.2) calculating the average test cost of each direct subsequent OR node of the node q according to the generated fault diagnosis strategy stored in the graph G';
step 4.2.2.3) calculate each available test t for node q using the following formulaj∈TqAverage test cost of (d):
Figure BDA0003295997120000112
wherein,
Figure BDA0003295997120000111
p(xqjf)=1-p(xqjp);
wherein, h (x)qjp) And h (x)qif) Test pass and test fail subsets x, respectivelyqjpAnd xqifAverage test cost of the generated diagnostic strategy;
step 4.2.2.4) sorting the tests based on the average test cost to select n best tests t*∈Tq(ii) a If the values of several tests are the same, then the test with the smallest index is selected to be t*Added to graph G while adding t*The subsets of pass and fail resulting from the pass and fail results, respectively, are appended to set Z and graph G, generating a diagnostic tree.
Through the steps, diagnosis strategies with different search widths and depth combined structures are compared, so that lower average test cost can be obtained, and the method has guiding significance on the search process of the test sequence.
It will be understood that modifications and variations can be made by persons skilled in the art in light of the above teachings and all such modifications and variations are intended to be included within the scope of the invention as defined in the appended claims.

Claims (2)

1. A fault diagnosis optimization method based on a correlation matrix is characterized by comprising the following steps:
1) establishing a multi-signal flow graph model according to a target system to be diagnosed and a test scheme, and completing the description of the correlation between faults possibly occurring in each component of the system and the test; the multi-signal flowsheet model comprises:
the multi-signal flowsheet model includes the following elements:
1.1) limited set of m +1 system faults X ═ X0,x1,……,xmIn which x0Indicating a no fault condition, xi,1<i<m, representing one of m possible fault states in the system;
1.2) probability of occurrence of failure p ═ { p ═ p0,p1……,pm};
1.3) test point TP ═ TP1,TP2,……,TPqEach test point at least contains one test ti
1.4) test set t ═ t1,…,tj…,tnWhere the cost of the corresponding test is C ═ C1,c2,……,cn};
2) Generating a correlation matrix of the fault and the test according to the multi-signal flow graph model; matrix element d of the correlation matrixijIs a Boolean variable, if fault xiCan be tested tjDetected, that order dijIs 1, otherwise is 0;
3) judging whether a fault redundancy test exists according to the generated correlation matrix, and if the fault redundancy test exists, rejecting the redundancy test; wherein the redundancy test is that the same indistinguishable columns exist in the matrix;
4) and constructing fault diagnosis strategies under different search width and depth combinations by adopting an information gain-based method, comparing average test costs under different search widths and depths, and optimally designing the fault diagnosis strategies.
2. The correlation matrix-based fault diagnosis optimization method according to claim 1, wherein the step 4) is specifically as follows:
4.1) calculating the average information increment of each test;
selecting a current fault state fuzzy set X, and sequentially selecting a test t from a test set tjFor each test tjThe original fault state fuzzy set will be divided into two new OR nodes xjpAnd xjfRespectively corresponding to "test passed" and "test failed"; dividing the fuzzy fault set according to the test result until all faults are isolated or all tests are used; at test tjThen, the system obtains the information gain as follows:
Figure FDA0003295997110000021
wherein p (x) is ∑xi∈xp(xi);x=xjp∪xjf;
Figure FDA0003295997110000022
Figure FDA0003295997110000023
In the formula, IG (X; t)j) Indicates the passage of the test tjIncrement of information of the later set X, cjTo test tjThe cost of (a); equation (4) is called an information increment heuristic function;
4.2) the searching algorithm established according to the information gain heuristic function comprises the following steps:
step 4.2.1) firstly, establishing a new set Z, wherein the set only comprises a root node S, and the S is a complete fuzzy node; creating an empty graph G;
step 4.2.2) repeat the steps listed below until the set Z is empty; then, the test sequence in the graph G is used as a diagnosis tree to identify a fault source;
step 4.2.2.1) extracting an OR node q from the set Z, and adding the node q into the graph G; if q is not a terminal node, then use each test t in the available test setjThe nodes q are divided into two sets, pass and fail: x is the number ofqjpAnd xqif;xqjpAnd xqifEstablishing a new set Y and an empty graph G 'for the direct subsequent OR nodes of the node q, and adding all the direct subsequent OR nodes of the node q into the graph G'; if q is a terminal node, continuing to select the next OR node in the set Z; repeating the following steps until the test depth of the graph G' is l, wherein l is a test depth parameter defined in advance;
step 4.2.2.1.1) extracting an OR node r from the set Y; if the node r is the target node, continuing to process the next OR node in the set Y; otherwise, calculating the unit cost information increment of each available test on the node according to the step 4.1);
step 4.2.2.1.2) for node r, selecting the test with the largest increment of test information per unit cost, if a plurality of test values are the same, selecting the test with the smallest index, then adding the test into graph G ', dividing node r into passing and failing subset fuzzy nodes through the test, and respectively adding the obtained subset nodes into set Y and graph G';
step 4.2.2.2) calculating the average test cost of each direct subsequent OR node of the node q according to the generated fault diagnosis strategy stored in the graph G';
step 4.2.2.3) calculate each available test t for node q using the following formulaj∈TqAverage test cost of (d):
Figure FDA0003295997110000041
wherein,
Figure FDA0003295997110000042
p(xqjf)=1-p(xqjp);
wherein, h (x)qjp) And h (x)qif) Test pass and test fail subsets x, respectivelyqjpAnd xqifAverage test cost of the generated diagnostic strategy;
step 4.2.2.4) sorting the tests based on the average test cost to select n best tests t*∈Tq(ii) a If the values of several tests are the same, then the test with the smallest index is selected to be t*Added to graph G while adding t*The subsets of pass and fail resulting from the pass and fail results, respectively, are appended to set Z and graph G, generating a diagnostic tree.
CN202111177079.1A 2021-10-09 2021-10-09 Fault diagnosis optimization method based on correlation matrix Active CN113887452B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111177079.1A CN113887452B (en) 2021-10-09 2021-10-09 Fault diagnosis optimization method based on correlation matrix

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111177079.1A CN113887452B (en) 2021-10-09 2021-10-09 Fault diagnosis optimization method based on correlation matrix

Publications (2)

Publication Number Publication Date
CN113887452A true CN113887452A (en) 2022-01-04
CN113887452B CN113887452B (en) 2024-05-21

Family

ID=79005650

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111177079.1A Active CN113887452B (en) 2021-10-09 2021-10-09 Fault diagnosis optimization method based on correlation matrix

Country Status (1)

Country Link
CN (1) CN113887452B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115712840A (en) * 2022-11-15 2023-02-24 中国人民解放军陆军工程大学 Multi-fault diagnosis method and system for electronic information system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050081082A1 (en) * 2003-09-30 2005-04-14 Ibm Corporation Problem determination using probing
CN102662831A (en) * 2012-03-20 2012-09-12 中国人民解放军国防科学技术大学 Method of diagnosis strategy optimization for fault tolerant system
CN108304661A (en) * 2018-02-05 2018-07-20 南京航空航天大学 Diagnosis prediction method based on TDP models
CN109581190A (en) * 2018-12-05 2019-04-05 电子科技大学 A kind of optimal diagnosis tree generation method for circuit fault diagnosis
CN109670610A (en) * 2018-12-24 2019-04-23 中国人民解放军32181部队 Fault diagnosis optimization method based on fault propagation analysis
CN111274540A (en) * 2020-02-24 2020-06-12 电子科技大学 Fault diagnosis tree generation method based on information entropy and dynamic programming

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050081082A1 (en) * 2003-09-30 2005-04-14 Ibm Corporation Problem determination using probing
CN102662831A (en) * 2012-03-20 2012-09-12 中国人民解放军国防科学技术大学 Method of diagnosis strategy optimization for fault tolerant system
CN108304661A (en) * 2018-02-05 2018-07-20 南京航空航天大学 Diagnosis prediction method based on TDP models
CN109581190A (en) * 2018-12-05 2019-04-05 电子科技大学 A kind of optimal diagnosis tree generation method for circuit fault diagnosis
CN109670610A (en) * 2018-12-24 2019-04-23 中国人民解放军32181部队 Fault diagnosis optimization method based on fault propagation analysis
CN111274540A (en) * 2020-02-24 2020-06-12 电子科技大学 Fault diagnosis tree generation method based on information entropy and dynamic programming

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
刘津;邱静;刘冠军;杨鹏;杨述明;: "回路系统诊断策略设计研究", 测试技术学报, no. 04, 15 July 2009 (2009-07-15) *
匡翠婷: "基于多信号流图模型的诊断策略优化技术研究", 中国优秀硕士学位论文全文数据库, no. 01, 15 January 2016 (2016-01-15) *
景小宁;李全通;: "系统维修中的顺序诊断策略", 电光与控制, no. 01, 15 January 2009 (2009-01-15) *
杨元龙等: "基于数字孪生的舰船蒸汽动力总体模型框架研究", 中国舰船研究, vol. 16, no. 02, 31 March 2021 (2021-03-31), pages 157 - 167 *
王成刚;苏学军;杨智勇;: "基于多值关联矩阵扩展的诊断策略设计", 工程设计学报, no. 05, 15 October 2010 (2010-10-15) *
郭明威;倪世宏;朱家海;: "基于相关性模型的BIT诊断策略技术研究", 计算机应用研究, no. 10, 15 October 2011 (2011-10-15) *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115712840A (en) * 2022-11-15 2023-02-24 中国人民解放军陆军工程大学 Multi-fault diagnosis method and system for electronic information system
CN115712840B (en) * 2022-11-15 2023-06-13 中国人民解放军陆军工程大学 Multi-fault diagnosis method and system for electronic information system

Also Published As

Publication number Publication date
CN113887452B (en) 2024-05-21

Similar Documents

Publication Publication Date Title
WO2019205858A1 (en) Vehicle diagnosis method, apparatus, and device
CN110579709B (en) Fault diagnosis method for proton exchange membrane fuel cell for tramcar
CN109581190B (en) Optimal diagnosis tree generation method for circuit fault diagnosis
CN112257963B (en) Defect prediction method and device based on spaceflight software defect data distribution outlier
CN112756759B (en) Spot welding robot workstation fault judgment method
CN111294237B (en) 2-stage network fault diagnosis method based on PMC model
Ye et al. Adaptive board-level functional fault diagnosis using decision trees
CN117034143B (en) Distributed system fault diagnosis method and device based on machine learning
CN111931601A (en) System and method for correcting error class label of gear box
CN111061293A (en) Multi-parameter coupled aircraft fault positioning method, aircraft and storage medium
CN111274540A (en) Fault diagnosis tree generation method based on information entropy and dynamic programming
Ye et al. Adaptive board-level functional fault diagnosis using incremental decision trees
CN113887452A (en) Fault diagnosis optimization method based on correlation matrix
CN114219108A (en) Vehicle diagnosis method, system, terminal and storage medium
CN111767546B (en) Deep learning-based input structure inference method and device
CN115130617B (en) Detection method for continuous increase of self-adaptive satellite data mode
CN113642662B (en) Classification detection method and device based on lightweight classification model
US7739213B1 (en) Method for developing complex probabilistic models
CN105759782B (en) A kind of car fault diagnosis construction of strategy method based on density of infection
Amati et al. An incremental approach to functional diagnosis
CN111061626B (en) Test case priority ordering method based on neuron activation frequency analysis
CN113221496A (en) Fault diagnosis method based on three-dimensional testability analysis model
CN105868777A (en) Fault diagnosis method for power compartment of armored car of related vector machine based on optimization
CN117874643B (en) Rotor fault Bayesian network diagnosis method and system based on small data set
EP4401016A1 (en) Method for generating and training a system model, selecting a controller, system, computer-system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant