期刊文献+
共找到1,424篇文章
< 1 2 72 >
每页显示 20 50 100
Waveguide Bragg Grating for Fault Localization in PON
1
作者 HU Jin LIU Xu +4 位作者 ZHU Songlin ZHUANG Yudi WU Yuejun XIA Xiang HE Zuyuan 《ZTE Communications》 2024年第2期94-98,共5页
Femtosecond laser direct inscription is a technique especially useful for prototyping purposes due to its distinctive advantages such as high fabrication accuracy,true 3D processing flexibility,and no need for mold or... Femtosecond laser direct inscription is a technique especially useful for prototyping purposes due to its distinctive advantages such as high fabrication accuracy,true 3D processing flexibility,and no need for mold or photomask.In this paper,we demonstrate the design and fabrication of a planar lightwave circuit(PLC)power splitter encoded with waveguide Bragg gratings(WBG)using a femtosecond laser inscription technique for passive optical network(PON)fault localization application.Both the reflected wavelengths and intervals of WBGs can be conveniently tuned.In the experiment,we succeeded in directly inscribing WBGs in 1×4 PLC splitter chips with a wavelength interval of about 4 nm and an adjustable reflectivity of up to 70% in the C-band.The proposed method is suitable for the prototyping of a PLC splitter encoded with WBG for PON fault localization applications. 展开更多
关键词 planar light circuit power splitter waveguide Bragg gratings femtosecond laser optical network fault localization
下载PDF
A novel multi-resolution network for the open-circuit faults diagnosis of automatic ramming drive system
2
作者 Liuxuan Wei Linfang Qian +3 位作者 Manyi Wang Minghao Tong Yilin Jiang Ming Li 《Defence Technology(防务技术)》 SCIE EI CAS CSCD 2024年第4期225-237,共13页
The open-circuit fault is one of the most common faults of the automatic ramming drive system(ARDS),and it can be categorized into the open-phase faults of Permanent Magnet Synchronous Motor(PMSM)and the open-circuit ... The open-circuit fault is one of the most common faults of the automatic ramming drive system(ARDS),and it can be categorized into the open-phase faults of Permanent Magnet Synchronous Motor(PMSM)and the open-circuit faults of Voltage Source Inverter(VSI). The stator current serves as a common indicator for detecting open-circuit faults. Due to the identical changes of the stator current between the open-phase faults in the PMSM and failures of double switches within the same leg of the VSI, this paper utilizes the zero-sequence voltage component as an additional diagnostic criterion to differentiate them.Considering the variable conditions and substantial noise of the ARDS, a novel Multi-resolution Network(Mr Net) is proposed, which can extract multi-resolution perceptual information and enhance robustness to the noise. Meanwhile, a feature weighted layer is introduced to allocate higher weights to characteristics situated near the feature frequency. Both simulation and experiment results validate that the proposed fault diagnosis method can diagnose 25 types of open-circuit faults and achieve more than98.28% diagnostic accuracy. In addition, the experiment results also demonstrate that Mr Net has the capability of diagnosing the fault types accurately under the interference of noise signals(Laplace noise and Gaussian noise). 展开更多
关键词 Fault diagnosis Deep learning Multi-scale convolution Open-circuit Convolutional neural network
下载PDF
Automatic software fault localization based on artificial bee colony 被引量:2
3
作者 Linzhi Huang Jun Ai 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2015年第6期1325-1332,共8页
Software debugging accounts for a vast majority of the financial and time costs in software developing and maintenance. Thus, approaches of software fault localization that can help automate the debugging process have... Software debugging accounts for a vast majority of the financial and time costs in software developing and maintenance. Thus, approaches of software fault localization that can help automate the debugging process have become a hot topic in the field of software engineering. Given the great demand for software fault localization, an approach based on the artificial bee colony (ABC) algorithm is proposed to be integrated with other related techniques. In this process, the source program is initially instrumented after analyzing the dependence information. The test case sets are then compiled and run on the instrumented program, and execution results are input to the ABC algorithm. The algorithm can determine the largest fitness value and best food source by calculating the average fitness of the employed bees in the iteralive process. The program unit with the highest suspicion score corresponding to the best test case set is regarded as the final fault localization. Experiments are conducted with the TCAS program in the Siemens suite. Results demonstrate that the proposed fault localization method is effective and efficient. The ABC algorithm can efficiently avoid the local optimum, and ensure the validity of the fault location to a larger extent. 展开更多
关键词 software debugging software fault localization arti-ficial bee colony (ABC) algorithm program instrumentation.
下载PDF
Statistical Debugging Effectiveness as a Fault Localization Approach: Comparative Study 被引量:1
4
作者 Ishaq Sandoqa Fawaz Alzghoul +3 位作者 Hamad Alsawalqah Isra Alzghoul Loai Alnemer Mohammad Akour 《Journal of Software Engineering and Applications》 2016年第8期412-423,共12页
Fault localization is an important topic in software testing, as it enables the developer to specify fault location in their code. One of the dynamic fault localization techniques is statistical debugging. In this stu... Fault localization is an important topic in software testing, as it enables the developer to specify fault location in their code. One of the dynamic fault localization techniques is statistical debugging. In this study, two statistical debugging algorithms are implemented, SOBER and Cause Isolation, and then the experimental works are conducted on five programs coded using Python as an example of well-known dynamic programming language. Results showed that in programs that contain only single bug, the two studied statistical debugging algorithms are very effective to localize a bug. In programs that have more than one bug, SOBER algorithm has limitations related to nested predicates, rarely observed predicates and complement predicates. The Cause Isolation has limitations related to sorting predicates based on importance and detecting bugs in predicate condition. The accuracy of both SOBER and Cause Isolation is affected by the program size. Quality comparison showed that SOBER algorithm requires more code examination than Cause Isolation to discover the bugs. 展开更多
关键词 Testing and Debugging Dynamic Language Statistical Debugging Fault Localization
下载PDF
Explainable Software Fault Localization Model: From Blackbox to Whitebox
5
作者 Abdulaziz Alhumam 《Computers, Materials & Continua》 SCIE EI 2022年第10期1463-1482,共20页
The most resource-intensive and laborious part of debugging is finding the exact location of the fault from the more significant number of code snippets.Plenty of machine intelligence models has offered the effective ... The most resource-intensive and laborious part of debugging is finding the exact location of the fault from the more significant number of code snippets.Plenty of machine intelligence models has offered the effective localization of defects.Some models can precisely locate the faulty with more than 95%accuracy,resulting in demand for trustworthy models in fault localization.Confidence and trustworthiness within machine intelligencebased software models can only be achieved via explainable artificial intelligence in Fault Localization(XFL).The current study presents a model for generating counterfactual interpretations for the fault localization model’s decisions.Neural system approximations and disseminated presentation of input information may be achieved by building a nonlinear neural network model.That demonstrates a high level of proficiency in transfer learning,even with minimal training data.The proposed XFL would make the decisionmaking transparent simultaneously without impacting the model’s performance.The proposed XFL ranks the software program statements based on the possible vulnerability score approximated from the training data.The model’s performance is further evaluated using various metrics like the number of assessed statements,confidence level of fault localization,and TopN evaluation strategies. 展开更多
关键词 Software fault localization explainable artificial intelligence statement ranking vulnerability detection
下载PDF
Long Distance GIL PD Fault Localization Method Based on Amplitude Difference and Time Difference Calculation of UHF Coupling Signal
6
作者 Zhang Hui Hu Po Tao Ke 《Journal of Mechanics Engineering and Automation》 2016年第1期39-46,共8页
In the long distance GIL under certain conditions, this paper researches and realizes detection of PD characters and accurate fault localization through UHF coupling sensors at different positions of the GIL pipeline.... In the long distance GIL under certain conditions, this paper researches and realizes detection of PD characters and accurate fault localization through UHF coupling sensors at different positions of the GIL pipeline. The main methods for the detection are UHF signal amplitude difference (DOA) and time difference (TOF). We analyze the localization error by using TE and TEM component and high order TE mode component in electromagnetic coaxial wave guide theory. Research and field test prove the DOA detection error can meet the requirements of real-time online diagnosis and for history tracking analysis. The error of TOF detection method can be controlled within 3% and can be applied to the site. 展开更多
关键词 GIL partial discharge UHF EM-wave amplitude difference time difference fault localization.
下载PDF
Multimode Process Fault Detection Using Local Neighborhood Similarity Analysis 被引量:5
7
作者 邓晓刚 田学民 《Chinese Journal of Chemical Engineering》 SCIE EI CAS CSCD 2014年第Z1期1260-1267,共8页
Traditional data driven fault detection methods assume unimodal distribution of process data so that they often perform not well in chemical process with multiple operating modes. In order to monitor the multimode che... Traditional data driven fault detection methods assume unimodal distribution of process data so that they often perform not well in chemical process with multiple operating modes. In order to monitor the multimode chemical process effectively, this paper presents a novel fault detection method based on local neighborhood similarity analysis(LNSA). In the proposed method, prior process knowledge is not required and only the multimode normal operation data are used to construct a reference dataset. For online monitoring of process state, LNSA applies moving window technique to obtain a current snapshot data window. Then neighborhood searching technique is used to acquire the corresponding local neighborhood data window from the reference dataset. Similarity analysis between snapshot and neighborhood data windows is performed, which includes the calculation of principal component analysis(PCA) similarity factor and distance similarity factor. The PCA similarity factor is to capture the change of data direction while the distance similarity factor is used for monitoring the shift of data center position. Based on these similarity factors, two monitoring statistics are built for multimode process fault detection. Finally a simulated continuous stirred tank system is used to demonstrate the effectiveness of the proposed method. The simulation results show that LNSA can detect multimode process changes effectively and performs better than traditional fault detection methods. 展开更多
关键词 MULTIMODE chemical PROCESS Fault detection LOCAL NEIGHBORHOOD SIMILARITY ANALYSIS Principal component ANALYSIS
下载PDF
Sparse Kernel Locality Preserving Projection and Its Application in Nonlinear Process Fault Detection 被引量:28
8
作者 DENG Xiaogang TIAN Xuemin 《Chinese Journal of Chemical Engineering》 SCIE EI CAS CSCD 2013年第2期163-170,共8页
Locality preserving projection (LPP) is a newly emerging fault detection method which can discover local manifold structure of a data set to be analyzed, but its linear assumption may lead to monitoring performance de... Locality preserving projection (LPP) is a newly emerging fault detection method which can discover local manifold structure of a data set to be analyzed, but its linear assumption may lead to monitoring performance degradation for complicated nonlinear industrial processes. In this paper, an improved LPP method, referred to as sparse kernel locality preserving projection (SKLPP) is proposed for nonlinear process fault detection. Based on the LPP model, kernel trick is applied to construct nonlinear kernel model. Furthermore, for reducing the computational complexity of kernel model, feature samples selection technique is adopted to make the kernel LPP model sparse. Lastly, two monitoring statistics of SKLPP model are built to detect process faults. Simulations on a continuous stirred tank reactor (CSTR) system show that SKLPP is more effective than LPP in terms of fault detection performance. 展开更多
关键词 nonlinear locality preserving projection kernel trick sparse model fault detection
下载PDF
Fault Diagnosis Model Based on Feature Compression with Orthogonal Locality Preserving Projection 被引量:14
9
作者 TANG Baoping LI Feng QIN Yi 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2011年第5期891-898,共8页
Based on feature compression with orthogonal locality preserving projection(OLPP),a novel fault diagnosis model is proposed in this paper to achieve automation and high-precision of fault diagnosis of rotating machi... Based on feature compression with orthogonal locality preserving projection(OLPP),a novel fault diagnosis model is proposed in this paper to achieve automation and high-precision of fault diagnosis of rotating machinery.With this model,the original vibration signals of training and test samples are first decomposed through the empirical mode decomposition(EMD),and Shannon entropy is constructed to achieve high-dimensional eigenvectors.In order to replace the traditional feature extraction way which does the selection manually,OLPP is introduced to automatically compress the high-dimensional eigenvectors of training and test samples into the low-dimensional eigenvectors which have better discrimination.After that,the low-dimensional eigenvectors of training samples are input into Morlet wavelet support vector machine(MWSVM) and a trained MWSVM is obtained.Finally,the low-dimensional eigenvectors of test samples are input into the trained MWSVM to carry out fault diagnosis.To evaluate our proposed model,the experiment of fault diagnosis of deep groove ball bearings is made,and the experiment results indicate that the recognition accuracy rate of the proposed diagnosis model for outer race crack、inner race crack and ball crack is more than 90%.Compared to the existing approaches,the proposed diagnosis model combines the strengths of EMD in fault feature extraction,OLPP in feature compression and MWSVM in pattern recognition,and realizes the automation and high-precision of fault diagnosis. 展开更多
关键词 orthogonal locality preserving projection(OLPP) manifold learning feature compression Morlet wavelet support vector machine(MWSVM) empirical mode decomposition(EMD) fault diagnosis
下载PDF
Fault Diagnosis Approach of Local Ventilation System in Coal Mines Based on Multidisciplinary Technology 被引量:18
10
作者 GONG Xiao-yan XUE He +1 位作者 TAO Xin-li HU Ning 《Journal of China University of Mining and Technology》 EI 2006年第3期317-320,共4页
In order to reduce the probability of fault occurrence of local ventilation system in coal mine and prevent gas from exceeding the standard limit, an approach incorporating the reliability analysis, rough set theory, ... In order to reduce the probability of fault occurrence of local ventilation system in coal mine and prevent gas from exceeding the standard limit, an approach incorporating the reliability analysis, rough set theory, genetic algorithm (GA), and intelligent decision support system (IDSS) was used to establish and develop a fault diagnosis system of local ventilation in coal mine. Fault tree model was established and its reliability analysis was performed. The algorithms and software of key fault symptom and fault diagnosis rule acquiring were also analyzed and developed. Finally, a prototype system was developed and demonstrated by a mine instance. The research results indicate that the proposed approach in this paper can accurately and quickly find the fault reason in a local ventilation system of coal mines and can reduce difficulty of the fault diagnosis of the local ventilation system, which is significant to decrease gas exploding accidents in coal mines. 展开更多
关键词 fault diagnosis local ventilation rough set theory genetic algorithm IDSS
下载PDF
Open-circuit Fault-tolerant Control Strategy Based on Five-level Power Converter for SRM System 被引量:6
11
作者 Mingyao Ma Kexiang Yuan +1 位作者 Qingqing Yang Shuying Yang 《CES Transactions on Electrical Machines and Systems》 CSCD 2019年第2期178-186,共9页
Switched reluctance motor power converters are prone to open-circuit faults because it need to withstand large voltages and currents.Due to the small number of traditional asymmetrical half bridge topology switches,it... Switched reluctance motor power converters are prone to open-circuit faults because it need to withstand large voltages and currents.Due to the small number of traditional asymmetrical half bridge topology switches,it is difficult to carry out fault tolerant control when power converters has an open-circuit fault,resulting in larger output torque ripple.This paper presents a five-level power converter based on the traditional asymmetric half-bridge power converter.The five-level topology has more switching states and can work in multi-level mode.Based on the topology,different excitation and demagnetization voltages can be choose at different speeds.A fault-tolerance strategy is developed to decrease the influence of the open-circuit fault.The five-level power converter has four switches per phase,and two of them will be used in one of the operating mode.So the remaining two of the switches can be used for safe backup,enabling fault-tolerant control when an open-circuit occur.Since each phase of the five-level power converter proposed in this paper is independent of each other,a reasonable control strategy can be used to avoid the unbalance of the midpoint potential.Finally,the topology and fault-tolerant strategy proposed in this paper are verified by simulation and experiment. 展开更多
关键词 Fault tolerance control Midpoint potential Open-circuit fault Power converter Torque ripple.
下载PDF
A Hybrid Diagnosis Method for Inverter Open-circuit Faults in PMSM Drives 被引量:7
12
作者 Zeliang Zhang Guangzhao Luo +1 位作者 Zhengbin Zhang Xuecheng Tao 《CES Transactions on Electrical Machines and Systems》 CSCD 2020年第3期180-189,共10页
In order to improve the evaluation process of inverter open-circuit faults diagnosis in permanent magnet synchronous motor(PMSM)drives,this paper presents a diagnosis method based on current residuals and machine lear... In order to improve the evaluation process of inverter open-circuit faults diagnosis in permanent magnet synchronous motor(PMSM)drives,this paper presents a diagnosis method based on current residuals and machine learning models.The machine learning models are introduced to make a comprehensive evaluation for the current residuals obtained from a state observer,instead of evaluating the residuals by comparing with thresholds.Meanwhile,fault diagnosis and location are conducted simultaneously by the machine learning models,which simplifies the diagnosis process.Besides,a sampling strategy is designed to implement the proposed scheme online.Experiments are carried out on a DSP based PMSM drive,and the effectiveness of the proposed method is verified. 展开更多
关键词 Current residuals fault diagnosis inverter open-circuit machine learning
下载PDF
Locally Linear Back-propagation Based Contribution for Nonlinear Process Fault Diagnosis 被引量:3
13
作者 Jinchuan Qian Li Jiang Zhihuan Song 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2020年第3期764-775,共12页
This paper proposes a novel locally linear backpropagation based contribution(LLBBC) for nonlinear process fault diagnosis. As a method based on the deep learning model of auto-encoder(AE), LLBBC can deal with the fau... This paper proposes a novel locally linear backpropagation based contribution(LLBBC) for nonlinear process fault diagnosis. As a method based on the deep learning model of auto-encoder(AE), LLBBC can deal with the fault diagnosis problem through extracting nonlinear features. When the on-line fault diagnosis task is in progress, a locally linear model is firstly built at the current fault sample. According to the basic idea of reconstruction based contribution(RBC), the propagation of fault information is described by using back-propagation(BP) algorithm. Then, a contribution index is established to measure the correlation between the variable and the fault, and the final diagnosis result is obtained by searching variables with large contributions. The smearing effect, which is an important factor affecting the performance of fault diagnosis, can be suppressed as well,and the theoretical analysis reveals that the correct diagnosis can be guaranteed by LLBBC. Finally, the feasibility and effectiveness of the proposed method are verified through a nonlinear numerical example and the Tennessee Eastman benchmark process. 展开更多
关键词 Auto-encoder(AE) deep learning fault diagnosis LOCALLY LINEAR model nonlinear process reconstruction BASED contribution(RBC)
下载PDF
Fault Detection Based on Incremental Locally Linear Embedding for Satellite TX-I 被引量:1
14
作者 程月华 胡国飞 +2 位作者 陆宁云 姜斌 邢琰 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI CSCD 2015年第6期600-609,共10页
A fault detection method based on incremental locally linear embedding(LLE)is presented to improve fault detecting accuracy for satellites with telemetry data.Since conventional LLE algorithm cannot handle incremental... A fault detection method based on incremental locally linear embedding(LLE)is presented to improve fault detecting accuracy for satellites with telemetry data.Since conventional LLE algorithm cannot handle incremental learning,an incremental LLE method is proposed to acquire low-dimensional feature embedded in high-dimensional space.Then,telemetry data of Satellite TX-I are analyzed.Therefore,fault detection are performed by analyzing feature information extracted from the telemetry data with the statistical indexes T2 and squared prediction error(SPE)and SPE.Simulation results verify the fault detection scheme. 展开更多
关键词 incremental locally linear embedding(LLE) telemetry data fault detection dimensionality reduction statistical indexes
下载PDF
Multivariate time delay analysis based local KPCA fault prognosis approach for nonlinear processes 被引量:5
15
作者 Yuan Xu Ying Liu Qunxiong Zhu 《Chinese Journal of Chemical Engineering》 SCIE EI CAS CSCD 2016年第10期1413-1422,共10页
Currently, some fault prognosis technology occasionally has relatively unsatisfied performance especially for in- cipient faults in nonlinear processes duo to their large time delay and complex internal connection. To... Currently, some fault prognosis technology occasionally has relatively unsatisfied performance especially for in- cipient faults in nonlinear processes duo to their large time delay and complex internal connection. To overcome this deficiency, multivariate time delay analysis is incorporated into the high sensitive local kernel principal component analysis. In this approach, mutual information estimation and Bayesian information criterion (BIC) are separately used to acquire the correlation degree and time delay of the process variables. Moreover, in order to achieve prediction, time series prediction by back propagation (BP) network is applied whose input is multivar- iate correlated time series other than the original time series. Then the multivariate time delayed series and future values obtained by time series prediction are combined to construct the input of local kernel principal component analysis (LKPCA) model for incipient fault prognosis. The new method has been exemplified in a sim- ple nonlinear process and the complicated Tennessee Eastman (TE) benchmark process. The results indicate that the new method has suoerioritv in the fault prognosis sensitivity over other traditional fault prognosis methods. 展开更多
关键词 Fault prognosis Time delay estimation Local kernel principal component analysis
下载PDF
Fault Diagnosis of a Rotor Based on a Lifting Wavelet and Local Wave 被引量:1
16
作者 WANG Feng-li GAO Hong-tao ZHAO De-you 《International Journal of Plant Engineering and Management》 2010年第1期13-17,共5页
Aiming at the mode mixture in local wave decomposition(LWD) caused by a noise signal, the original data is preprocessed using the lifting wavelet transformation to suppress abnormal interference of noise and improve... Aiming at the mode mixture in local wave decomposition(LWD) caused by a noise signal, the original data is preprocessed using the lifting wavelet transformation to suppress abnormal interference of noise and improve the quality of decomposition. It is employed to analyze the vibration signal of rotor rub-impact for extracting the weak impulsive feature. The signal is decomposed into intrinsic mode functions by LWD, then the high-frequency components are analyzed by Hilbert envelop demodulation. The period of the impulse response can be achieved, and the modulate fault feature of the vibration signal of a rotor system with rub-impact fault can be extracted exactly. Analysis results show that the proposed method is accurate and efficient, and is expected to be applied in engineering practice effectively. 展开更多
关键词 local wave lifting scheme fault diagnosis envelope demodulation RUB-IMPACT
下载PDF
Application of local wave ti me-frequency method in reciprocating mechanical fault diagnosis
17
作者 Wang Lei Wang Fengtao Ma Xiaojiang 《仪器仪表学报》 EI CAS CSCD 北大核心 2006年第z1期380-381,共2页
To diagnosethe reciprocating mechanical fault.We utilizedlocal waveti me-frequency approach.Firstly,we gave the principle.Secondly,the application of local wave ti me-frequency was given.Finally,we discusseditsvirtue ... To diagnosethe reciprocating mechanical fault.We utilizedlocal waveti me-frequency approach.Firstly,we gave the principle.Secondly,the application of local wave ti me-frequency was given.Finally,we discusseditsvirtue in reciprocating mechanical fault diagnosis. 展开更多
关键词 LOCAL WAVE method TIME-FREQUENCY analysis FAULT DIAGNOSIS
下载PDF
Origin of Gold-Bearing Fluid and Its Initiative Localization Mechanism in Xiadian Gold Deposit,Shandong Province 被引量:4
18
作者 邓军 王庆飞 孙忠实 《Chinese Journal Of Geochemistry》 EI CAS 2002年第3期282-288,共7页
The composition of quartz inclusions and trace elements in ore indicate that gold\|bearing fluid in the Xiadian gold deposit, Shandong Province, stemmed from both mantle and magma, belonging to a composite origin. Bas... The composition of quartz inclusions and trace elements in ore indicate that gold\|bearing fluid in the Xiadian gold deposit, Shandong Province, stemmed from both mantle and magma, belonging to a composite origin. Based on theoretical analysis and high temperature and high pressure experimental studies, gold\|bearing fluid initiative localization mechanism and the forming environment of ore\|host rocks are discussed in the present paper. The composite fluid extracted gold from rocks because of its expanding and injecting forces and flew through ore\|conducive structures, leading to the breakup of rocks. The generation of ore\|host faults and the precipitation of gold\|bearing fluid occurred almost simultaneously. This study provides further information about the relationships between gold ore veins and basic\|ultrabasic vein rocks and intermediate vein rocks, the spatial distribution of gold ore veins and the rules governing the migration of ore fluids. 展开更多
关键词 成矿流体 元素分析 金矿床 空间分布 山东
下载PDF
Open-Circuit Faults Diagnosis in Direct-Drive PMSG Wind Turbine Converter
19
作者 Wei Zhang Qihui Ling +1 位作者 Qiancheng Zhao Hushu Wu 《Energy Engineering》 EI 2021年第5期1515-1535,共21页
The condition monitoring and fault diagnosis have been identified as the key to achieving higher availabilities of wind turbines.Numerous studies show that the open-circuit fault is a significant contributor to the fa... The condition monitoring and fault diagnosis have been identified as the key to achieving higher availabilities of wind turbines.Numerous studies show that the open-circuit fault is a significant contributor to the failures of wind turbine converter.However,the multiple faults combinations and the influence of wind speed changes abruptly,grid voltage sags and noise interference have brought great challenges to fault diagnosis.Accordingly,concerning the open-circuit fault of converters in direct-driven PMSG wind turbine,a diagnostic method for multiple open-circuit faults is proposed in this paper,which is divided into two tasks:The first one is the fault detection and the second one is the fault localization.The detection method is based on the relative current residuals after exponential transformation and on an adaptive threshold,and the localization method is based on the average values of fault phase currents.The scheduled diagnosis method is available to both the generator-side converter and the grid-side converter,allowing to detect and locate single and double open-circuit faults.For validating this,robustness test and multiple open-circuit faults diagnosis are presented in a 2-MW direct-driven PMSG wind turbine system,the results validate the reliability and effectiveness of the proposed method. 展开更多
关键词 Wind turbine CONVERTER open-circuit fault fault diagnosis exponential transformation
下载PDF
An Improved Coupled Dynamic Modelling for Exploring Gearbox Vibrations Considering Local Defects 被引量:2
20
作者 Yaoyao Han Xiaohui Chen +2 位作者 Jiawei Xiao James Xi Gu Minmin Xu 《Journal of Dynamics, Monitoring and Diagnostics》 2023年第4期262-274,共13页
Gearbox is a key part in machinery,in which gear,shaft and bearing operate together to transmit motion and power.The wide usage and high failure rate of gearbox make it attract much attention on its health monitoring ... Gearbox is a key part in machinery,in which gear,shaft and bearing operate together to transmit motion and power.The wide usage and high failure rate of gearbox make it attract much attention on its health monitoring and fault diagnosis.Dynamic modelling can study the mechanism under different faults and provide theoretical foundation for fault detection.However,current commonly used gear dynamic model usually neglects the influence of bearing and shaft,resulting in incomplete understanding of gearbox fault diagnosis especially under the effect of local defects on gear and shaft.To address this problem,an improved gear-shaft-bearing-housing dynamic model is proposed to reveal the vibration mechanism and responses considering shaft whirling and gear local defects.Firstly,an eighteen degree-of-freedom gearbox dynamic model is proposed,taking into account the interaction among gear,bearing and shaft.Secondly,the dynamic model is iteratively solved.Then,vibration responses are expounded and analysed considering gear spalling and shaft crack.Numerical results show that the gear mesh frequency and its harmonics have higher amplitude through the spectrum.Vibration RMS and the shaft rotating frequency increase with the spalling size and shaft crack angle in general.An experiment is designed to verify the rationality of the proposed gearbox model.Lastly,comprehensive analysis under different spalling size and shaft crack angle are analysed.Results show that when spalling size and crack angle are larger,RMS and the amplitude of shaft rotating frequency will not increase linearly.The dynamic model can accurately simulate the vibration of gear transmission system,which is helpful for gearbox fault diagnosis. 展开更多
关键词 coupled gear-shaft-bearing-housing dynamic mode GEARBOX gearbox fault diagnosis local defects shaft crack
下载PDF
上一页 1 2 72 下一页 到第
使用帮助 返回顶部