999精品在线视频,手机成人午夜在线视频,久久不卡国产精品无码,中日无码在线观看,成人av手机在线观看,日韩精品亚洲一区中文字幕,亚洲av无码人妻,四虎国产在线观看 ?

Tool wear monitoring based on wavelet packet coefficient and hidden Markov model*

2014-07-18 06:08:50YingQIUFengyunXIE
機床與液壓 2014年12期

Ying QIU,Feng-yun XIE

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

Tool wear monitoring is crucial in order to prevent tool failures during the automation machining process.However,the on-line tool wear monitoring is not an easy task due to the complexity of the process.For many years,lots of scholars have studied tool wear monitoring by various methods.There are important contributions presented for condition monitoring,for instance,on-line tool monitoring by using Artificial intelligence was presented by Vallejo[1],a method of state recognitions based on wavelet and hidden Markov model(HMM)was presented by Xie[2].On-line condition monitoring based on empirical mode decomposition and neural network was proposed by Xie[3].A prediction tool wear in machining processes based on ANN was proposed by Haber et al[4].A new hybrid technique for cutting tool wear monitoring,which fuses a physical process model with an artificial neural networks(ANN)model,is proposed for turning by Sick[5].However,ANN in tool wear monitoring requires a lot of empirical data for the learning algorithm.Otherwise,it will reduce the recognition rate of the tool wear.

In this paper,an approach based on wavelet packet coefficient and HMM for tool wear monitoring is proposed.In order to monitor the tool wear states in machining process,the dynamometer is used for data acquisition.The wavelet packet decomposition is adopted for data processing.The root mean square(RMS)of the wavelet packet coefficients at different scales are taken as the feature observations vector.The HMM is used to recognize the states of tool wear.The results show that the proposed method has a relatively high recognition rate.

1.Introduction

1.1.Wavelet packet analysis

Wavelet packet decomposes the lower as well as the higher frequency bands and leads to a balanced binary tree structure.Wavelet Packet could be defined as:

Where,hl-2kand gl-2kare called as orthogonal mirror filter,the function series W(2-jt-k)is called as orthogonal wavelet packet.

Wavelet packet function is defined as

Where,N is the set of positive integers and Z is the set of integers;n is the oscillation parameter;j and k are the frequency localization parameters and the time localization parameter,respectively.

The first two wavelet packet functions are defined as:

Where,φ(t)is the scaling function,and Ψ(t)is the wavelet function.h1and g1are the low-pass and high-pass filters.The function 2-j/2Wn(2-jt-k)is localized both in time and frequency.Each of them is a function of unit energy,with a scale of 2j,centered at 2jk, and with an oscillation parameter n, i.e.,.

The basic wavelet function Ψ(t)is defined as:

Where,a,b ∈L2(R)(square-integrable space),a≠0.Parameter a is called as scale parameter,which is related to the frequency.Parameter b is called as position parameter,which determines the time-domain orspace-domain information in the transformed results.

The diagram of this algorithm is shown in Figure 1,where,A and D are the wavelet packet coefficients[6].

Figure 1.Wavelet packet decomposition tree at level 3

When sampling frequency 2fsis adopted,the different frequency bands range by three layers of wavelet packet decomposition could be shown in Table 1.

The decomposition coefficients of a signal f(t)into Wavelet Packet are computed by applying the low-pass and high-pass filters iteratively.The decomposition coefficients are defined as:

Table 1.Different frequency bands range

1.2.Hidden Markov model

HMM is an extension of Markov chains.Unlike Markov chains,HMM is doubly stochastic process,i.e.,not only is the transition from one state to another state stochastic,but the output symbol generated at each state is also stochastic.Thus the model can only be observed through another set of stochastic processes.The actual sequences of states are not directly observable but are“hidden”from observer.A HMM are illustrated in Figure 2.

Figure 2.Hidden Markov model

The hidden states{qt}can not be directly observed,but could be inferred indirectly by the observation sequence O=(o1,o2,…,oT).A HMM has the following elements.The N possible values of the hidden states are S={S1,S2,…,SN}.The state variable at time t is denoted as qt.The M possible distinct observation symbols per state are V={v1,v2,…,vM}.The parameters of an HMM are usually denoted as λ=A,B,{}π.A=(aij)N×Nis the state transition probability matrix,where,aij=P(qt+1=Sj|qt=Si)(1≤i,j≤N)is the probability of transition from the state i to the state j.B=(bj(k))N×Mis the observation probability matrix,where,bj(k)=P(ot=vk|qt=Sj)(1≤j≤N,1≤k≤M).πi=P(q1=Si)(1≤i≤N)is the initial state probability distribution.The engineering problem may be solved by the HMM basic algorithms,i.e.,the evaluation,decoding,and training algorithms[7].

2.Experiment and feature extraction

The experimental setup used in this study is illustrated in Figure 3.The cutting tests are conducted on five-axis machining center Mikron UCP800 Duro.The thrust force is measured by a Kistler 9253823 dynamometer.The force signals are amplified by Kistler multichannel charge amplifier 5070 and simultaneously recorded by NI PXIe-1802 data recorder with 5 kHz sampling frequency.The collected signals are displayed by Cathode ray tube CRT.The workpiece is continuously processed under different processing conditions until the obvious cutting tool wear is observed.

Figure 3.Experimental setup for cutting processing

The tool wear states are classified into three categories:the initial processing status of the tool is named as sharp state(pattern 1),the wear processing status of the tool is named as wear state(pattern 3),and the status between sharp state and wear state is named as slight wear state(pattern 2)[8].

