WO2022062161A1 - Large machine set friction fault analysis method and system based on waveform and dimensionless learning - Google Patents

Large machine set friction fault analysis method and system based on waveform and dimensionless learning Download PDF

Info

Publication number
WO2022062161A1
WO2022062161A1 PCT/CN2020/131616 CN2020131616W WO2022062161A1 WO 2022062161 A1 WO2022062161 A1 WO 2022062161A1 CN 2020131616 W CN2020131616 W CN 2020131616W WO 2022062161 A1 WO2022062161 A1 WO 2022062161A1
Authority
WO
WIPO (PCT)
Prior art keywords
fault
dimensionless
data
waveform
friction
Prior art date
Application number
PCT/CN2020/131616
Other languages
French (fr)
Chinese (zh)
Inventor
荆晓远
陈润航
王许辉
张清华
成明康
姚永芳
孔晓辉
陈俊均
吴松松
Original Assignee
广东石油化工学院
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 广东石油化工学院 filed Critical 广东石油化工学院
Publication of WO2022062161A1 publication Critical patent/WO2022062161A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2218/00Aspects of pattern recognition specially adapted for signal processing
    • G06F2218/08Feature extraction
    • G06F2218/10Feature extraction by analysing the shape of a waveform, e.g. extracting parameters relating to peaks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/14Fourier, Walsh or analogous domain transformations, e.g. Laplace, Hilbert, Karhunen-Loeve, transforms
    • G06F17/141Discrete Fourier transforms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/14Fourier, Walsh or analogous domain transformations, e.g. Laplace, Hilbert, Karhunen-Loeve, transforms
    • G06F17/148Wavelet transforms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2218/00Aspects of pattern recognition specially adapted for signal processing
    • G06F2218/12Classification; Matching
    • G06F2218/14Classification; Matching by matching peak patterns

