期刊文献+
共找到1,459篇文章
< 1 2 73 >
每页显示 20 50 100
Two-Phase Software Fault Localization Based on Relational Graph Convolutional Neural Networks 被引量:1
1
作者 Xin Fan Zhenlei Fu +2 位作者 Jian Shu Zuxiong Shen Yun Ge 《Computers, Materials & Continua》 2025年第2期2583-2607,共25页
Spectrum-based fault localization (SBFL) generates a ranked list of suspicious elements by using the program execution spectrum, but the excessive number of elements ranked in parallel results in low localization accu... Spectrum-based fault localization (SBFL) generates a ranked list of suspicious elements by using the program execution spectrum, but the excessive number of elements ranked in parallel results in low localization accuracy. Most researchers consider intra-class dependencies to improve localization accuracy. However, some studies show that inter-class method call type faults account for more than 20%, which means such methods still have certain limitations. To solve the above problems, this paper proposes a two-phase software fault localization based on relational graph convolutional neural networks (Two-RGCNFL). Firstly, in Phase 1, the method call dependence graph (MCDG) of the program is constructed, the intra-class and inter-class dependencies in MCDG are extracted by using the relational graph convolutional neural network, and the classifier is used to identify the faulty methods. Then, the GraphSMOTE algorithm is improved to alleviate the impact of class imbalance on classification accuracy. Aiming at the problem of parallel ranking of element suspicious values in traditional SBFL technology, in Phase 2, Doc2Vec is used to learn static features, while spectrum information serves as dynamic features. A RankNet model based on siamese multi-layer perceptron is constructed to score and rank statements in the faulty method. This work conducts experiments on 5 real projects of Defects4J benchmark. Experimental results show that, compared with the traditional SBFL technique and two baseline methods, our approach improves the Top-1 accuracy by 262.86%, 29.59% and 53.01%, respectively, which verifies the effectiveness of Two-RGCNFL. Furthermore, this work verifies the importance of inter-class dependencies through ablation experiments. 展开更多
关键词 Software fault localization graph neural network RankNet inter-class dependency class imbalance
在线阅读 下载PDF
Automatic software fault localization based on artificial bee colony 被引量:2
2
作者 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
Multivariate time delay analysis based local KPCA fault prognosis approach for nonlinear processes 被引量:7
3
作者 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
Multimode Process Fault Detection Using Local Neighborhood Similarity Analysis 被引量:6
4
作者 邓晓刚 田学民 《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
Statistical Debugging Effectiveness as a Fault Localization Approach: Comparative Study 被引量:1
5
作者 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
6
作者 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
7
作者 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
Waveguide Bragg Grating for Fault Localization in PON
8
作者 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
Fault Diagnosis of a Rotor Based on a Lifting Wavelet and Local Wave 被引量:1
9
作者 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
Fault Detection Based on Incremental Locally Linear Embedding for Satellite TX-I 被引量:1
10
作者 程月华 胡国飞 +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
Application of local wave ti me-frequency method in reciprocating mechanical fault diagnosis
11
作者 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
A Fault Location Method for Student Homework Program
12
作者 Li Zhang Zheyu Yang +2 位作者 Hao Li Jing Jiang Zian Sun 《计算机教育》 2025年第3期111-121,共11页
In order to solve the code debugging difficulties faced by students and relieve the pressure of manual personalized tutoring,this paper proposes a method for locating faults in student code,called SCFL(student code fa... In order to solve the code debugging difficulties faced by students and relieve the pressure of manual personalized tutoring,this paper proposes a method for locating faults in student code,called SCFL(student code fault location).This method utilizes a historical correct code repository composed of correct codes submitted by previous students in the same assignments.It standardizes the erroneous code and historical correct code variables simultaneously and calculates the abstract syntax change tree.Then,by establishing the mapping between the abstract syntax change tree and the student assignment code,the fault location results of the student assignment are calculated.The evaluation experiments show that the SCFL method has a result of 9.25 in the cumulative inspection statement count and 15.9%in the fault localization cost indicator.Both indicators are better than the three currently commonly used spectrum-based baseline methods. 展开更多
关键词 Programming education fault localization Personalized tutoring Programming practice
在线阅读 下载PDF
Transformer-Enhanced Intelligent Microgrid Self-Healing:Integrating Large Language Models and Adaptive Optimization for Real-Time Fault Detection and Recovery
13
作者 Qiang Gao Lei Shen +9 位作者 Jiaming Shi Xinfa Gu Shanyun Gu Yuwei Ge Yang Xie Xiaoqiong Zhu Baoguo Zang Ming Zhang Muhammad Shahzad Nazir Jie Ji 《Energy Engineering》 2025年第7期2767-2800,共34页
The rapid proliferation of renewable energy integration and escalating grid operational complexity have intensified demands for resilient self-healing mechanisms in modern power systems.Conventional approaches relying... The rapid proliferation of renewable energy integration and escalating grid operational complexity have intensified demands for resilient self-healing mechanisms in modern power systems.Conventional approaches relying on static models and heuristic rules exhibit limitations in addressing dynamic fault propagation and multimodal data fusion.This study proposes a Transformer-enhanced intelligent microgrid self-healing framework that synergizes large languagemodels(LLMs)with adaptive optimization,achieving three key innovations:(1)Ahierarchical attention mechanism incorporating grid impedance characteristics for spatiotemporal feature extraction,(2)Dynamic covariance estimation Kalman filtering with wavelet packet energy entropy thresholds(Daubechies-4 basis,6-level decomposition),and(3)A grouping-stratified ant colony optimization algorithm featuring penalty-based pheromone updating.Validated on IEEE 33/100-node systems,our framework demonstrates 96.7%fault localization accuracy(23%improvement over STGCN)and 0.82-s protection delay,outperforming MILP-basedmethods by 37%in reconfiguration speed.The system maintains 98.4%self-healing success rate under cascading faults,resolving 89.3%of phase-toground faults within 500 ms through adaptive impedance matching.Field tests on 220 kV substations with 45%renewable penetration show 99.1%voltage stability(±5%deviation threshold)and 40%communication efficiency gains via compressed GOOSE message parsing.Comparative analysis reveals 12.6×faster convergence than conventional ACO in 1000-node networks,with 95.2%robustness against±25%load fluctuations.These advancements provide a scalable solution for real-time fault recovery in renewable-dense grids,reducing outage duration by 63%inmulti-agent simulations compared to centralized architectures. 展开更多
关键词 Large language model MICROGRID fault localization grid self-healing mechanism improved ant colony optimization algorithm
在线阅读 下载PDF
基于环流的同步调相机不同位置定子匝间短路故障诊断
14
作者 李俊卿 黄涛 +3 位作者 韩小平 张承志 苑浩 何玉灵 《电力工程技术》 北大核心 2026年第1期125-133,共9页
同步调相机作为特高压直流输电系统中提供无功补偿和电压支撑的重要设备,其运行安全性与可靠性对直流输电工程意义重大。针对轻微定子匝间短路难以诊断以及故障槽难以定位的问题,文中提出一种基于定子支路环流的故障诊断方法。首先,从... 同步调相机作为特高压直流输电系统中提供无功补偿和电压支撑的重要设备,其运行安全性与可靠性对直流输电工程意义重大。针对轻微定子匝间短路难以诊断以及故障槽难以定位的问题,文中提出一种基于定子支路环流的故障诊断方法。首先,从定子支路单个线圈磁动势出发,分析定子匝间短路故障位置对电枢磁动势以及定子支路环流的影响。其次,搭建同步调相机定子匝间短路的场-路耦合模型,对不同位置下定子匝间短路的故障特征进行仿真。最后,总结不同匝间短路故障位置下定子支路环流的变化规律。仿真和实验结果表明,在同步调相机发生相同匝数的定子匝间短路时,短路位置越靠近支路绕组轴线位置,定子支路环流幅值越大;短路位置越远离绕组轴线位置,定子支路环流幅值越小。 展开更多
关键词 同步调相机 定子匝间短路 定子支路环流 故障定位 故障诊断 特高压直流输电系统
在线阅读 下载PDF
五相永磁同步电动机无模型预测容错控制
15
作者 周华伟 朱流川 +1 位作者 周振伍 颜黎浩 《江苏大学学报(自然科学版)》 北大核心 2026年第1期71-78,共8页
针对开路故障下运行时五相永磁同步电动机参数易发生摄动,严重影响模型预测电流控制性能的问题,提出一种新的无模型预测容错控制策略.在同步旋转坐标系中建立五相永磁同步电动机相开路故障情况下的模型,分析由参数摄动及未建模动态引起... 针对开路故障下运行时五相永磁同步电动机参数易发生摄动,严重影响模型预测电流控制性能的问题,提出一种新的无模型预测容错控制策略.在同步旋转坐标系中建立五相永磁同步电动机相开路故障情况下的模型,分析由参数摄动及未建模动态引起的总扰动.基于超局部模型,在基波和三次谐波平面中设计扩展状态观测器估计扰动,并将其补偿到基于无差拍控制得到的参考电压中.在MATLAB/Simulink中搭建基于五相PMSM的MF-PFTC模型,并与传统MPFTC进行性能对比仿真分析.建立五相PMSM试验平台,分别对传统MPFTC策略和所提出MF-PFTC策略进行相关试验.结果表明:所提出方法在正常和开路故障情况下均具备优良的稳态、动态和鲁棒性能,验证了所提出策略的有效性. 展开更多
关键词 永磁同步电动机 无模型预测控制 容错控制 开路故障 参数失配 超局部模型 扩展状态观测器
在线阅读 下载PDF
负极高压海底观测网供电系统海缆故障定位方法
16
作者 张尔佳 余墨多 +1 位作者 黄文焘 邰能灵 《中国电机工程学报》 北大核心 2026年第5期1942-1953,I0017,共13页
由于海底观测网具有较低的可观测性和可达性以及单极供电回路内海水-电极的独特供电结构,使得海缆故障定位变得尤为复杂。该文聚焦于海底电缆故障定位这一关键难题,提出一种基于频变阻抗特性的定位方法。该方法基于海缆-海水-电极的阻... 由于海底观测网具有较低的可观测性和可达性以及单极供电回路内海水-电极的独特供电结构,使得海缆故障定位变得尤为复杂。该文聚焦于海底电缆故障定位这一关键难题,提出一种基于频变阻抗特性的定位方法。该方法基于海缆-海水-电极的阻抗特性,建立海底观测网单极供电回路的阻抗模型。通过π型等效建模结合电化学分析,构建海水-电极-海缆频变阻抗模型,进一步在故障条件下计算输入阻抗谱,生成将故障位置与阻抗谐振频率相关联的定位函数。该方法的核心在于仅依靠岸基站采集的电气数据,通过宽频信号注入生成定位函数,从而实现精确的故障距离计算。研究结果表明,该方法在海底电缆故障定位方面具有高精度,并且对不同故障位置和过渡电阻具有良好的鲁棒性。 展开更多
关键词 海水-电极回路 频变阻抗谱 电化学反应 故障定位 海底观测网
原文传递
置换特征重要性机制下空间应用热控系统可解释的在线故障检测与定位方法
17
作者 张竞菲 王红飞 +4 位作者 王亦风 张陈晨 宋磊 金山 郭晓晓 《载人航天》 北大核心 2026年第1期39-51,共13页
针对空间应用热控系统(SA-TCS)开展故障诊断时需要同时应对数据流概念漂移的问题与在线处理实时性的要求,基于传统静态模型的故障诊断方法难以适用。为此,构建了一种基于增量置换特征重要性(iPFI)的可解释性在线故障诊断框架。该框架利... 针对空间应用热控系统(SA-TCS)开展故障诊断时需要同时应对数据流概念漂移的问题与在线处理实时性的要求,基于传统静态模型的故障诊断方法难以适用。为此,构建了一种基于增量置换特征重要性(iPFI)的可解释性在线故障诊断框架。该框架利用增量学习模型实时预测系统的关键参数和健康状态,并利用iPFI算法量化各传感器采样特征对于模型预测的全局重要性。通过监测特征重要性突变实现了故障报警信息的双向验证,并实时定位指示故障的关键传感器及其关联的系统部件。通过模拟多工况SA-TCS的管道泄漏及部件失效故障生成了多工况故障数据集,并以数据流的形式验证了所提出的在线故障检测与定位方法的有效性和优势。实验结果表明:所构建的模型可准确捕捉由于工况突变和故障事件导致的特征重要性动态变化,实现了多工况SA-TCS准确、实时的故障检测与定位。 展开更多
关键词 故障检测 故障定位 热控系统 空间应用 概念漂移 可解释机器学习 置换特征重要性
在线阅读 下载PDF
基于虚拟现实的输电故障智能检测仿真
18
作者 徐勇 刘远伟 +1 位作者 曾天桥 周欣 《计算机仿真》 2026年第1期167-171,共5页
电力系统设备之间通过复杂的电气和控制网络相互连接,高度集成的系统复杂性导致实际的输电故障检测时,难以迅速且准确地定位故障点。为了故障检测的准确性和效率,提出基于虚拟现实的输电故障智能检测仿真。通过虚拟现实技术将三维模型... 电力系统设备之间通过复杂的电气和控制网络相互连接,高度集成的系统复杂性导致实际的输电故障检测时,难以迅速且准确地定位故障点。为了故障检测的准确性和效率,提出基于虚拟现实的输电故障智能检测仿真。通过虚拟现实技术将三维模型置于立体的虚拟环境中,基于输电线路的分布统计特征,运用滑动窗口技术对线路图像展开切片处理,精准定位可能存在问题的输电区域。并将切片前后的图像通过YOLO v5算法展开训练,实现输电故障的智能检测。实验结果表明,所提方法可以构建出清晰明了的输电三维场景,且在进行输电故障智能检测时,漏检率和误检率均低于0.15%,说明所提方法可以大幅度提升巡检的安全性以及效率。 展开更多
关键词 虚拟现实 输电故障定位 图像区域分割 切片处理
在线阅读 下载PDF
船舶螺旋桨轴系异响故障的振动特征提取与定位排查方法
19
作者 张飞 《机械管理开发》 2026年第2期265-267,共3页
船舶螺旋桨轴系作为动力传输核心部件,其运行状态直接关乎航行安全与经济性。轴系异响故障常伴随振动异常,精准提取振动特征并实现故障定位对船舶运维至关重要。基于振动信号分析理论,构建“特征提取-定位排查”故障诊断框架。阐述轴系... 船舶螺旋桨轴系作为动力传输核心部件,其运行状态直接关乎航行安全与经济性。轴系异响故障常伴随振动异常,精准提取振动特征并实现故障定位对船舶运维至关重要。基于振动信号分析理论,构建“特征提取-定位排查”故障诊断框架。阐述轴系振动信号产生机理,通过时域统计、频域谱分析及小波变换等方法提取故障特征参数;设计多传感器布局方案,结合信号传播特性建立定位模型,提出基于能量衰减系数与相位差的联合定位算法。实船案例验证显示,该方法对轴承磨损、轴系不对中及螺旋桨气蚀等典型异响故障的识别准确率超92%,定位误差小于0.5 m,为轴系故障高效排查提供技术支撑。 展开更多
关键词 船舶螺旋桨轴系 异响故障 振动特征提取 故障定位 信号分析
在线阅读 下载PDF
基于脉冲耦合神经网络的滚动轴承振动故障诊断方法研究
20
作者 艾辛平 乔永利 +2 位作者 申礼 姚玉东 田晶 《航天制造技术》 2026年第1期70-78,共9页
滚动轴承作为航空发动机转子和火箭发动机转轴的重要零件,因工作条件苛刻而故障多发,且危害较大,对其进行准确的故障诊断具有重要意义。首先,对脉冲耦合神经网络(PCNN)进行简化和改进,分析其脉冲耦合特性,建立了基于线性衰减权重动态门... 滚动轴承作为航空发动机转子和火箭发动机转轴的重要零件,因工作条件苛刻而故障多发,且危害较大,对其进行准确的故障诊断具有重要意义。首先,对脉冲耦合神经网络(PCNN)进行简化和改进,分析其脉冲耦合特性,建立了基于线性衰减权重动态门限的二值图像一维化处理方法,提出了以各故障捕获比序列作为滚动轴承振动故障特征。然后,通过设置PCNN的相关参数,探究耦合连接强度对类间方差的影响,确定出耦合连接强度取值,并进行敏感性分析;采用局部线性嵌入算法(LLE)对高维捕获比序列进行降维,以故障样本集间的欧式距离为判据,确定出最优嵌入维度与最近邻样本个数。最后,利用PCNN进行特征提取和LLE降维,分别采用KNN、RF、Adaboost 3种分类器对4种轴承故障进行诊断与比较,进一步提高了轴承故障诊断的正确率,为航空和火箭发动机滚动轴承故障诊断提供了一个有效的方法。 展开更多
关键词 时频分析 脉冲耦合神经网络 捕获比序列 局部线性嵌入 滚动轴承 故障诊断
在线阅读 下载PDF
上一页 1 2 73 下一页 到第
使用帮助 返回顶部