毕业设计(论文)-基于BP神经网络的电路故障诊断_精品.doc
文本预览下载声明
基于神经网络的电路故障诊断
摘 要
电路的故障诊断和神经网络是当今学术界的两大热点问题。本文主要是以模拟电路的故障诊断为例进行研究。目的在于将模拟电路故障诊断与神经网络方面的最新成果相结合,探索解决模拟电路故障诊断的一条新的途径。
在简要介绍标准BP神经网络基本原理的基础上,详细说明了基于改进BP神经网络算法的模拟电路故障诊断方法和设计步骤,根据网络总误差来自适应调节网络的学习率,加速网络的收敛过程。此算法应用于电路的故障诊断,能够对被测电路的故障进行有效并且精确的分类。以折线式有效值测量电路为例,设计了基于改进BP神经网络算法的模拟电路故障诊断系统,以实际测试数据作为训练样本进行学习训练后,对其它实际测量数据进行诊断,结果正确,验证了算法的有效性。
关键词:神经网络;故障诊断;模拟电路
Fault Diagnosis of Circuits Based on Neural Network
Abstract
Circuit fault diagnosis and neural network are now two hot issues in the current academic. This article mainly conducts the research take the analogous circuit fault diagnosis as the example.
By introducing the basic principles of standard BP neural network, a method and design steps basis on improved BP neural network algorithm is described in this paper to solve the problem of fault diagnosis for simulation circuit. The improved algorithm could adapt the learning efficiency automatically and accelerate the network convergence process according to the network total error. The fault of the measured circuit can be classified effectively and accurately owing to the algorithm application to the circuit fault diagnose. Taking the mode of available value measurement circuit of broken line as an example, we design a simulation circuit fault diagnosis system based on the improving BP neural network algorithm. After networks study and train by actual test data as training specimen, using other actual measurement data for diagnosis, we can get correct results. The results show that this method is effective.
Key word: neural network; fault diagnosis; analogous circuits
目 录
引 言 1
第1章 绪 论 2
1.1 诊断工程概述 2
1.2 故障诊断机理 2
1.3 模拟电路故障诊断的意义 2
1.4 模拟电路故障诊断的方法 3
1.5 神经网络故障诊断问题的提出 4
1.6 本设计研究的内容、目的和意义 5
第2章 人工神经网络的简介 6
2.1 神经网络基本原理 6
2.2 BP网络用于故障诊断的基本思想 7
2.3 误差反向传播(BP)神经网络结构特点 8
第3章 BP神经网络电路故障诊断的MATLAB实现 14
3.1 MATLAB简介 14
3.2 神经网络工具箱及其相关函数简介 15
3.3 训练数据的导入方法 16
3.4 BP 神经网络的MATL AB实现 16
第4章 电路故障调查 18
4.1 引言 18
4.2 设备状态信息采集 18
4.3 训练BP网络 19
4.4 各种算法的比较 22
4.5 神经网络结构的选择 27
显示全部