Definitions

  • the invention belongs to the technical field of fault detection, and in particular relates to a method and system for analyzing friction faults of large units based on waveforms and dimensionless learning.
  • the large-scale equipment has a complex structure, perfect functions, and the internal parts of the equipment are closely connected, which makes the production process achieve high speed and large-scale, which also causes the large-scale equipment to fail and cause huge losses, which also increases It reduces the difficulty of fault diagnosis for large-scale equipment.
  • an object and another object move along the tangent direction of the contact surface or tend to move relative to each other, there is a force between the contact surfaces of the two objects that hinders their relative movement. This force is called frictional force.
  • This phenomenon or characteristic between the contact surfaces is called “friction”, so it is of great significance to detect faults in large-scale equipment based on frictional vibration signals.
  • the existing common methods have problems such as difficulty in feature extraction and incomplete feature extraction.
  • the problems and defects of the prior art are as follows: the existing common methods have problems such as difficulty in feature extraction and incomplete feature extraction. This makes it difficult to diagnose faults in the operation of large-scale equipment.
  • the problem of friction fault detection can be well solved, and the detection accuracy of friction fault can be improved.
  • the present invention provides a method and system for analyzing friction faults of large units based on waveform and dimensionless learning.
  • the present invention is realized in this way, a kind of large-scale unit friction fault analysis method based on waveform and dimensionless learning, described large-scale unit friction fault analysis method based on waveform and dimensionless learning, including:
  • Step 1 Use dual probes to extract machine fault vibration signals, and preprocess the data
  • Step 2 extracting friction fault features
  • Step 3 using the machine learning method to establish a fault prediction model
  • Step 4 Predict whether there is a fault in the unknown tag signal, and determine the fault type.
  • step 1 the process of preprocessing the machine fault vibration signal and data is as follows:
  • N represents the data length
  • the process of extracting friction fault features is:
  • the wavelet packet analyzes the details of the input signal by using multiple iterative wavelet transforms, obtains the wavelet coefficients at different scales, and sets the scale coefficients of the HH layer of the signal to zero;
  • x max represents the peak value of the waveform, Represents the root mean square value
  • x max represents the peak value of the waveform, Indicates the absolute average of waveform data
  • ⁇ t is the offset angle before and after time t
  • the standard deviation represents the degree of dispersion of the data, and it represents the variability of a single statistic in multiple sampling; it can be understood that the former represents the variability of the data itself, while the latter represents the variability of the data itself. is the variability of sampling behavior, and the specific calculation formula is as follows:
  • the standard deviation of the mean refers to a standard for measuring the degree of dispersion of the data distribution, which is used to measure the degree to which the data values deviate from the arithmetic mean; the smaller the standard deviation, the more these values deviate from the mean. The less, and vice versa; the size of the standard deviation can be measured by the multiplying relationship between the standard deviation and the average, and the specific calculation formula is as follows:
  • the cca dimension is reduced by using the two view features extracted in the second step, and the features of the two views after the dimension reduction are spliced together as an input vector, and a machine learning model is used for training.
  • Another object of the present invention is to provide a large unit friction fault analysis system based on waveform and dimensionless learning that implements the waveform and dimensionless learning-based large unit friction fault analysis method.
  • Unit friction failure analysis system including:
  • the data acquisition module extracts the machine fault vibration signal by using double probes, and preprocesses the data
  • Feature extraction module to perform feature extraction on friction fault signal
  • Prediction model building module by using machine learning methods, to establish a fault prediction model
  • the fault prediction module predicts whether there is a fault in the unknown tag signal, and determines the fault type.
  • Another object of the present invention is to provide a computer device, the computer device includes a memory and a processor, the memory stores a computer program, and when the computer program is executed by the processor, the processor executes the following steps :
  • Another object of the present invention is to provide a computer-readable storage medium, which stores a computer program, and when the computer program is executed by a processor, causes the processor to perform the following steps:
  • Another object of the present invention is to provide a large-scale equipment for implementing the method for analyzing friction faults of large-scale units based on waveform and dimensionless learning.
  • the invention can effectively solve the problem of difficulty in extracting features; meanwhile, it can extract effective features to solve the problem of fault prediction, and at the same time, a new method of feature extraction is proposed.
  • the invention achieves good results on the problem of friction fault diagnosis of large units.
  • FIG. 1 is a flowchart of a method for analyzing friction faults of large units based on waveform and dimensionless learning provided by an embodiment of the present invention.
  • FIG. 2 is a schematic structural diagram of a large unit friction fault analysis system based on waveform and dimensionless learning provided by an embodiment of the present invention
  • FIG. 3 is a schematic structural diagram of a two-layer decomposition and transformation of a wavelet packet provided by an embodiment of the present invention.
  • the present invention provides a method and system for analyzing friction faults of large units based on waveform and dimensionless learning.
  • the present invention is described in detail below with reference to the accompanying drawings.
  • the waveform and dimensionless learning-based friction fault analysis method for large units includes:
  • S101 Extract the machine fault vibration signal by using dual probes, and preprocess the data.
  • S104 Predict whether the unknown tag signal has a fault, and determine the fault type.
  • the discrete Fourier transform formula is specifically as follows:
  • N represents the data length
  • the wavelet packet is to analyze the details of the input signal by using multiple iterative wavelet transformation.
  • the specific structure is shown in Figure 2.
  • the wavelet coefficients at different scales are obtained, and the scale coefficients of the signal HH layer are set to zero.
  • x max represents the peak value of the waveform, Indicates the root mean square value.
  • ⁇ t is the offset angle before and after time t.
  • the standard deviation represents the degree of dispersion of the data and the variability of a single statistic in multiple sampling. It can be understood in this way that the former represents the variability of the data itself, while the latter represents the variability of sampling behavior.
  • the specific calculation formula is as follows:
  • the standard deviation of the mean value refers to a standard for measuring the degree of dispersion of the data distribution, which is used to measure the degree to which the data value deviates from the arithmetic mean. The smaller the standard deviation, the less the values deviate from the mean, and vice versa. The size of the standard deviation can be measured by the multiplying relationship between the standard deviation and the average.
  • the specific calculation formula is as follows:
  • the cca dimension is reduced by using the two view features extracted in S102, and the features of the two views after the dimension reduction are spliced together as an input vector, and a machine learning model is used for training.
  • the large-generator friction fault analysis system based on waveform and dimensionless learning includes:
  • the data acquisition module 1 extracts the vibration signal of the machine fault by using double probes, and preprocesses the data.
  • the feature extraction module 2 performs feature extraction on the friction fault signal.
  • the prediction model building module 3 establishes a fault prediction model by using the machine learning method.
  • the fault prediction module 4 predicts whether there is a fault in the unknown tag signal, and determines the fault type.
  • a certain large unit equipment provided by the present invention is provided with two probes for data collection, and the data is that 32 points are collected for each rotation of the mechanical bearing, and then the period is 32 rotations.
  • a set of data is 1024 waveform points, and the length of the converted waveform is 1024. Extract the spectral vector and other dimensionless vectors from the data, and splicing them together to form the features of a view; perform feature dimension reduction on a single view through cca, splicing the dimensionality-reduced features, and then bring them into the machine learning model for training; The features are extracted from the fault signal of the label, and the fault prediction result is obtained through the trained model.
  • plural means two or more; the terms “upper”, “lower”, “left”, “right”, “inner”, “outer”
  • the orientation or positional relationship indicated by , “front end”, “rear end”, “head”, “tail”, etc. are based on the orientation or positional relationship shown in the drawings, and are only for the convenience of describing the present invention and simplifying the description, not An indication or implication that the referred device or element must have a particular orientation, be constructed and operate in a particular orientation, is not to be construed as a limitation of the invention.
  • the terms “first,” “second,” “third,” etc. are used for descriptive purposes only and should not be construed to indicate or imply relative importance.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Mathematical Optimization (AREA)
  • Software Systems (AREA)
  • Pure & Applied Mathematics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Mathematical Analysis (AREA)
  • Computational Mathematics (AREA)
  • Artificial Intelligence (AREA)
  • Algebra (AREA)
  • Evolutionary Computation (AREA)
  • Databases & Information Systems (AREA)
  • Discrete Mathematics (AREA)
  • Evolutionary Biology (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Signal Processing (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Medical Informatics (AREA)
  • Computing Systems (AREA)
  • Testing Of Devices, Machine Parts, Or Other Structures Thereof (AREA)
  • Measurement Of Mechanical Vibrations Or Ultrasonic Waves (AREA)

Abstract

A large machine set friction fault analysis method and system based on waveform and dimensionless learning, which belong to the technical field of fault detection. The method comprises: extracting a machine fault vibration signal by means of double probes, and preprocessing data; moreover, performing friction fault feature extraction; establishing a fault prediction model by using a machine learning method; and predicting whether there is a fault in an unknown label signal, and determining a fault type, wherein during the preprocessing process of a machine fault vibration signal and data, two probe points are installed, and vibration double-view signals of a large sliding machine set are collected by means of the two probe points; after probes collect data, a discrete Fourier transform is performed in an alignment mode, and Fourier values obtained after the transform are modified; and an adaptive threshold value is set according to a signal situation, and the signal storage amount is reduced, thereby accelerating transmission. In the method, the problem of difficult feature extraction can be effectively solved during the large machine set friction fault diagnosis process; and an effective feature can be extracted, thereby solving the problem of fault prediction.

Description

基于波形和无量纲学习的大机组摩擦故障分析方法及系统Analysis method and system of friction fault of large unit based on waveform and dimensionless learning 技术领域technical field
本发明属于故障检测技术领域,尤其涉及一种基于波形和无量纲学习的大机组摩擦故障分析方法及系统。The invention belongs to the technical field of fault detection, and in particular relates to a method and system for analyzing friction faults of large units based on waveforms and dimensionless learning.
背景技术Background technique
目前,大机化设备的结构复杂,功能完善,设备内部零件之间的联系紧密,使得在生产过程中达到高速化和大型化,这也使得大机化设备出现故障造成损失巨大,这也增加了大机化设备进行故障诊断的难度。当物体与另一物体沿接触面的切线方向运动或有相对运动的趋势时,在两物体的接触面之间有阻碍它们相对运动的作用力,这种力叫摩擦力。接触面之间的这种现象或特性叫“摩擦”,因此基于摩擦振动信号对大机化设备进行故障检测存在着重大的意义。现有的常用方法存在着特征提取困难,以及特征提取不全面等问题。At present, the large-scale equipment has a complex structure, perfect functions, and the internal parts of the equipment are closely connected, which makes the production process achieve high speed and large-scale, which also causes the large-scale equipment to fail and cause huge losses, which also increases It reduces the difficulty of fault diagnosis for large-scale equipment. When an object and another object move along the tangent direction of the contact surface or tend to move relative to each other, there is a force between the contact surfaces of the two objects that hinders their relative movement. This force is called frictional force. This phenomenon or characteristic between the contact surfaces is called "friction", so it is of great significance to detect faults in large-scale equipment based on frictional vibration signals. The existing common methods have problems such as difficulty in feature extraction and incomplete feature extraction.
通过上述分析,现有技术存在的问题及缺陷为:现有的常用方法存在着特征提取困难,以及特征提取不全面等问题。造成大机化设备运行中故障诊断难度。Through the above analysis, the problems and defects of the prior art are as follows: the existing common methods have problems such as difficulty in feature extraction and incomplete feature extraction. This makes it difficult to diagnose faults in the operation of large-scale equipment.
解决以上问题及缺陷的难度为:The difficulty of solving the above problems and defects is as follows:
摩擦故障问题特征提取困难,特征提取不全面等问题。The feature extraction of friction fault problem is difficult, and the feature extraction is not comprehensive.
解决以上问题及缺陷的意义为:The significance of solving the above problems and defects is:
能够良好的解决关于摩擦故障检测问题,提高摩擦故障检测精度。The problem of friction fault detection can be well solved, and the detection accuracy of friction fault can be improved.
发明内容SUMMARY OF THE INVENTION
针对现有技术存在的问题,本发明提供了一种基于波形和无量纲学习的大机组摩擦故障分析方法及系统。Aiming at the problems existing in the prior art, the present invention provides a method and system for analyzing friction faults of large units based on waveform and dimensionless learning.
本发明是这样实现的,一种基于波形和无量纲学习的大机组摩擦故障分析 方法,所述基于波形和无量纲学习的大机组摩擦故障分析方法,包括:The present invention is realized in this way, a kind of large-scale unit friction fault analysis method based on waveform and dimensionless learning, described large-scale unit friction fault analysis method based on waveform and dimensionless learning, including:
步骤一,利用双探头提取机器故障振动信号,并对数据进行预处理;Step 1: Use dual probes to extract machine fault vibration signals, and preprocess the data;
步骤二,进行摩擦故障特征提取; Step 2, extracting friction fault features;
步骤三,利用机器学习方法建立故障预测模型; Step 3, using the machine learning method to establish a fault prediction model;
步骤四,预测未知标签信号是否存在故障,并确定故障类型。Step 4: Predict whether there is a fault in the unknown tag signal, and determine the fault type.
进一步,所述步骤一中,机器故障振动信号及数据进行预处理的过程为:Further, in the step 1, the process of preprocessing the machine fault vibration signal and data is as follows:
1)安装两个探点,通过两个探点采集得到大型滑动机组振动双视图信号,数据采集为32/rms,即轴承每转一圈采样32个点,采集32圈的数据;1) Install two probe points, and obtain the vibration double-view signal of the large-scale sliding unit through the acquisition of the two probe points. The data acquisition is 32/rms, that is, 32 points are sampled for each revolution of the bearing, and 32 circles of data are collected;
2)探针采集数据后,对齐进行离散傅里叶变换,窗口大小32*32=1024个点,并修饰变换后的傅里叶值;根据信号情况设置自适应阈值,降低信号存储量,加速传输。2) After the probe collects the data, the discrete Fourier transform is performed in alignment, the window size is 32*32=1024 points, and the transformed Fourier value is modified; the adaptive threshold is set according to the signal condition, the signal storage capacity is reduced, and the speed is accelerated. transmission.
进一步,所述2)中离散傅里叶变换公式具体如下:Further, the discrete Fourier transform formula in described 2) is as follows:
Figure PCTCN2020131616-appb-000001
Figure PCTCN2020131616-appb-000001
其中n=0,…,N-1,N表示数据长度。Where n=0, . . ., N-1, N represents the data length.
进一步,所述步骤二中,摩擦故障特征提取的过程为:Further, in the second step, the process of extracting friction fault features is:
(1)对故障信号进行小波包2层分解变换,小波包即利用多次叠代的小波转换分析输入讯号的细节部分,得到不同尺度下的小波系数,将信号HH层的尺度系数置零;(1) Perform two-layer decomposition and transformation of wavelet packet on the fault signal. The wavelet packet analyzes the details of the input signal by using multiple iterative wavelet transforms, obtains the wavelet coefficients at different scales, and sets the scale coefficients of the HH layer of the signal to zero;
(2)计算无量纲特征波性指标S f,将波性指标作为提取的特征之一,具体计算公式如下: (2) Calculate the dimensionless characteristic wave index S f , take the wave index as one of the extracted features, and the specific calculation formula is as follows:
Figure PCTCN2020131616-appb-000002
Figure PCTCN2020131616-appb-000002
其中
Figure PCTCN2020131616-appb-000003
表示波形数据均方根值,
Figure PCTCN2020131616-appb-000004
表示波形数据绝对平均;
in
Figure PCTCN2020131616-appb-000003
represents the root mean square value of the waveform data,
Figure PCTCN2020131616-appb-000004
Indicates the absolute average of waveform data;
(3)计算无量纲特征峰值指标,将峰值指标作为提取的特征之一,具体计算公式如下:(3) Calculate the dimensionless feature peak index, and take the peak index as one of the extracted features. The specific calculation formula is as follows:
Figure PCTCN2020131616-appb-000005
Figure PCTCN2020131616-appb-000005
其中x max表示波形峰值,
Figure PCTCN2020131616-appb-000006
表示表示均方根值;
where x max represents the peak value of the waveform,
Figure PCTCN2020131616-appb-000006
Represents the root mean square value;
(4)计算无量纲特征脉冲指标,将脉冲指标作为提取的特征之一,具体计算公式如下:(4) Calculate the dimensionless characteristic pulse index, and take the pulse index as one of the extracted features. The specific calculation formula is as follows:
Figure PCTCN2020131616-appb-000007
Figure PCTCN2020131616-appb-000007
其中x max表示波形峰值,
Figure PCTCN2020131616-appb-000008
表示波形数据绝对平均;
where x max represents the peak value of the waveform,
Figure PCTCN2020131616-appb-000008
Indicates the absolute average of waveform data;
(5)计算无量纲特征峭度指标,表示实际峭度相对于正常峭度的高低,峭度指标反映振动信号中的冲击特征,将无量纲特征峭度指标作为提取的特征之一,具体计算公式如下:(5) Calculate the dimensionless characteristic kurtosis index, which indicates the level of the actual kurtosis relative to the normal kurtosis. The kurtosis index reflects the shock characteristics in the vibration signal, and the dimensionless characteristic kurtosis index is used as one of the extracted features. The formula is as follows:
Figure PCTCN2020131616-appb-000009
Figure PCTCN2020131616-appb-000009
其中
Figure PCTCN2020131616-appb-000010
in
Figure PCTCN2020131616-appb-000010
(6)计算无量纲特征裕度指标,一般用于检测机械设备的磨损情况;若歪度指标变化不大,有效值与平均值的比值增大,说明由于磨损导致间隙增大,因而振动的能量指标有效值比平均值增加快,其裕度指标也增大了,将无量纲特征裕度指标作为提取的特征之一,具体计算公式如下:(6) Calculate the dimensionless feature margin index, which is generally used to detect the wear of mechanical equipment; if the skewness index does not change much, the ratio of the effective value to the average value increases, indicating that the gap increases due to wear, so the vibration The effective value of the energy index increases faster than the average value, and its margin index also increases. Taking the dimensionless feature margin index as one of the extracted features, the specific calculation formula is as follows:
Figure PCTCN2020131616-appb-000011
Figure PCTCN2020131616-appb-000011
其中
Figure PCTCN2020131616-appb-000012
in
Figure PCTCN2020131616-appb-000012
(7)计算无量纲特征Teager能量算子,将Teager能量算子为提取的特征之一,具体计算公式如下:(7) Calculate the dimensionless feature Teager energy operator, take the Teager energy operator as one of the extracted features, and the specific calculation formula is as follows:
Figure PCTCN2020131616-appb-000013
Figure PCTCN2020131616-appb-000013
其中,t表示数据采集时间,
Figure PCTCN2020131616-appb-000014
α t为t时刻前后的偏移角;
where t is the data collection time,
Figure PCTCN2020131616-appb-000014
α t is the offset angle before and after time t;
(8)计算标准偏差,标准偏差表征的是数据的离散程度,表征的是单个统计量在多次抽样中呈现出的变异性;可以这样理解,前者是表示数据本身的变异性,而后者表征的是抽样行为的变异性,具体计算公式如下:(8) Calculate the standard deviation. The standard deviation represents the degree of dispersion of the data, and it represents the variability of a single statistic in multiple sampling; it can be understood that the former represents the variability of the data itself, while the latter represents the variability of the data itself. is the variability of sampling behavior, and the specific calculation formula is as follows:
Figure PCTCN2020131616-appb-000015
Figure PCTCN2020131616-appb-000015
(9)计算平均值的标准偏差,平均值的标准偏差是指一种度量数据分布的分散程度之标准,用以衡量数据值偏离算术平均值的程度;标准偏差越小,这些值偏离平均值就越少,反之亦然;标准偏差的大小可通过标准偏差与平均值的倍率关系来衡量,具体计算公式如下:(9) Calculate the standard deviation of the mean. The standard deviation of the mean refers to a standard for measuring the degree of dispersion of the data distribution, which is used to measure the degree to which the data values deviate from the arithmetic mean; the smaller the standard deviation, the more these values deviate from the mean. The less, and vice versa; the size of the standard deviation can be measured by the multiplying relationship between the standard deviation and the average, and the specific calculation formula is as follows:
Figure PCTCN2020131616-appb-000016
Figure PCTCN2020131616-appb-000016
(10)计算样本的样本圆均值(circle_mean),将样本圆均值做为提取的特征之一,具体计算公式如下:(10) Calculate the sample circle mean (circle_mean) of the sample, and take the sample circle mean as one of the extracted features. The specific calculation formula is as follows:
Figure PCTCN2020131616-appb-000017
Figure PCTCN2020131616-appb-000017
其中X为样本,sin为正弦函数,cos为余弦函数,arctan2为正切函数,π为圆周率;Where X is the sample, sin is the sine function, cos is the cosine function, arctan2 is the tangent function, and π is the pi;
其中
Figure PCTCN2020131616-appb-000018
S=∑ isin(angle)C=Σ icos(angle),res=arctan2(S,C)。
in
Figure PCTCN2020131616-appb-000018
S=∑ i sin(angle) C=∑ i cos(angle), res=arctan2(S, C).
进一步,所述步骤三中利用步骤二提取出的两个视图特征进行cca降维,将降维后两个视图的特征进行拼接,作为输入向量,使用机器学习模型进行训练。Further, in the third step, the cca dimension is reduced by using the two view features extracted in the second step, and the features of the two views after the dimension reduction are spliced together as an input vector, and a machine learning model is used for training.
本发明另一目的在于提供一种实施所述基于波形和无量纲学习的大机组摩 擦故障分析方法的基于波形和无量纲学习的大机组摩擦故障分析系统,所述基于波形和无量纲学习的大机组摩擦故障分析系统,包括:Another object of the present invention is to provide a large unit friction fault analysis system based on waveform and dimensionless learning that implements the waveform and dimensionless learning-based large unit friction fault analysis method. Unit friction failure analysis system, including:
数据采集模块,通过利用双探头提取机器故障振动信号,并对数据进行预处理;The data acquisition module extracts the machine fault vibration signal by using double probes, and preprocesses the data;
特征提取模块,对摩擦故障信号,进行特征提取;Feature extraction module, to perform feature extraction on friction fault signal;
预测模型构建模块,通过利用机器学习方法,建立故障预测模型;Prediction model building module, by using machine learning methods, to establish a fault prediction model;
故障预测模块,预测未知标签信号是否存在故障,并确定故障类型。The fault prediction module predicts whether there is a fault in the unknown tag signal, and determines the fault type.
本发明另一目的在于提供一种计算机设备,所述计算机设备包括存储器和处理器,所述存储器存储有计算机程序,所述计算机程序被所述处理器执行时,使得所述处理器执行如下步骤:Another object of the present invention is to provide a computer device, the computer device includes a memory and a processor, the memory stores a computer program, and when the computer program is executed by the processor, the processor executes the following steps :
利用双探头提取机器故障振动信号,并对数据进行预处理;Use dual probes to extract machine fault vibration signals and preprocess the data;
对摩擦故障信号,进行特征提取;Feature extraction for friction fault signals;
通过利用机器学习方法,建立故障预测模型;Build fault prediction models by using machine learning methods;
预测未知标签信号是否存在故障,并确定故障类型。Predict whether there is a fault in the unknown tag signal and determine the type of fault.
本发明另一目的在于提供一种计算机可读存储介质,存储有计算机程序,所述计算机程序被处理器执行时,使得所述处理器执行如下步骤:Another object of the present invention is to provide a computer-readable storage medium, which stores a computer program, and when the computer program is executed by a processor, causes the processor to perform the following steps:
通过利用双探头提取机器故障振动信号,并对数据进行预处理;Extracting machine fault vibration signals by using dual probes and preprocessing the data;
对摩擦故障信号,进行特征提取;Feature extraction for friction fault signals;
通过利用机器学习方法,建立故障预测模型;Build fault prediction models by using machine learning methods;
预测未知标签信号是否存在故障,并确定故障类型。Predict whether there is a fault in the unknown tag signal and determine the type of fault.
本发明另一目的在于提供一种实施所述基于波形和无量纲学习的大机组摩擦故障分析方法的大机化设备。Another object of the present invention is to provide a large-scale equipment for implementing the method for analyzing friction faults of large-scale units based on waveform and dimensionless learning.
结合上述的所有技术方案,本发明所具备的优点及积极效果为:Combined with all the above-mentioned technical solutions, the advantages and positive effects possessed by the present invention are:
本发明在大机组摩擦故障诊断过程中,能够有效解决提取特征困难的问题;同时能够提取出有效的特征,解决故障预测问题,同时提出了特征提取的新方法。本发明在大机组摩擦故障诊断问题上,取得了良好的结果。In the process of diagnosing friction faults of large units, the invention can effectively solve the problem of difficulty in extracting features; meanwhile, it can extract effective features to solve the problem of fault prediction, and at the same time, a new method of feature extraction is proposed. The invention achieves good results on the problem of friction fault diagnosis of large units.
附图说明Description of drawings
为了更清楚地说明本申请实施例的技术方案,下面将对本申请实施例中所需要使用的附图做简单的介绍,显而易见地,下面所描述的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下还可以根据这些附图获得其他的附图。In order to illustrate the technical solutions of the embodiments of the present application more clearly, the following briefly introduces the drawings that need to be used in the embodiments of the present application. Obviously, the drawings described below are only some embodiments of the present application. For those of ordinary skill in the art, other drawings can also be obtained from these drawings without creative effort.
图1是本发明实施例提供的基于波形和无量纲学习的大机组摩擦故障分析方法流程图。FIG. 1 is a flowchart of a method for analyzing friction faults of large units based on waveform and dimensionless learning provided by an embodiment of the present invention.
图2是本发明实施例提供的基于波形和无量纲学习的大机组摩擦故障分析系统结构示意图;2 is a schematic structural diagram of a large unit friction fault analysis system based on waveform and dimensionless learning provided by an embodiment of the present invention;
图中:1、数据采集模块;2、特征提取模块;3、预测模型构建模块;4、故障预测模块。In the figure: 1. Data acquisition module; 2. Feature extraction module; 3. Prediction model building module; 4. Fault prediction module.
图3是本发明实施例提供的小波包2层分解变换结构示意图。FIG. 3 is a schematic structural diagram of a two-layer decomposition and transformation of a wavelet packet provided by an embodiment of the present invention.
具体实施方式detailed description
为了使本发明的目的、技术方案及优点更加清楚明白,以下结合实施例,对本发明进行进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。In order to make the objectives, technical solutions and advantages of the present invention clearer, the present invention will be further described in detail below with reference to the embodiments. It should be understood that the specific embodiments described herein are only used to explain the present invention, but not to limit the present invention.
针对现有技术存在的问题,本发明提供了一种基于波形和无量纲学习的大机组摩擦故障分析方法及系统,下面结合附图对本发明作详细的描述。In view of the problems existing in the prior art, the present invention provides a method and system for analyzing friction faults of large units based on waveform and dimensionless learning. The present invention is described in detail below with reference to the accompanying drawings.
如图1所示,本发明实施例提供的基于波形和无量纲学习的大机组摩擦故障分析方法,包括:As shown in FIG. 1 , the waveform and dimensionless learning-based friction fault analysis method for large units provided by the embodiment of the present invention includes:
S101:利用双探头提取机器故障振动信号,并对数据进行预处理。S101: Extract the machine fault vibration signal by using dual probes, and preprocess the data.
S102:进行摩擦故障特征提取。S102: Extracting friction fault features.
S103:利用机器学习方法建立故障预测模型。S103: Use a machine learning method to establish a fault prediction model.
S104:预测未知标签信号是否存在故障,并确定故障类型。S104: Predict whether the unknown tag signal has a fault, and determine the fault type.
本发明实施例提供的S101中,机器故障振动信号及数据进行预处理的过程为:In S101 provided by the embodiment of the present invention, the process of preprocessing the machine fault vibration signal and data is as follows:
1)安装两个探点,通过两个探点采集得到大型滑动机组振动双视图信号,数据采集为32/rms,即轴承每转一圈采样32个点,采集32圈的数据。1) Install two probe points, and obtain the vibration double-view signal of the large-scale sliding unit through the acquisition of the two probe points. The data acquisition is 32/rms, that is, 32 points are sampled for each revolution of the bearing, and the data of 32 revolutions are collected.
2)探针采集数据后,对齐进行离散傅里叶变换,窗口大小32*32=1024个点,并修饰变换后的傅里叶值;根据信号情况设置自适应阈值,降低信号存储量,加速传输。2) After the probe collects the data, the discrete Fourier transform is performed in alignment, the window size is 32*32=1024 points, and the transformed Fourier value is modified; the adaptive threshold is set according to the signal condition, the signal storage capacity is reduced, and the speed is accelerated. transmission.
所述离散傅里叶变换公式具体如下:The discrete Fourier transform formula is specifically as follows:
Figure PCTCN2020131616-appb-000019
Figure PCTCN2020131616-appb-000019
其中n=0,…,N-1,N表示数据长度。Where n=0, . . ., N-1, N represents the data length.
本发明实施例提供的S102中,摩擦故障特征提取的过程为:In S102 provided by the embodiment of the present invention, the process of extracting friction fault features is:
(1)对故障信号进行小波包2层分解变换,小波包即利用多次叠代的小波转换分析输入讯号的细节部分,其具体结构图如图2。得到不同尺度下的小波系数,将信号HH层的尺度系数置零。(1) Perform two-layer decomposition and transformation of wavelet packet on the fault signal. The wavelet packet is to analyze the details of the input signal by using multiple iterative wavelet transformation. The specific structure is shown in Figure 2. The wavelet coefficients at different scales are obtained, and the scale coefficients of the signal HH layer are set to zero.
(2)计算无量纲特征波性指标S f,将波性指标作为提取的特征之一,具体计算公式如下: (2) Calculate the dimensionless characteristic wave index S f , take the wave index as one of the extracted features, and the specific calculation formula is as follows:
Figure PCTCN2020131616-appb-000020
Figure PCTCN2020131616-appb-000020
其中
Figure PCTCN2020131616-appb-000021
表示波形数据均方根值,
Figure PCTCN2020131616-appb-000022
表示波形数据绝对平均。
in
Figure PCTCN2020131616-appb-000021
represents the root mean square value of the waveform data,
Figure PCTCN2020131616-appb-000022
Indicates the absolute average of waveform data.
(3)计算无量纲特征峰值指标,将峰值指标作为提取的特征之一,具体计算公式如下:(3) Calculate the dimensionless feature peak index, and take the peak index as one of the extracted features. The specific calculation formula is as follows:
Figure PCTCN2020131616-appb-000023
Figure PCTCN2020131616-appb-000023
其中x max表示波形峰值,
Figure PCTCN2020131616-appb-000024
表示表示均方根值。
where x max represents the peak value of the waveform,
Figure PCTCN2020131616-appb-000024
Indicates the root mean square value.
(4)计算无量纲特征脉冲指标,将脉冲指标作为提取的特征之一,具体计 算公式如下:(4) Calculate the dimensionless characteristic pulse index, and take the pulse index as one of the extracted features. The specific calculation formula is as follows:
Figure PCTCN2020131616-appb-000025
Figure PCTCN2020131616-appb-000025
其中x max表示波形峰值,
Figure PCTCN2020131616-appb-000026
表示波形数据绝对平均。
where x max represents the peak value of the waveform,
Figure PCTCN2020131616-appb-000026
Indicates the absolute average of waveform data.
(5)计算无量纲特征峭度指标,表示实际峭度相对于正常峭度的高低,峭度指标反映振动信号中的冲击特征,将无量纲特征峭度指标作为提取的特征之一,具体计算公式如下:(5) Calculate the dimensionless characteristic kurtosis index, which indicates the level of the actual kurtosis relative to the normal kurtosis. The kurtosis index reflects the shock characteristics in the vibration signal, and the dimensionless characteristic kurtosis index is used as one of the extracted features. The formula is as follows:
Figure PCTCN2020131616-appb-000027
Figure PCTCN2020131616-appb-000027
其中
Figure PCTCN2020131616-appb-000028
in
Figure PCTCN2020131616-appb-000028
(6)计算无量纲特征裕度指标,一般用于检测机械设备的磨损情况。若歪度指标变化不大,有效值与平均值的比值增大,说明由于磨损导致间隙增大,因而振动的能量指标有效值比平均值增加快,其裕度指标也增大了,将无量纲特征裕度指标作为提取的特征之一,具体计算公式如下:(6) Calculate the dimensionless feature margin index, which is generally used to detect the wear of mechanical equipment. If the skewness index does not change much, the ratio of the effective value to the average value increases, indicating that the gap increases due to wear, so the effective value of the vibration energy index increases faster than the average value, and the margin index also increases, and the infinite The class feature margin index is one of the extracted features, and the specific calculation formula is as follows:
Figure PCTCN2020131616-appb-000029
Figure PCTCN2020131616-appb-000029
其中
Figure PCTCN2020131616-appb-000030
in
Figure PCTCN2020131616-appb-000030
(7)计算无量纲特征Teager能量算子,将Teager能量算子为提取的特征之一,具体计算公式如下:(7) Calculate the dimensionless feature Teager energy operator, take the Teager energy operator as one of the extracted features, and the specific calculation formula is as follows:
Figure PCTCN2020131616-appb-000031
Figure PCTCN2020131616-appb-000031
其中,t表示数据采集时间,
Figure PCTCN2020131616-appb-000032
α t为t时刻前后的偏移角。
where t is the data collection time,
Figure PCTCN2020131616-appb-000032
α t is the offset angle before and after time t.
(8)计算标准偏差,标准偏差表征的是数据的离散程度,表征的是单个统 计量在多次抽样中呈现出的变异性。可以这样理解,前者是表示数据本身的变异性,而后者表征的是抽样行为的变异性,具体计算公式如下:(8) Calculate the standard deviation. The standard deviation represents the degree of dispersion of the data and the variability of a single statistic in multiple sampling. It can be understood in this way that the former represents the variability of the data itself, while the latter represents the variability of sampling behavior. The specific calculation formula is as follows:
Figure PCTCN2020131616-appb-000033
Figure PCTCN2020131616-appb-000033
(9)计算平均值的标准偏差,平均值的标准偏差是指一种度量数据分布的分散程度之标准,用以衡量数据值偏离算术平均值的程度。标准偏差越小,这些值偏离平均值就越少,反之亦然。标准偏差的大小可通过标准偏差与平均值的倍率关系来衡量,具体计算公式如下:(9) Calculate the standard deviation of the mean value. The standard deviation of the mean value refers to a standard for measuring the degree of dispersion of the data distribution, which is used to measure the degree to which the data value deviates from the arithmetic mean. The smaller the standard deviation, the less the values deviate from the mean, and vice versa. The size of the standard deviation can be measured by the multiplying relationship between the standard deviation and the average. The specific calculation formula is as follows:
Figure PCTCN2020131616-appb-000034
Figure PCTCN2020131616-appb-000034
(10)计算样本的样本圆均值(circle_mean),将样本圆均值做为提取的特征之一,具体计算公式如下:(10) Calculate the sample circle mean (circle_mean) of the sample, and take the sample circle mean as one of the extracted features. The specific calculation formula is as follows:
Figure PCTCN2020131616-appb-000035
Figure PCTCN2020131616-appb-000035
其中X为样本,sin为正弦函数,cos为余弦函数,arctan2为正切函数,π为圆周率。Where X is the sample, sin is the sine function, cos is the cosine function, arctan2 is the tangent function, and π is the pi.
其中
Figure PCTCN2020131616-appb-000036
S=∑ isin(angle)C=∑ icos(angle),res=arctan2(S,C)。
in
Figure PCTCN2020131616-appb-000036
S=∑ i sin(angle) C=∑ i cos(angle), res=arctan2(S, C).
本发明实施例提供的S103中利用S102提取出的两个视图特征进行cca降维,将降维后两个视图的特征进行拼接,作为输入向量,使用机器学习模型进行训练。In S103 provided by the embodiment of the present invention, the cca dimension is reduced by using the two view features extracted in S102, and the features of the two views after the dimension reduction are spliced together as an input vector, and a machine learning model is used for training.
如图2所示,本发明实施例提供的基于波形和无量纲学习的大机组摩擦故障分析系统,包括:As shown in FIG. 2 , the large-generator friction fault analysis system based on waveform and dimensionless learning provided by the embodiment of the present invention includes:
数据采集模块1,通过利用双探头提取机器故障振动信号,并对数据进行预处理。The data acquisition module 1 extracts the vibration signal of the machine fault by using double probes, and preprocesses the data.
特征提取模块2,对摩擦故障信号,进行特征提取。The feature extraction module 2 performs feature extraction on the friction fault signal.
预测模型构建模块3,通过利用机器学习方法,建立故障预测模型。The prediction model building module 3 establishes a fault prediction model by using the machine learning method.
故障预测模块4,预测未知标签信号是否存在故障,并确定故障类型。The fault prediction module 4 predicts whether there is a fault in the unknown tag signal, and determines the fault type.
下面以某大机组设备滑动机械数据为例,对本发明的技术方案作进一步的描述。The technical solution of the present invention is further described below by taking the sliding mechanical data of a certain large-scale unit as an example.
本发明提供的某大机组设备设置两个两个探头进行数据采集,数据为机械轴承每旋转一周采集32个点,然后周期为32转。一组数据为1024个波形点,转换为波形的长度为1024。将数据提取出频谱向量以及其他无量纲向量,拼接起来构成一个视图的特征;通过cca对单个视图进行特征降维,将降维后的特征进行拼接,后面带入机器学习模型进行训练;将未知标签的故障信号提取出特征,通过训练好的模型得到故障预测结果。A certain large unit equipment provided by the present invention is provided with two probes for data collection, and the data is that 32 points are collected for each rotation of the mechanical bearing, and then the period is 32 rotations. A set of data is 1024 waveform points, and the length of the converted waveform is 1024. Extract the spectral vector and other dimensionless vectors from the data, and splicing them together to form the features of a view; perform feature dimension reduction on a single view through cca, splicing the dimensionality-reduced features, and then bring them into the machine learning model for training; The features are extracted from the fault signal of the label, and the fault prediction result is obtained through the trained model.
在本发明的描述中,除非另有说明,“多个”的含义是两个或两个以上;术语“上”、“下”、“左”、“右”、“内”、“外”、“前端”、“后端”、“头部”、“尾部”等指示的方位或位置关系为基于附图所示的方位或位置关系,仅是为了便于描述本发明和简化描述,而不是指示或暗示所指的装置或元件必须具有特定的方位、以特定的方位构造和操作,因此不能理解为对本发明的限制。此外,术语“第一”、“第二”、“第三”等仅用于描述目的,而不能理解为指示或暗示相对重要性。In the description of the present invention, unless otherwise stated, "plurality" means two or more; the terms "upper", "lower", "left", "right", "inner", "outer" The orientation or positional relationship indicated by , "front end", "rear end", "head", "tail", etc. are based on the orientation or positional relationship shown in the drawings, and are only for the convenience of describing the present invention and simplifying the description, not An indication or implication that the referred device or element must have a particular orientation, be constructed and operate in a particular orientation, is not to be construed as a limitation of the invention. Furthermore, the terms "first," "second," "third," etc. are used for descriptive purposes only and should not be construed to indicate or imply relative importance.
以上所述,仅为本发明的具体实施方式,但本发明的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本发明揭露的技术范围内,凡在本发明的精神和原则之内所作的任何修改、等同替换和改进等,都应涵盖在本发明的保护范围之内。The above are only specific embodiments of the present invention, but the protection scope of the present invention is not limited to this. Any person skilled in the art is within the technical scope disclosed by the present invention, and all within the spirit and principle of the present invention Any modifications, equivalent replacements and improvements made within the scope of the present invention should be included within the protection scope of the present invention.

