亚洲免费av电影一区二区三区,日韩爱爱视频,51精品视频一区二区三区,91视频爱爱,日韩欧美在线播放视频,中文字幕少妇AV,亚洲电影中文字幕,久久久久亚洲av成人网址,久久综合视频网站,国产在线不卡免费播放

        ?

        Gear fault classification based on support vector machine*

        2014-06-09 14:44:40FengyunXIESanmaoXIE
        機(jī)床與液壓 2014年3期
        關(guān)鍵詞:模糊PID

        Feng-yun XIE,San-mao XIE

        School of Mechanical and Electronical Engineering,East China Jiaotong University,Nanchang 330013,China

        Gear fault classification based on support vector machine*

        Feng-yun XIE?,San-mao XIE

        School of Mechanical and Electronical Engineering,East China Jiaotong University,Nanchang 330013,China

        Gears are critical elements in rotating machinery.An approach is proposed based on support vector machine(SVM)to solve classification of multiple gear conditions.These conditions are divided into normal,wear,and broken teeth conditions.The root mean square(RMS)and the wavelet packet energy at different scales of the vibration signals of gearbox casing are employed in constructing the features of classifier.SVM is employed for the classifier,and it has the abilities of multi-class classification and good generalization.The experimental results show that the proposed method is able to discriminate the gear faults clearly.

        Gear,Support vector machine,F(xiàn)ault classification,Wavelet packet energy

        Gear systems are widely used in rotating machinery,and gear abnormity is a crucial reason for machine failure.It is significant to study the technique of gear fault classification for increasing machine processing reliability.Early fault detection in gears has been the subject of intensive investigation and many methods based on vibration signal analysis have been developed.For instance,Mcfadden proposed an interpolation technique for time domain averaging of gear vibration[1].Rafiee proposed a multi-layer perceptron neural network to recognize gears and bearings fault of a gearbox system[2].As a powerful machine learning approach for classification problems,support vector machine is known to have good generalization ability.SVM are introduced by Vapnik in the late 1960s on the foundation of statistical learning theory.In the early 1990s,The techniques used for SVM started emerging with greater availability of computing power and used in numerous practical applications[3-5].

        In this paper,an approach based on vibration signal processing techniques and SVM is proposed for solving the gear fault classification.For classifying gear fault,the piezoelectric accelerometer is used for data acquisition.The features of the classification by SVM are considered on a dataset composed of two sets of features:the first is from the RMS of time domain,the second consists of the wavelet packet energy calculated in the time-frequency.Two sets of features provide sensitive information for a classifier. The classifier is based on SVM method.The results show that the proposed method has a good classification capability.

        1.Support vector machine theory

        SVM incorporates the maximal margin strategy and the kernel method.The architecture of a classical SVM is shown in Figure 1.

        Figure 1.Architecture of SVM

        SVM is a supervised learning approach used for nonlinear classification which has also led to many other recent developments in kernel based learning methods in general.The authors in this study usedthe one-against-all method for SVM multiclass classification[6].The“winner-takes-all”rule is used for the final decision,where the winning class is the one corresponding to the SVM with the highest output. This method constructs k SVM models where k is the number of classes.The ith SVM is trained with all of the examples in the ith class with positive labels,and all other examples with negative labels.Given m training data(x1,y1),,(xm,ym),where xi∈Rn,i =1,…,m and yi∈{1,…,k}is the class of xi,the ith SVM solves the following problem:

        Where the training data xiis mapped to a higher dimensional space by the functionΦand the penalty parameter C.ξis a slack variable,ωis a weight,and b is a threshold.

        After solving(1),k decision functions are obtained here:

        Where x is in the class which has the largest value of the decision function.

        Considering the problem of indivisible linear vectors,and selecting the relaxation factor,punishment parameter,and non-linear mapping core function,the sample can be mapped into a high dimension space and be transformed to a linear classification problem in attributive space.

        2.Experiment setup and signal analysis

        In order to research gear fault classification,a test bench of the gear fault simulation was set up. The experiment testing chart is shown in Figure 2. The vibration signals of machining process are obtained by piezoelectric accelerometer DH107.The vibration signals are amplified by charge amplifier5070 and simultaneously recorded by dynamic signal test and analysis system with 5 kHz sampling frequency.

        Figure 2.Schematic diagram of testing system

        The gear conditions are divided into three categories:normal,wear,and broken teeth.The real time processing signals under different conditions are shown as Figure 3.The fast Fourier transforms(FFT)processing results of the time domain signals are shown in Figure 4.

        The time-frequency amplitude is different significantly in the three different conditions as shown in Figure 3 and Figure 4.

        Figure 3.The time domain chart of vibration signals

        Figure 4.The frequency domain chart of vibration signals

        3.Feature extraction

        According to the results of vibration signals analysis,feature extraction method in this paper is adopted in time and time-frequency domain analysis.It includes RMS and the energy of wavelet package of vibration signals.

        RMS is a statistical measure of the magnitude of a varying quantity that can reflect changes in the amplitude of time domain.Three group vibration signals are selected for experimental test.The RMS in the different conditions is calculated and the results of RMS are shown in Table 1.

        Table 1.RMS of vibration signals in different conditions

        The RMS of vibration signals in different gear conditions are denoted as feature T1.

        Wavelet package decomposition(WPD)is a wavelet transform where the signal is passed through more filters than discrete wavelet transform.WPD can record the detailed information about the different frequency bands,and is a good time-frequency analysis tool[7-8].In this paper,the three-level wavelet packet decomposition with wavelet sym4 is carried out.The energy of the first and the second nodes in three different conditions are significantly different than that of other nodes.The energy summations of the first node and the second node in three different conditions are shown in Table 2.

        Table 2.Energy summations of the first and second nodes

        The energy summation of the first and second nodes in different gear conditions is denoted as feature T2.

        4.Gear fault classification

        In order to make the multi-class gear fault classification,a multi-class classification system based on SVM is developed.The system is composed of three cascaded binary classifiers.The classification processing based on SVM is shown in Figure 5.

        Figure 5.Flow chart of the gear fault classification

        According to three gear conditions,two subclassifiers are designed.One distinguishes the normal and fault,the other distinguishes the fault type which is wear and broken teeth.

        Define class 1 as normal condition,class 2 as gear wear condition,and class3 as broken teeth condition.Select the radial basis function as the kernel function,the width of the radial basis kernel function asσ2=σ2=5,and the error penalty parameter as γ=1.The result of gear fault classification based on SVM is shown in Figure 6,where x1is RMS,and x2is the energy of WPD.It can be clearly seen that all experimental data are classified correctly by SVM method.

        Figure 6.Results of gear fault classification based on SVM

        The feature values of the group 1 and group 2 are used for training SVM and the feature values of the group 3 is used for classification.The result of recognition based on SVM is shown in Table 3.

        Table 3.Result of classification based on SVM

        It can be seen that the result of recognition based on SVM is correct in Table 3.

        5.Conclusion

        A procedure is proposed for classification of gear condition using SVM classifiers by feature exaction from time-domain vibration signals.The RMS andenergy of WPD are selected as the inputs of SVM. The gear processing conditions are divided into normal,wear and broken teeth.The SVM successfully classifies the signals of normal,wear,and broken teeth,and which is very effective.In future works,the comparison with other classification methods are recommended.

        [1] Mcfadden PD.Interpolation techniques for time domain averaging of gear vibration[J].Mechanical Systems and Signal Processing,1989(3):87-97.

        [2] Rafiee J,Arvani F,Harifi A,et al.Intelligent condition monitoring of a gearbox using artificial neural network[J].Mech.Syst.and Signal Process,2007,21(4):1746-1754.

        [3] Xuan Jianping,Jiang Hanhong,Shi Tielin,et al.Gear fault classification using genetic programming and support vector machines[J].International Journal of Information Technology,2005,11(9):19-27.

        [4] Samanta B.Gear fault detection using artificial neural networks and support vector machines with genetic algorithms[J].Mechanical Systems and Signal Processing,2004,18(3):625-644.

        [5] Huifang T,Shanxia S.Gear Fault Diagnosis Based on Rough Set and Support Vector Machine[J].Journal of Wuhan University of Technology,2006,28:1046 -1051.

        [6] Chih-Wei Hsu,Chi-Jen Lin.A Comparison of methods for multiclass support vector machines[J].IEEE Transactions on Neural Networks,2002(13):415-425.

        [7] Xie fengyun.State recognition of machine tools processing based on wavelet packet and hidden Markov model[J].2013,41(7):202-205.

        [8] XIE FY.Hu YM,Wu B.A generalized interval probability-based optimization method for training generalized hidden Markov model[J].Signal Processing.2014,94(1):319-329.

        摘要:設(shè)計(jì)了鍛造操作機(jī)夾鉗旋轉(zhuǎn)電液比例控制系統(tǒng),建立了夾鉗旋轉(zhuǎn)機(jī)構(gòu)的數(shù)學(xué)模型,確定了PID控制器的初始參數(shù),并在此基礎(chǔ)上得出對(duì)應(yīng)的模糊邏輯系統(tǒng)。通過(guò)MATLAB/Simulink和AMESim聯(lián)合仿真技術(shù)對(duì)鍛造操作機(jī)旋轉(zhuǎn)液壓控制系統(tǒng)進(jìn)行建模與仿真研究,結(jié)果表明:設(shè)計(jì)方案合理,數(shù)學(xué)模型準(zhǔn)確,基于模糊PID控制的系統(tǒng)魯棒性更好。

        關(guān)鍵詞:鍛造操作機(jī);模糊PID;AMESim;電液比例控制系統(tǒng)

        中圖分類號(hào):TH137

        基于支持向量機(jī)的齒輪故障分類*

        謝鋒云?,謝三毛

        華東交通大學(xué)機(jī)電學(xué)院,南昌 330013

        齒輪是旋轉(zhuǎn)機(jī)械中的關(guān)鍵元件。提出了一個(gè)基于支持向量機(jī)的齒輪多故障分類方法。齒輪狀態(tài)被劃分為正常、齒輪磨損和斷齒狀態(tài)。振動(dòng)信號(hào)的均方根和小波包能量被選作為分類器的特征參數(shù)。分類器選用支持向量機(jī)(SVM)。SVM具有良好的實(shí)用性及多分類能力。實(shí)驗(yàn)結(jié)果表明:提出的方法能很好地區(qū)分齒輪故障。

        齒輪;支持向量機(jī);故障分類;小波包能量

        TH133;TP391

        20 t鍛造操作機(jī)夾鉗旋轉(zhuǎn)液壓控制系統(tǒng)設(shè)計(jì)*

        李閣強(qiáng)?,江 兵,李躍松

        河南科技大學(xué),河南洛陽(yáng) 471003

        10.3969/j.issn.1001-3881.2014.18.010

        2014-06-10

        *Project supported by Jiangxi Province Education Department Science Technology Project(GJJ14365),and Jiangxi Province Nature Science Foundation(20132BAB201047,20114BAB206003)

        ?Feng-yun XIE,PhD.E-mail:xiefyun@163.com

        猜你喜歡
        模糊PID
        基于模糊PID的液壓調(diào)平系統(tǒng)的同步控制研究
        模糊PID控制在煤礦污水集中監(jiān)控系統(tǒng)中的應(yīng)用
        科技視界(2016年23期)2016-11-04 11:07:53
        基于模糊PID的液化氣梭式窯自動(dòng)控制系統(tǒng)設(shè)計(jì)
        科技視界(2016年5期)2016-02-22 20:10:30
        步進(jìn)電機(jī)模糊PID閉環(huán)控制系統(tǒng)仿真研究
        微小型陸空兩棲機(jī)器人地面移動(dòng)控制方法
        自適應(yīng)壓電振動(dòng)盤(pán)控制器設(shè)計(jì)
        日韩精品人成在线播放| 色噜噜狠狠色综合欧洲| 免费观看成人稀缺视频在线播放| 日韩精品一区二区三区人妻在线| 男女性爽大片视频| 亚洲av无码一区二区三区性色| 国内精品久久久久久久亚洲| 日本高清成人一区二区三区| 亚洲人成网站18禁止| 曰批免费视频播放免费直播| 日本免费一区二区三区在线看| 精品奇米国产一区二区三区| 亚洲夫妻性生活免费视频| 国产av丝袜旗袍无码网站| 中文字幕一区二区三区乱码不卡 | 国际无码精品| 最近亚洲精品中文字幕| 免费看黄片的视频在线观看| 丰满少妇呻吟高潮经历| 国产福利午夜波多野结衣| 国产99久久精品一区| 少妇下面好爽好紧好湿一区二区| 国产亚洲日韩在线一区二区三区| 色婷婷综合激情| 亚洲精品色播一区二区| 久久精品国产免费观看三人同眠 | 亚洲爆乳精品无码一区二区三区| 亚洲国产精品久久久久秋霞1| 亚洲欧美国产成人综合不卡| 麻豆久久91精品国产| 国产精品激情| 日韩AV无码一区二区三| 人妻中文字幕一区二区三区| 免费国产线观看免费观看| 无码人妻精品一区二区三区在线| 国产精品国产午夜免费看福利| 日本免费一二三区在线| 香蕉人人超人人超碰超国产| 91情侣视频| 97成人精品在线视频| 亚洲精品无码高潮喷水a片软|