CN102495949A - Fault prediction method based on air data - Google Patents

Fault prediction method based on air data Download PDF

Info

Publication number
CN102495949A
CN102495949A CN2011103753432A CN201110375343A CN102495949A CN 102495949 A CN102495949 A CN 102495949A CN 2011103753432 A CN2011103753432 A CN 2011103753432A CN 201110375343 A CN201110375343 A CN 201110375343A CN 102495949 A CN102495949 A CN 102495949A
Authority
CN
China
Prior art keywords
flying quality
prediction
lambda
sigma
matrix
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.)
Pending
Application number
CN2011103753432A
Other languages
Chinese (zh)
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.)
Northwestern Polytechnical University
Original Assignee
Northwestern Polytechnical University
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 Northwestern Polytechnical University filed Critical Northwestern Polytechnical University
Priority to CN2011103753432A priority Critical patent/CN102495949A/en
Publication of CN102495949A publication Critical patent/CN102495949A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention discloses a fault prediction method based on air data. The method comprises the following steps of: establishing an air database for storing air data; establishing a knowledge base for storing a rule for fault analysis; removing noise of the air data by using a singular value decomposition method; performing chaotic characteristic judgment on the air data from which the noise is removed by using a maximum Lyapunov index method; realizing prediction of the air data by using a prediction algorithm; and performing fault analysis according to a predicted value and knowledge in the knowledge base, and finally outputting a predicted result. Due to the adoption of the fault prediction method, the influence of noise on prediction accuracy is reduced, selection of a more suitable prediction model is facilitated, high prediction accuracy is achieved, and the serviceable range of the method is widened.

Description