Claims (9)

  1. 一种基于波形和无量纲学习的大机组摩擦故障分析方法,其特征在于,所述基于波形和无量纲学习的大机组摩擦故障分析方法,包括:A method for analyzing friction faults of large units based on waveform and dimensionless learning, characterized in that the method for analyzing friction faults for large units based on waveforms and dimensionless learning includes:
    利用双探头提取机器故障振动信号,并对数据进行预处理;Use dual probes to extract machine fault vibration signals and preprocess the data;
    进行摩擦故障特征提取;Extraction of friction fault features;
    利用机器学习方法建立故障预测模型;Use machine learning methods to build fault prediction models;
    预测未知标签信号是否存在故障,并确定故障类型。Predict whether there is a fault in the unknown tag signal and determine the type of fault.
  2. 如权利要求1所述基于波形和无量纲学习的大机组摩擦故障分析方法,其特征在于,所述机器故障振动信号及数据进行预处理的过程为:The friction fault analysis method for large units based on waveform and dimensionless learning as claimed in claim 1, wherein the process of preprocessing the machine fault vibration signal and data is as follows:
    1)安装两个探点,通过两个探点采集得到大型滑动机组振动双视图信号,数据采集为32/rms,即轴承每转一圈采样32个点,采集32圈的数据;1) Install two probe points, and obtain the vibration double-view signal of the large-scale sliding unit through the acquisition of the two probe points. The data acquisition is 32/rms, that is, 32 points are sampled for each revolution of the bearing, and 32 circles of data are collected;
    2)探针采集数据后,对齐进行离散傅里叶变换,窗口大小32*32=1024个点,并修饰变换后的傅里叶值;根据信号情况设置自适应阈值,降低信号存储量,加速传输。2) After the probe collects data, the discrete Fourier transform is performed in alignment, the window size is 32*32=1024 points, and the transformed Fourier value is modified; the adaptive threshold is set according to the signal condition, the signal storage capacity is reduced, and the speed is accelerated. transmission.
  3. 如权利要求2所述基于波形和无量纲学习的大机组摩擦故障分析方法,其特征在于,所述2)中离散傅里叶变换公式具体如下:As claimed in claim 2, the friction fault analysis method of large unit based on waveform and dimensionless learning is characterized in that, the discrete Fourier transform formula in described 2) is as follows:
    Figure PCTCN2020131616-appb-100001
    Figure PCTCN2020131616-appb-100001
    其中n=0,…,N-1,N表示数据长度。Where n=0, . . ., N-1, N represents the data length.
  4. 如权利要求1所述基于波形和无量纲学习的大机组摩擦故障分析方法,其特征在于,所述摩擦故障特征提取的过程为:The friction fault analysis method for large units based on waveform and dimensionless learning according to claim 1, wherein the process of extracting the friction fault features is:
    (1)对故障信号进行小波包2层分解变换,小波包即利用多次叠代的小波转换分析输入讯号的细节部分,得到不同尺度下的小波系数,将信号HH层的尺度系数置零;(1) Perform two-layer decomposition and transformation of wavelet packet on the fault signal. The wavelet packet analyzes the details of the input signal by using multiple iterative wavelet transforms, obtains the wavelet coefficients at different scales, and sets the scale coefficients of the HH layer of the signal to zero;
    (2)计算无量纲特征波性指标S f,将波性指标作为提取的特征之一,具体计算公式如下: (2) Calculate the dimensionless characteristic wave index S f , take the wave index as one of the extracted features, and the specific calculation formula is as follows:
    Figure PCTCN2020131616-appb-100002
    Figure PCTCN2020131616-appb-100002
    其中
    Figure PCTCN2020131616-appb-100003
    表示波形数据均方根值,
    Figure PCTCN2020131616-appb-100004
    表示波形数据绝对平均;
    in
    Figure PCTCN2020131616-appb-100003
    represents the root mean square value of the waveform data,
    Figure PCTCN2020131616-appb-100004
    Indicates the absolute average of waveform data;
    (3)计算无量纲特征峰值指标,将峰值指标作为提取的特征之一,具体计算公式如下:(3) Calculate the dimensionless feature peak index, and take the peak index as one of the extracted features. The specific calculation formula is as follows:
    Figure PCTCN2020131616-appb-100005
    Figure PCTCN2020131616-appb-100005
    其中x max表示波形峰值,
    Figure PCTCN2020131616-appb-100006
    表示表示均方根值;
    where x max represents the peak value of the waveform,
    Figure PCTCN2020131616-appb-100006
    Represents the root mean square value;
    (4)计算无量纲特征脉冲指标,将脉冲指标作为提取的特征之一,具体计算公式如下:(4) Calculate the dimensionless characteristic pulse index, and take the pulse index as one of the extracted features. The specific calculation formula is as follows:
    Figure PCTCN2020131616-appb-100007
    Figure PCTCN2020131616-appb-100007
    其中x max表示波形峰值,
    Figure PCTCN2020131616-appb-100008
    表示波形数据绝对平均;
    where x max represents the peak value of the waveform,
    Figure PCTCN2020131616-appb-100008
    Indicates the absolute average of waveform data;
    (5)计算无量纲特征峭度指标,表示实际峭度相对于正常峭度的高低,峭度指标反映振动信号中的冲击特征,将无量纲特征峭度指标作为提取的特征之一,具体计算公式如下:(5) Calculate the dimensionless characteristic kurtosis index, which indicates the level of the actual kurtosis relative to the normal kurtosis. The kurtosis index reflects the shock characteristics in the vibration signal, and the dimensionless characteristic kurtosis index is used as one of the extracted features. The formula is as follows:
    Figure PCTCN2020131616-appb-100009
    Figure PCTCN2020131616-appb-100009
    其中
    Figure PCTCN2020131616-appb-100010
    in
    Figure PCTCN2020131616-appb-100010
    (6)计算无量纲特征裕度指标,一般用于检测机械设备的磨损情况;若歪度指标变化不大,有效值与平均值的比值增大,说明由于磨损导致间隙增大,因而振动的能量指标有效值比平均值增加快,其裕度指标也增大了,将无量纲特征裕度指标作为提取的特征之一,具体计算公式如下:(6) Calculate the dimensionless feature margin index, which is generally used to detect the wear of mechanical equipment; if the skewness index does not change much, the ratio of the effective value to the average value increases, indicating that the gap increases due to wear, so the vibration The effective value of the energy index increases faster than the average value, and its margin index also increases. Taking the dimensionless feature margin index as one of the extracted features, the specific calculation formula is as follows:
    Figure PCTCN2020131616-appb-100011
    Figure PCTCN2020131616-appb-100011
    其中
    Figure PCTCN2020131616-appb-100012
    in
    Figure PCTCN2020131616-appb-100012
    (7)计算无量纲特征Teager能量算子,将Teager能量算子为提取的特征 之一,具体计算公式如下:(7) Calculate the dimensionless feature Teager energy operator, take the Teager energy operator as one of the extracted features, and the specific calculation formula is as follows:
    Figure PCTCN2020131616-appb-100013
    Figure PCTCN2020131616-appb-100013
    其中,t表示数据采集时间,
    Figure PCTCN2020131616-appb-100014
    α t为t时刻前后的偏移角;
    where t is the data collection time,
    Figure PCTCN2020131616-appb-100014
    α t is the offset angle before and after time t;
    (8)计算标准偏差,标准偏差表征的是数据的离散程度,表征的是单个统计量在多次抽样中呈现出的变异性;可以这样理解,前者是表示数据本身的变异性,而后者表征的是抽样行为的变异性,具体计算公式如下:(8) Calculate the standard deviation. The standard deviation represents the degree of dispersion of the data, and it represents the variability of a single statistic in multiple sampling; it can be understood that the former represents the variability of the data itself, while the latter represents the variability of the data itself. is the variability of sampling behavior, and the specific calculation formula is as follows:
    Figure PCTCN2020131616-appb-100015
    Figure PCTCN2020131616-appb-100015
    (9)计算平均值的标准偏差,平均值的标准偏差是指一种度量数据分布的分散程度之标准,用以衡量数据值偏离算术平均值的程度;标准偏差越小,这些值偏离平均值就越少,反之亦然;标准偏差的大小可通过标准偏差与平均值的倍率关系来衡量,具体计算公式如下:(9) Calculate the standard deviation of the mean. The standard deviation of the mean refers to a standard for measuring the degree of dispersion of the data distribution, which is used to measure the degree to which the data values deviate from the arithmetic mean; the smaller the standard deviation, the more these values deviate from the mean. The less, and vice versa; the size of the standard deviation can be measured by the multiplying relationship between the standard deviation and the average, and the specific calculation formula is as follows:
    Figure PCTCN2020131616-appb-100016
    Figure PCTCN2020131616-appb-100016
    (10)计算样本的样本圆均值(circle_mean),将样本圆均值做为提取的特征之一,具体计算公式如下:(10) Calculate the sample circle mean (circle_mean) of the sample, and take the sample circle mean as one of the extracted features. The specific calculation formula is as follows:
    Figure PCTCN2020131616-appb-100017
    Figure PCTCN2020131616-appb-100017
    其中X为样本,sin为正弦函数,cos为余弦函数,arctan2为正切函数,π为圆周率;Where X is the sample, sin is the sine function, cos is the cosine function, arctan2 is the tangent function, and π is the pi;
    其中
    Figure PCTCN2020131616-appb-100018
    S=Σ isin(angle)C=Σ icos(angle),res=arctan2(S,C)。
    in
    Figure PCTCN2020131616-appb-100018
    S=Σ i sin(angle) C=Σ i cos(angle), res=arctan2(S, C).
  5. 如权利要求1所述基于波形和无量纲学习的大机组摩擦故障分析方法,其特征在于,所述利用提取出的两个视图特征进行cca降维,将降维后两个视图的特征进行拼接,作为输入向量,使用机器学习模型进行训练。The method for analyzing friction faults of large units based on waveform and dimensionless learning according to claim 1, wherein the cca dimension reduction is performed by using the extracted two view features, and the features of the two views after dimension reduction are spliced , as the input vector, to train the machine learning model.
  6. 一种实施如权利要求1~5任意一项所述基于波形和无量纲学习的大机组摩擦故障分析方法的基于波形和无量纲学习的大机组摩擦故障分析系统,其特征在于,所述基于波形和无量纲学习的大机组摩擦故障分析系统,包括:A large-generator friction fault analysis system based on waveform and dimensionless learning for implementing the large-generator friction fault analysis method based on waveform and dimensionless learning according to any one of claims 1 to 5, characterized in that the waveform-based friction fault analysis system and dimensionless learning large unit friction fault analysis system, including:
    数据采集模块,通过利用双探头提取机器故障振动信号,并对数据进行预处理;The data acquisition module extracts the machine fault vibration signal by using double probes, and preprocesses the data;
    特征提取模块,对摩擦故障信号,进行特征提取;Feature extraction module, to perform feature extraction on friction fault signal;
    预测模型构建模块,通过利用机器学习方法,建立故障预测模型;Prediction model building module, by using machine learning methods, to establish a fault prediction model;
    故障预测模块,预测未知标签信号是否存在故障,并确定故障类型。The fault prediction module predicts whether there is a fault in the unknown tag signal, and determines the fault type.
  7. 一种计算机设备,其特征在于,所述计算机设备包括存储器和处理器,所述存储器存储有计算机程序,所述计算机程序被所述处理器执行时,使得所述处理器执行如下步骤:A computer device, characterized in that the computer device includes a memory and a processor, the memory stores a computer program, and when the computer program is executed by the processor, the processor is caused to perform the following steps:
    利用双探头提取机器故障振动信号,并对数据进行预处理;Use dual probes to extract machine fault vibration signals and preprocess the data;
    对摩擦故障信号,进行特征提取;Feature extraction for friction fault signals;
    通过利用机器学习方法,建立故障预测模型;Build fault prediction models by using machine learning methods;
    预测未知标签信号是否存在故障,并确定故障类型。Predict whether there is a fault in the unknown tag signal and determine the type of fault.
  8. 一种计算机可读存储介质,存储有计算机程序,所述计算机程序被处理器执行时,使得所述处理器执行如下步骤:A computer-readable storage medium storing a computer program, when the computer program is executed by a processor, the processor causes the processor to perform the following steps:
    通过利用双探头提取机器故障振动信号,并对数据进行预处理;Extracting machine fault vibration signals by using dual probes and preprocessing the data;
    对摩擦故障信号,进行特征提取;Feature extraction for friction fault signals;
    通过利用机器学习方法,建立故障预测模型;Build fault prediction models by using machine learning methods;
    预测未知标签信号是否存在故障,并确定故障类型。Predict whether there is a fault in the unknown tag signal and determine the type of fault.
  9. 一种实施如权利要求1~5任意一项所述基于波形和无量纲学习的大机组摩擦故障分析方法的大机化设备。A large-scale equipment for implementing the method for analyzing friction faults of large units based on waveform and dimensionless learning according to any one of claims 1 to 5.