The real-time cutting processing signals under different cutting tool condition are shown in Figure 4.Signal I represents the sharp cutting tool condition.Signal II represents the slight wear cutting tool condition.Signal III represents the wear cutting tool condition.By using the fast Fourier transforms(FFT)processing,the time domain signals are shown in Figure 5.We can see that the time-frequency amplitude is different significantly for these three wear states.

Figure 4.Dynamometer signals

Figure 5.The chart of frequency spectrum

A four-level wavelet packet decomposition is used in this paper.The root mean square(RMS)of the wavelet coefficients at different scales is shown in Figure 6.It could be found that RMS results are significantly different for these three states.The RMS of the wavelet coefficients at different scales are taken as the feature observations vector.

Figure 6.The RMS of wavelet coefficient in three wear states

3.Tool wear monitoring

Flow chart of the tool states recognition based on HMM is shown in Figure 7.It is composed of the wavelet-based feature extraction and the RMS of the wavelet coefficients for HMM input.Each HMM pattern is trained by the RMS from post treatment,and the test sample is recognized by the HMM based classification method.As shown in Table 1,21 test samples are recognized.The same recognition procedure based on the BP neural network and the recognition results are presented in Table 2.

Table 2.Pattern classification results of the tool wear

Figure 7.Flow chart of the tool states recognition

As shown in Table 2,most samples have been recognized correctly and the accuracy rate of HMM is 20/21=95%,the accuracy rate of HMM is 19/21=90%.The results show that the HMM-based classification hasa higherrecognition rate than that of ANN.

4.Conclusion

Tool wear monitoring in machining process is very important for mechanical manufacturing process.In this paper,an approach based on wavelet packet coefficient and HMM for tool wear monitoring is proposed.Wavelet packet decomposition is used for signal processing.The RMS of the wavelet coefficients is adopted for the input of HMM.According to HMM-based recognition method,tool wear states are recognized.In future works,uncertainty in processing should be regarded in modeling and signal acquisition.

[1]Vallejo A J,Menéndez R M,Alique J R.On-line cutting tool condition monitoring in machining processes using artificial intelligence[J].Robotics,Automation and Control,2008,143-166.

[2]XIE F Y.A method of state recognition in machining process based on wavelet and hidden Markov model[J].In Proceedings of the ISMR 2012,2012:639-643.

[3]XIE F Y.On-line condition monitoring based on empirical mode decomposition and neural network[J].Machine Tool& Hydraulics,2013.

[4]Haber R E,Alique,A.Intelligent Process Supervision for Predicting Tool Wear in Machining Processes[J].Mechatronics,2003,13:825-849.

[5]Owsley L M,Atlas L E,Bernard G D.Self-Organizing Feature maps and hidden Markov models for machine-tool monitoring[J].IEEE Transactions on Signals Processing,1997,45:2787-2798.

[6]Chen H X.Fault degradation assessment of water hydraulic motor by impulse vibration signal with wavelet packet analysis and Kolmogorov-Smirnov test[Z].2008,22:1670-1684.

[7]Rabiner L R.A tutorial on hidden Markov models and selected applications in speech recognition[J].Proceedings of the IEEE,1989,77:257-286.

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

主站蜘蛛池模板: 草草影院国产第一页| 国产精品视频第一专区| 国产9191精品免费观看| 婷婷激情亚洲| 日韩区欧美国产区在线观看| 国产午夜福利亚洲第一| 久久人搡人人玩人妻精品| 中文纯内无码H| 欧美日韩中文国产| 国语少妇高潮| 18禁影院亚洲专区| 日本午夜在线视频| 在线国产你懂的| 日韩欧美国产区| 国产不卡网| 亚洲精品国产日韩无码AV永久免费网| 亚洲成人网在线观看| 国产一区二区精品高清在线观看| 一本一道波多野结衣一区二区| 欧美19综合中文字幕| 国产成人精品一区二区| 亚洲成人www| 无码aaa视频| 亚洲国产综合自在线另类| 亚洲AV无码精品无码久久蜜桃| 国产视频久久久久| 亚洲日韩精品综合在线一区二区| 草草线在成年免费视频2| 永久免费无码日韩视频| 欧美精品成人| 日韩无码真实干出血视频| 久久久久国产精品熟女影院| 欧美日韩午夜| 日本亚洲欧美在线| 欧美日韩一区二区在线免费观看| 2020最新国产精品视频| 91福利在线观看视频| 欧美精品成人| 久久大香伊蕉在人线观看热2| 欧美日本在线一区二区三区| 亚洲美女高潮久久久久久久| 亚洲国产精品人久久电影| 国产毛片高清一级国语 | 熟女日韩精品2区| 亚洲第一国产综合| 久热中文字幕在线| 国产精品成人不卡在线观看| 日本精品影院| 人妻丰满熟妇αv无码| 国产黑丝视频在线观看| 欧美成a人片在线观看| 久久国产成人精品国产成人亚洲| 亚洲av日韩综合一区尤物| 伊人色天堂| 亚洲人成网站在线观看播放不卡| 欧美全免费aaaaaa特黄在线| 久久99国产综合精品1| av色爱 天堂网| 国产精品香蕉在线观看不卡| 性色在线视频精品| 日韩欧美中文| 国产在线视频欧美亚综合| 波多野结衣第一页| 成人午夜久久| 天堂岛国av无码免费无禁网站| 亚洲人成亚洲精品| 国产精品理论片| 色天天综合| AV色爱天堂网| 女人18一级毛片免费观看| 亚洲永久免费网站| 在线欧美a| 国产午夜在线观看视频| 成人精品在线观看| 国产一区在线视频观看| 国产成人综合亚洲欧洲色就色| 久草国产在线观看| 亚洲色精品国产一区二区三区| 婷五月综合| 国产国拍精品视频免费看| 99中文字幕亚洲一区二区| 亚洲视频无码|