A kind of failure prediction method based on flying quality
Technical field
The invention belongs to artificial intelligence field, relate to failure prediction technology, noise management technique, time series forecasting technology and data mining technology, specifically, be meant a kind of failure prediction method.
Background technology
Along with the raising of aircraft robotization and level of intelligence, its potential possibility that breaks down is increasing.In a single day airborne equipment breaks down, and gently then reduces performance, influences flight safety, heavy then device damage, fatal crass.Existing timing maintenance and reaction equation diagnosis and repair mode, because of there being hysteresis quality, method falls behind; Specific aim and less economical; Workload is big, inefficiency, the demand for development of incompatibility aircraft industry; Therefore (Prognostics and Health Management, technology PHM) is arisen at the historic moment for failure prediction and health control.PHM is on advanced person's sensor acquisition technical foundation, the health status of predicting, monitor, diagnosing and managing airborne part of appliance by various algorithm and models.The failure prediction technology is one of core technology of PHM, has obtained unprecedented attention and development.
The data that aircraft produces in flight course (as are kept at the data on digital flight data recorder magnetic medium or the quick access recorder CD; Cruise data etc. in the report and the report of taking off) information that has comprised a large amount of aircraft states in; Utilize these data to carry out failure prediction, will important basis be provided for maintenance.
Inevitably can there be noise in flying quality in the process of gathering and transmitting, therefore when utilizing flying quality to carry out failure prediction, at first will dispel The noise, to improve final accuracy of predicting.Along with the progress of aeronautical technology, the standard of flight data recording appearance recording parameters is also improving constantly, and the kind of recording parameters also increases gradually.Each is different for the duty of these flight parameters and environmental factor, causes data characteristics separately also to exist than big-difference, if all adopt certainly will impact prediction with a kind of Forecasting Methodology accuracy and reliability.Therefore before predicting, need analyze, but going back the neither one method can take into full account on the basis of the problems referred to above, realize failure prediction based on flying quality to the characteristics of flight parameter.
Summary of the invention
In order to overcome the deficiency of prior art; The invention provides a failure prediction method based on flying quality; Not only can the noise in the flying quality be carried out pre-service; Also comprised two kinds of failure prediction algorithms, can select suitable Forecasting Methodology, ensured prediction accuracy and reliability according to the characteristics of flying quality.
The inventive method solves the technical scheme that its technical matters adopted and comprises following steps:
The first step makes up the flying quality storehouse, the storage flying quality.
Second step made up knowledge base, and storage is used for the rule of fault analysis, explained that aircraft breaks down if rule has represented that flying quality has met or exceeded certain value.
In the 3rd step, utilize the method for svd to dispel the noise of flying quality.
To flying quality sequence X={ x 1, x 2, Λ, x NCarry out svd and may further comprise the steps, x wherein iRepresent i flying quality, N representes natural number:
(1) structural matrix initial matrix
A = x 1 x 2 Λ x k x 2 x 3 Λ x k + 1 M M O M x n x n + 1 Λ x N n × k
Figure BDA0000111379790000023
expression is not more than the integer of N+1/2; N=N-k+1, n and k are natural numbers.
(2) A is carried out svd
A=UΓV T
U, V is orthogonal matrix, V TThe matrix transpose of expression V,
Γ = Π m × m O m × ( k - m ) O ( n - m ) × m O ( n - m ) × ( k - m )
∏ wherein M * mBe a diagonal form matrix, the element on the diagonal line is the singular value (α of matrix A 1, α 2, Λ, α m).(α 1, α 2, Λ, α m) satisfy α 1>=α 2>=Λ>=α m>=0; O M * (k-m), O (n-m) * m, O (n-m) * (k-m)Be element and all be 0 matrix; M is a natural number, the order of representing matrix A.
(3) find the solution filtering matrix
Set filter threshold ε (0<ε<1), solving equation
Σ i = 1 l a i 2 Σ i = 1 m a i 2 = ϵ
Can try to achieve positive integer l, the m-l that value is a less singular value is changed to 0 and obtains
Γ 1 = Π l × l O l × ( k - l ) O ( n - l ) × l O ( n - l ) × ( k - l ) ,
(4) filtering output
A 1=UΓ 1V T
Matrix A then 1In data be the flying quality of dispeling behind the noise.
In the 4th step, utilize largest Lyapunov exponent method to carry out chaotic characteristic and differentiate to dispeling flying quality behind the noise.
The 5th step, utilize prediction algorithm to realize prediction to flying quality, prediction algorithm has comprised autoregressive moving-average model and supporting vector machine model.When data are linear relationship, select autoregressive moving-average model; When data are nonlinear relationship, select supporting vector machine model.
Autoregressive moving-average model is shown in (1) formula:
S t=φ 1S t-12S t-2+L+φ pS t-p1ε t-12ε t-2+L+θ qε t-qt,t∈Z +. (1)
Z wherein +Be positive integer set, { ε t, t ∈ Z +Be the independent same distribution random series, ε tNormal Distribution
Figure BDA0000111379790000031
Figure BDA0000111379790000032
The variance of expression normal distribution, p, q are model orders; Parameter phi 1, φ 2, L, φ p, θ 1, θ 2, L, θ q,
Figure BDA0000111379790000033
It is unknown parameter.
Flying quality prediction flow process based on autoregressive moving-average model may further comprise the steps:
(1) reading the flying quality of dispeling behind the noise, utilize distance of swimming method that flying quality is carried out stationary test, judge the stationarity of flying quality, if not steadily, must carry out difference processing to signal, is stably up to differentiated flying quality.
(2) autocorrelation function and the partial autocorrelation function of calculating flying quality, Application of B IC decides the rank criterion, confirms model order p, q.Use least square method estimation model parameter phi 1, φ 2, L, φ p, θ 1, θ 2, L, θ q,
Figure BDA0000111379790000034
(3) utilize next data value constantly of Model Calculation of setting up, finally export result of calculation.
Supporting vector machine model is shown in (2) formula:
f ( x ) = Σ i = 1 N λ i K ( x i , x ) + b - - - ( 2 )
λ wherein i, i=1,2, L, N are the optimum solution of optimization problem (3).
min 1 2 Σ i = 1 N Σ j = 0 N λ i λ j K ( x i , x j ) + ϵ Σ i = 1 N | λ i | - Σ i = 1 N y i λ i
(3)
s.t. Σ i = 1 N λ i = 0 , -C≤λ i≤C,i=1,2,...,N
K ( x , x ′ ) = Exp ( - | | x - x ′ | | 2 σ 2 ) , b = y j - Σ i = 1 l λ i K ( x i · x j ) - ϵ , ε is the insensitive loss factor, and C is the punishment parameter, and wherein σ is the yardstick of kernel function.
Flying quality prediction flow process based on SVMs may further comprise the steps:
(1) read the flying quality of dispeling behind the noise after, flying quality is carried out phase space reconfiguration.
(2) (Sequential Minimal Optimization, SMO) solving-optimizing problem (3) calculates λ to utilize the minimum optimization algorithm of sequence i, i=1,2, L, N.
(3) utilize next numerical value constantly of Model Calculation of setting up, finally export result of calculation.
In the 6th step, carry out fault analysis according to the value and the knowledge in the knowledge base of prediction, the result of the final prediction of output.
The invention has the beneficial effects as follows:
1, utilizes the method for svd to dispel the noise in the flying quality, reduced the influence of noise precision of prediction.
2, flying quality chaos property is analyzed, helped selecting more suitable forecast model.
3, comprised autoregressive moving-average model that is applicable to the processing linear case and the supporting vector machine model that is applicable to the dealing with nonlinear situation in the method, made that not only method has than higher forecast precision, and widened the usable range of method.
Description of drawings
Fig. 1 is the structural drawing of the inventive method;
Fig. 2 is autoregressive moving-average model prediction process flow diagram;
Fig. 3 is the SVM prediction process flow diagram.
Embodiment
Below in conjunction with accompanying drawing the inventive method is elaborated.
As shown in Figure 1, a kind of failure prediction method based on flying quality may further comprise the steps:
(1) sets up the flying quality storehouse
The flying quality storehouse is used for storing the aircraft parameter value that aircraft cruises and reports, the aircraft parameter value is existed in the flying quality information table.The information of flying quality library storage comprises information such as the numerical value, sampling instant of unit, the parameter of title, the parameter of parameter aircraft possessed, parameter.
(2) set up knowledge base
Knowledge base is used for storing the rule that is used for fault analysis, and the representing with form of production of rule is i.e. " if regular prerequisite " then " rule conclusion ".If rule has been represented flying quality and has met or exceeded certain value then rule is left in the rule list that the design of rule list is as shown in table 1.
Table 1 rule list
Figure BDA0000111379790000051
(3) flying quality pre-service
Utilize the method for svd to dispel the noise of flying quality in the flying quality storehouse.If X={x 1, x 2, Λ, x NBe a certain flying quality sequence, wherein x iThe expression flying quality, N representes natural number.The process of X being carried out svd filtering is following:
(1) structural matrix initial matrix
A = x 1 x 2 Λ x k x 2 x 3 Λ x k + 1 M M O M x n x n + 1 Λ x N n × k
Figure BDA0000111379790000053
Figure BDA0000111379790000054
expression is not more than the integer of N+1/2; N=N-k+1; N, k are natural numbers.
(2) A is carried out svd
A=UΓV T
U, V is orthogonal matrix, V TThe matrix transpose of expression V,
Γ = Π m × m O m × ( k - m ) O ( n - m ) × m O ( n - m ) × ( k - m )
∏ wherein M * mBe a diagonal form matrix, the element on the diagonal line is the singular value (α of matrix A 1, α 2, Λ, α m).(α 1, α 2, Λ, α m) satisfy α 1>=α 2>=Λ>=α m>=0; O M * (k-m), O (n-m) * m, O (n-m) * (k-m)Be element and all be 0 matrix; M is a natural number, the order of representing matrix A.
(3) find the solution filtering matrix
Set filter threshold ε (0<ε<1), solving equation
Σ i = 1 l a i 2 Σ i = 1 m a i 2 = ϵ
Can try to achieve positive integer l, the m-l that value is a less singular value is changed to 0 and obtains
Γ 1 = Π l × l O l × ( k - l ) O ( n - l ) × l O ( n - l ) × ( k - l ) ,
(4) filtering output
A 1=UΓ 1V T
Matrix A then 1In data be the data of dispeling behind the noise.
(4) flying quality analysis
Utilize largest Lyapunov exponent method to carry out chaotic characteristic and differentiate to dispeling flying quality behind the noise.
(5) data prediction
Utilize prediction algorithm to realize prediction, in this patent, comprised autoregressive moving-average model and supporting vector machine model flying quality.When data are linear relationship, select autoregressive moving-average model; When data are nonlinear relationship, select supporting vector machine model.
Autoregressive moving-average model is shown in (1) formula:
S t=φ 1S t-12S t-2+L+φ pS t-p1ε t-12ε t-2+L+θ qε t-qt,t∈Z +. (1)
Z wherein +Be positive integer set, { ε t, t ∈ Z +Be the independent same distribution random series, suppose ε usually tObey just too and distribute
Figure BDA0000111379790000063
The variance of expression normal distribution, p, q are model orders; Parameter phi 1, φ 2, L, φ p, θ 1, θ 2, L, θ q,
Figure BDA0000111379790000065
It is unknown parameter.
Flying quality prediction flow process based on autoregressive moving-average model is as shown in Figure 2, and whole process is divided into 2 parts: training process and data prediction.Training process is to utilize pretreated flying quality to confirm model order p, q and unknown parameter φ 1, φ 2, L, φ p, θ 1, θ 2, L, θ q,
Figure BDA0000111379790000066
Data prediction is according to formula (1) and passes through p, q and the φ that training process obtains 1, φ 2, L, φ p, θ 1, θ 2, L, θ q,
Figure BDA0000111379790000067
Calculate next data value constantly.Detailed process is:
(1) reading pretreated flying quality, utilize distance of swimming method that flying quality is carried out stationary test, judge the stationarity of flying quality, if not steadily, must carry out difference processing to signal, is stably up to differentiated flying quality.
(2) autocorrelation function and the partial autocorrelation function of calculating flying quality, Application of B IC decides the rank criterion, confirms model order p, q.Use least square method estimation model parameter phi 1, φ 2, L, φ p, θ 1, θ 2, L, θ q,
Figure BDA0000111379790000071
(3) model that utilizes foundation is finally exported result of calculation to calculating next data value constantly.
Supporting vector machine model is shown in (2) formula:
f ( x ) = Σ i = 1 N λ i K ( x i , x ) + b - - - ( 2 )
λ wherein i, i=1,2, L, N are the optimum solution of optimization problem (3).
min 1 2 Σ i = 1 N Σ j = 0 N λ i λ j K ( x i , x j ) + ϵ Σ i = 1 N | λ i | - Σ i = 1 N y i λ i
(3)
s.t. Σ i = 1 N λ i = 0 , -C≤λ i≤C,i=1,2,...,N
K ( x , x ′ ) = Exp ( - | | x - x ′ | | 2 σ 2 ) , b = y j - Σ i = 1 l λ i K ( x i · x j ) - ϵ , ε is the insensitive loss factor, and C is the punishment parameter, and wherein σ is the yardstick of kernel function.
Flying quality prediction flow process based on SVMs is as shown in Figure 3, and whole process also is divided into 2 parts: training process and data prediction.Training process is to utilize pretreated flying quality to find the solution optimization problem (3), obtains λ i, i=1,2, L, N.Data prediction is according to formula (2) and passes through the λ that training process obtains i, i=1,2, L, the value of N is calculated next data value constantly.Detailed process is:
(1) read pretreated flying quality after, at first need carry out phase space reconfiguration to flying quality, in this patent, select to utilize pseudo-adjacent method that flying quality is carried out phase space reconfiguration.
(2) (Sequential Minimal Optimization, SMO) solving-optimizing problem (3) calculates λ to utilize the minimum optimization algorithm of sequence i, i=1,2, L, N.
(3) utilize next numerical value constantly of Model Calculation of setting up, finally export result of calculation.
(6) carry out fault analysis according to the value and the knowledge in the knowledge base of prediction, the result of the final prediction of output.

Claims (1)

1. the failure prediction method based on flying quality is characterized in that comprising the steps:
The first step makes up the flying quality storehouse, the storage flying quality;
Second step made up knowledge base, and storage is used for the rule of fault analysis, explained that aircraft breaks down if rule has represented that flying quality has met or exceeded certain value;
In the 3rd step, utilize the method for svd to dispel the noise of flying quality;
To flying quality sequence X={ x 1, x 2, Λ, x NCarry out svd and may further comprise the steps, x wherein iRepresent i flying quality, N representes natural number:
(1) structural matrix initial matrix
A = x 1 x 2 Λ x k x 2 x 3 Λ x k + 1 M M O M x n x n + 1 Λ x N n × k
Figure FDA0000111379780000012
Figure FDA0000111379780000013
expression is not more than the integer of N+1/2; N=N-k+1, n and k are natural numbers;
(2) A is carried out svd
A=UΓV T
U, V is orthogonal matrix, V TThe matrix transpose of expression V,
Γ = Π m × m O m × ( k - m ) O ( n - m ) × m O ( n - m ) × ( k - m )
∏ wherein M * mBe a diagonal form matrix, the element on the diagonal line is the singular value (α of matrix A 1, α 2, Λ, α m); (α 1, α 2, Λ, α m) satisfy α 1>=α 2>=Λ>=α m>=0; O M * (k-m), O (n-m) * m, O (n-m) * (k-m)Be element and all be 0 matrix; M is a natural number, the order of representing matrix A;
(3) find the solution filtering matrix
Set filter threshold ε (0<ε<1), solving equation
Σ i = 1 l a i 2 Σ i = 1 m a i 2 = ϵ
Can try to achieve positive integer l, the m-l that value is a less singular value is changed to 0 and obtains
Γ 1 = Π l × l O l × ( k - l ) O ( n - l ) × l O ( n - l ) × ( k - l ) ;
(4) filtering output
A 1=UΓ 1V T
Matrix A then 1In data be the flying quality of dispeling behind the noise;
In the 4th step, utilize largest Lyapunov exponent method to carry out chaotic characteristic and differentiate to dispeling flying quality behind the noise;
The 5th step, utilize prediction algorithm to realize prediction to flying quality, prediction algorithm has comprised autoregressive moving-average model and supporting vector machine model; When data are linear relationship, select autoregressive moving-average model; When data are nonlinear relationship, select supporting vector machine model;
Autoregressive moving-average model is shown in (1) formula:
S t=φ 1S t-12S t-2+L+φ pS t-p1ε t-12ε t-2+L+θ qε t-qt,t∈Z +. (1)
Z wherein +Be positive integer set, { ε t, t ∈ Z +Be the independent same distribution random series, ε tNormal Distribution
Figure FDA0000111379780000022
The variance of expression normal distribution, p, q are model orders; Parameter phi 1, φ 2, L, φ p, θ 1, θ 2, L, θ q,
Figure FDA0000111379780000024
It is unknown parameter;
Flying quality prediction flow process based on autoregressive moving-average model may further comprise the steps:
(1) reading the flying quality of dispeling behind the noise, utilize distance of swimming method that flying quality is carried out stationary test, judge the stationarity of flying quality, if not steadily, must carry out difference processing to signal, is stably up to differentiated flying quality;
(2) autocorrelation function and the partial autocorrelation function of calculating flying quality, Application of B IC decides the rank criterion, confirms model order p, q; Use least square method estimation model parameter phi 1, φ 2, L, φ p, θ 1, θ 2, L, θ q,
Figure FDA0000111379780000025
(3) utilize next data value constantly of Model Calculation of setting up, finally export result of calculation;
Supporting vector machine model is shown in (2) formula:
f ( x ) = Σ i = 1 N λ i K ( x i , x ) + b - - - ( 2 )
λ wherein i, i=1,2, L, N are the optimum solution of optimization problem (3).
min 1 2 Σ i = 1 N Σ j = 0 N λ i λ j K ( x i , x j ) + ϵ Σ i = 1 N | λ i | - Σ i = 1 N y i λ i
(3)
s.t. Σ i = 1 N λ i = 0 , -C≤λ i≤C,i=1,2,...,N
K ( x , x ′ ) = Exp ( - | | x - x ′ | | 2 σ 2 ) , b = y j - Σ i = 1 l λ i K ( x i · x j ) - ϵ , ε is the insensitive loss factor, and C is the punishment parameter, and wherein σ is the yardstick of kernel function;
Flying quality prediction flow process based on SVMs may further comprise the steps:
(1) read the flying quality of dispeling behind the noise after, flying quality is carried out phase space reconfiguration;
(2) utilize the minimum optimization algorithm solving-optimizing problem (3) of sequence, calculate λ i, i=1,2, L, N;
(3) utilize next numerical value constantly of Model Calculation of setting up, finally export result of calculation;
In the 6th step, carry out fault analysis according to the value and the knowledge in the knowledge base of prediction, the result of the final prediction of output.
CN2011103753432A 2011-11-23 2011-11-23 Fault prediction method based on air data Pending CN102495949A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011103753432A CN102495949A (en) 2011-11-23 2011-11-23 Fault prediction method based on air data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011103753432A CN102495949A (en) 2011-11-23 2011-11-23 Fault prediction method based on air data

Publications (1)

Publication Number Publication Date
CN102495949A true CN102495949A (en) 2012-06-13

Family

ID=46187774

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011103753432A Pending CN102495949A (en) 2011-11-23 2011-11-23 Fault prediction method based on air data

Country Status (1)

Country Link
CN (1) CN102495949A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103164617A (en) * 2013-02-07 2013-06-19 中国国际航空股份有限公司 Airplane behavior prediction system and prediction method
CN103414581A (en) * 2013-07-24 2013-11-27 佳都新太科技股份有限公司 Equipment fault alarm, prediction and processing mechanism based on data mining
CN103902731A (en) * 2014-04-16 2014-07-02 国家电网公司 Intelligent information maintenance method based on knowledge base inquiry
CN104239694A (en) * 2014-08-28 2014-12-24 北京交通大学 Fault prediction and condition-based repair method of urban rail train bogie
CN104933488A (en) * 2015-06-30 2015-09-23 中国铁道科学研究院通信信号研究所 Fault rate prediction method of ATP (Automatic Train Protection) vehicle-mounted equipment
CN106598033A (en) * 2016-12-31 2017-04-26 清华大学深圳研究生院 PHM (Prognostic and Health Management) system for unmanned aerial vehicle based on middleware
CN106649727A (en) * 2016-12-23 2017-05-10 南京航空航天大学 Database construction method used for fault detection of unmanned aerial vehicle flight control system
CN106908668A (en) * 2017-01-20 2017-06-30 中国电力科学研究院 A kind of processing method and system of actual measurement ground total electric field data
CN108614443A (en) * 2016-12-12 2018-10-02 中国航空工业集团公司西安航空计算技术研究所 PHM system models are developed and Design for Verification Platform method
CN111721480A (en) * 2020-06-29 2020-09-29 南京航空航天大学 Civil aircraft unit oxygen system leakage early warning method based on flight data
CN112817296A (en) * 2020-12-30 2021-05-18 中国人民解放军空军预警学院 Flight fault prediction method and system based on flight data and deep learning

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1533948A (en) * 2003-03-28 2004-10-06 王⒅ Prediction and alarming method against airplane failure and airplane failure predicting and alarming system
CN102208028A (en) * 2011-05-31 2011-10-05 北京航空航天大学 Fault predicting and diagnosing method suitable for dynamic complex system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1533948A (en) * 2003-03-28 2004-10-06 王⒅ Prediction and alarming method against airplane failure and airplane failure predicting and alarming system
CN102208028A (en) * 2011-05-31 2011-10-05 北京航空航天大学 Fault predicting and diagnosing method suitable for dynamic complex system

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
吕永乐等: "基于奇异值分解的飞行数据降噪方法", 《计算机工程》, vol. 36, no. 03, 1 March 2010 (2010-03-01) *
周俊杰等: "浅析基于模型的航空电子装备故障预测", 《装备制造技术》, no. 05, 31 May 2010 (2010-05-31) *
戴林超等: "基于最小二乘支持向量机的故障预测法", 《中南大学学报(自然科学版)》, vol. 40, no. 1, 10 September 2009 (2009-09-10) *
李瑞莹等: "基于ARMA模型的故障率预测方法研究", 《系统工程与电子技术》, vol. 30, no. 08, 15 August 2008 (2008-08-15) *
王潇潇等: "一种复合故障预测动态建模方法", 《微计算机信息》, vol. 24, no. 01, 1 January 2008 (2008-01-01) *
费成巍等: "基于支持向量机的航空发动机整机振动故障诊断技术研究", 《沈阳航空工业学院学报》, vol. 27, no. 02, 30 April 2010 (2010-04-30) *

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103164617B (en) * 2013-02-07 2016-11-23 中国国际航空股份有限公司 A kind of aircraft behavior prediction system and Forecasting Methodology
CN103164617A (en) * 2013-02-07 2013-06-19 中国国际航空股份有限公司 Airplane behavior prediction system and prediction method
CN103414581A (en) * 2013-07-24 2013-11-27 佳都新太科技股份有限公司 Equipment fault alarm, prediction and processing mechanism based on data mining
CN103902731A (en) * 2014-04-16 2014-07-02 国家电网公司 Intelligent information maintenance method based on knowledge base inquiry
CN103902731B (en) * 2014-04-16 2017-02-15 国家电网公司 Intelligent information maintenance method based on knowledge base inquiry
CN104239694A (en) * 2014-08-28 2014-12-24 北京交通大学 Fault prediction and condition-based repair method of urban rail train bogie
CN104239694B (en) * 2014-08-28 2016-11-23 北京交通大学 The failure predication of a kind of municipal rail train bogie and condition maintenarnce method
CN104933488A (en) * 2015-06-30 2015-09-23 中国铁道科学研究院通信信号研究所 Fault rate prediction method of ATP (Automatic Train Protection) vehicle-mounted equipment
CN108614443B (en) * 2016-12-12 2020-09-22 中国航空工业集团公司西安航空计算技术研究所 PHM system model development and verification platform design method
CN108614443A (en) * 2016-12-12 2018-10-02 中国航空工业集团公司西安航空计算技术研究所 PHM system models are developed and Design for Verification Platform method
CN106649727B (en) * 2016-12-23 2019-12-24 南京航空航天大学 Database construction method for fault detection of unmanned aerial vehicle flight control system
CN106649727A (en) * 2016-12-23 2017-05-10 南京航空航天大学 Database construction method used for fault detection of unmanned aerial vehicle flight control system
CN106598033A (en) * 2016-12-31 2017-04-26 清华大学深圳研究生院 PHM (Prognostic and Health Management) system for unmanned aerial vehicle based on middleware
CN106598033B (en) * 2016-12-31 2019-08-23 清华大学深圳研究生院 Unmanned plane PHM system based on middleware
CN106908668A (en) * 2017-01-20 2017-06-30 中国电力科学研究院 A kind of processing method and system of actual measurement ground total electric field data
CN111721480A (en) * 2020-06-29 2020-09-29 南京航空航天大学 Civil aircraft unit oxygen system leakage early warning method based on flight data
CN111721480B (en) * 2020-06-29 2021-07-20 南京航空航天大学 Civil aircraft unit oxygen system leakage early warning method based on flight data
CN112817296A (en) * 2020-12-30 2021-05-18 中国人民解放军空军预警学院 Flight fault prediction method and system based on flight data and deep learning

Similar Documents

Publication Publication Date Title
CN102495949A (en) Fault prediction method based on air data
CN105300692B (en) A kind of bearing failure diagnosis and Forecasting Methodology based on expanded Kalman filtration algorithm
CN113343633B (en) Thermal runaway fault classification and risk prediction method and system for power lithium battery
Xu et al. PHM-oriented integrated fusion prognostics for aircraft engines based on sensor data
CN101799674B (en) Method for analyzing service state of numerical control equipment
CN106951695A (en) Plant equipment remaining life computational methods and system under multi-state
CN103264317B (en) A kind of appraisal procedure of Milling Process cutter operational reliability
CN104966161B (en) A kind of power quality recorder data calculation and analysis methods based on gauss hybrid models
CN105631578A (en) Risk assessment-orientated modeling method of power transmission and transformation equipment failure probability model
CN103399280B (en) Based on the cycle life of lithium ion battery Forecasting Methodology of NSDP-AR model
US11657121B2 (en) Abnormality detection device, abnormality detection method and computer readable medium
CN106600138A (en) Secondary equipment risk assessment method
CN103646167A (en) Satellite abnormal condition detection system based on telemeasuring data
CN106779215B (en) Machine learning-based power grid global delay situation sensing method
CN104156615A (en) Sensor test data point anomaly detection method based on LS-SVM
CN102663495B (en) Neural net data generation method for nonlinear device modeling
CN101916241A (en) Method for identifying time-varying structure modal frequency based on time frequency distribution map
CN102937534A (en) Method for predicting fault of electromechanical device based on combined prediction model
EP3201845A1 (en) Vibration signatures for prognostics and health monitoring of machinery
CN105574604A (en) Power network operation event-oriented monitoring, pre-judging and analyzing system
Che et al. Multi-head self-attention bidirectional gated recurrent unit for end-to-end remaining useful life prediction of mechanical equipment
Ruan et al. Remaining useful life prediction for aero-engine based on lstm and cnn
CN104102804A (en) Method and device for predicting service life of component of equipment
CN105204336A (en) Method for distinguishing aircraft motion mode
Melendez et al. Self-supervised Multi-stage Estimation of Remaining Useful Life for Electric Drive Units

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20120613