PCT/CN2020/131616 2020-09-28 2020-11-26 Large machine set friction fault analysis method and system based on waveform and dimensionless learning WO2022062161A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202011041725.7A CN112183344B (en) 2020-09-28 2020-09-28 Large unit friction fault analysis method and system based on waveform and dimensionless learning
CN202011041725.7 2020-09-28

Publications (1)

Publication Number Publication Date
WO2022062161A1 true WO2022062161A1 (en) 2022-03-31

Family

ID=73944550

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/131616 WO2022062161A1 (en) 2020-09-28 2020-11-26 Large machine set friction fault analysis method and system based on waveform and dimensionless learning

Country Status (2)

Country Link
CN (1) CN112183344B (en)
WO (1) WO2022062161A1 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114781467A (en) * 2022-06-22 2022-07-22 济南嘉宏科技有限责任公司 Fault detection method and device based on vibration similarity
CN114993677A (en) * 2022-05-11 2022-09-02 山东大学 Rolling bearing fault diagnosis method and system based on unbalanced small sample data
CN115392317A (en) * 2022-08-31 2022-11-25 广东石油化工学院 Petrochemical unit rotating machinery fault diagnosis method, device, equipment and medium
CN116070154A (en) * 2023-03-29 2023-05-05 山东金帝精密机械科技股份有限公司 Fault detection method, equipment and medium for large bearing retainer
CN117272030A (en) * 2023-11-20 2023-12-22 南通市计量检定测试所 Method for sampling and processing dynamic signal packet
CN118035772A (en) * 2024-04-11 2024-05-14 长沙金码测控科技股份有限公司 Intelligent analysis method for civil engineering detection data based on machine learning

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105760839A (en) * 2016-02-22 2016-07-13 重庆大学 Bearing fault diagnosis method based on multi-feature manifold learning and support vector machine
CN108760305A (en) * 2018-06-13 2018-11-06 中车青岛四方机车车辆股份有限公司 A kind of Bearing Fault Detection Method, device and equipment
CN109323860A (en) * 2018-10-31 2019-02-12 广东石油化工学院 A kind of rotating machinery gearbox fault data set optimization method
CN110108431A (en) * 2019-05-22 2019-08-09 西安因联信息科技有限公司 A kind of Trouble Diagnostic Method of Machinery Equipment based on machine learning classification algorithm
US20200200648A1 (en) * 2018-02-12 2020-06-25 Dalian University Of Technology Method for Fault Diagnosis of an Aero-engine Rolling Bearing Based on Random Forest of Power Spectrum Entropy

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7269536B1 (en) * 2006-03-23 2007-09-11 Sun Microsystems, Inc. Method and apparatus for quantitatively determining severity of degradation in a signal
CN105910805B (en) * 2016-04-25 2018-06-01 电子科技大学 A kind of small echo part mean decomposition method for Rotor Rubbing Fault diagnosis
CN106323635B (en) * 2016-08-04 2018-10-19 中国航空综合技术研究所 A kind of rolling bearing fault on-line checking and state evaluating method
CN106932200A (en) * 2017-04-20 2017-07-07 北京信息科技大学 The Gaussian process multiple features intelligent diagnosing method of rolling bearing fault
CN107831012B (en) * 2017-10-11 2019-09-03 温州大学 A kind of Method for Bearing Fault Diagnosis based on Walsh transformation and Teager energy operator
CN109726893A (en) * 2018-11-27 2019-05-07 广东石油化工学院 A kind of determination and evaluation method of rotating machinery fault data set attribute weight
CN109598255B (en) * 2018-12-19 2023-06-16 北京化工大学 Energy operator k-gradient-based self-adaptive extraction method for impact start points of reciprocating mechanical vibration signals
CN110160781B (en) * 2019-06-18 2020-12-04 广东石油化工学院 Test set reconstruction and prediction method for rotary machine fault classification

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105760839A (en) * 2016-02-22 2016-07-13 重庆大学 Bearing fault diagnosis method based on multi-feature manifold learning and support vector machine
US20200200648A1 (en) * 2018-02-12 2020-06-25 Dalian University Of Technology Method for Fault Diagnosis of an Aero-engine Rolling Bearing Based on Random Forest of Power Spectrum Entropy
CN108760305A (en) * 2018-06-13 2018-11-06 中车青岛四方机车车辆股份有限公司 A kind of Bearing Fault Detection Method, device and equipment
CN109323860A (en) * 2018-10-31 2019-02-12 广东石油化工学院 A kind of rotating machinery gearbox fault data set optimization method
CN110108431A (en) * 2019-05-22 2019-08-09 西安因联信息科技有限公司 A kind of Trouble Diagnostic Method of Machinery Equipment based on machine learning classification algorithm

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
CHEN, SHIQI ET AL.: "Study on Gear Fault Diagnosis based on Wavelet Packet and Teager Energy Operator", JOURNAL OF MECHANICAL TRANSMISSION, vol. 38, no. 12, 31 December 2014 (2014-12-31), pages 99 - 102,106, XP055914924 *
QIN, AISONG ET AL.: "Rolling Bearing Fault Diagnosis Method Based on Dimensionless Parameters and Extreme Learning Machine", MACHINE TOOL & HYDRAULICS, vol. 47, no. 19, 31 October 2019 (2019-10-31), pages 171 - 175, XP055914920 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114993677A (en) * 2022-05-11 2022-09-02 山东大学 Rolling bearing fault diagnosis method and system based on unbalanced small sample data
CN114781467A (en) * 2022-06-22 2022-07-22 济南嘉宏科技有限责任公司 Fault detection method and device based on vibration similarity
CN114781467B (en) * 2022-06-22 2022-09-06 济南嘉宏科技有限责任公司 Fault detection method based on vibration similarity
CN115392317A (en) * 2022-08-31 2022-11-25 广东石油化工学院 Petrochemical unit rotating machinery fault diagnosis method, device, equipment and medium
CN116070154A (en) * 2023-03-29 2023-05-05 山东金帝精密机械科技股份有限公司 Fault detection method, equipment and medium for large bearing retainer
CN117272030A (en) * 2023-11-20 2023-12-22 南通市计量检定测试所 Method for sampling and processing dynamic signal packet
CN117272030B (en) * 2023-11-20 2024-01-26 南通市计量检定测试所 Method for sampling and processing dynamic signal packet
CN118035772A (en) * 2024-04-11 2024-05-14 长沙金码测控科技股份有限公司 Intelligent analysis method for civil engineering detection data based on machine learning

Also Published As

Publication number Publication date
CN112183344A (en) 2021-01-05
CN112183344B (en) 2021-06-01

Similar Documents

Publication Publication Date Title
WO2022062161A1 (en) Large machine set friction fault analysis method and system based on waveform and dimensionless learning
KR102189269B1 (en) Fault Diagnosis method and system for induction motor using convolutional neural network
CN108573224B (en) Bridge structure damage positioning method for mobile reconstruction of principal components by using single sensor information
CN110705456A (en) Micro motor abnormity detection method based on transfer learning
US11809517B1 (en) Adaptive method of cleaning structural health monitoring data based on local outlier factor
CN114623050A (en) Method, system and medium for detecting abnormal operation data of wind turbine generator
CN111504647A (en) AR-MSET-based performance degradation evaluation method for rolling bearing
CN110736926A (en) Method and device for extracting characteristic parameters of motor running state
CN114705432B (en) Method and system for evaluating health state of explosion-proof motor bearing
CN115526515B (en) Safety monitoring system of gate for water conservancy and hydropower
CN112232414B (en) Triple concurrency fault analysis method based on X and Y dual-measurement-point spectrum data
CN108507607A (en) A kind of method for detecting weak signals based on kernel function
CN110160781B (en) Test set reconstruction and prediction method for rotary machine fault classification
CN116226719A (en) Bearing fault diagnosis method based on multidimensional steady-state vibration characteristics and related components
CN116502119A (en) Sensor fault detection method and device of structural health monitoring system
CN108254590A (en) Intelligent vehicle speed detection system and control method thereof
CN110967184B (en) Gearbox fault detection method and system based on vibration signal distribution characteristic recognition
CN112284721A (en) Double fault analysis method and system for friction and rotor imbalance of large unit
CN113687192A (en) Method for collecting and positioning discharge signal of power transmission line
Duan et al. Rolling bearing fault diagnosis method based on multi-information fusion characteristics under complex working conditions
Li et al. Sensor fault localization with accumulated residual contribution rate for bridge SHM
An et al. Few-shot fault diagnosis method for rolling bearing using local descriptors
CN117688496B (en) Abnormality diagnosis method, system and equipment for satellite telemetry multidimensional time sequence data
Zhao et al. Refined composite hierarchical multiscale Lempel-Ziv complexity: A quantitative diagnostic method of multi-feature fusion for rotating energy devices
RU2288498C1 (en) Device for controlling and diagnosing radio-electronic goods with application of multi-dimensional metric spaces

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20955003

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20955003

Country of ref document: EP

Kind code of ref document: A1