Fault diagnosis of rotating machines for rail vehicles based on local mean decomposition energy moment directed acyclic graph support vector machine

Size: px
Start display at page:

Download "Fault diagnosis of rotating machines for rail vehicles based on local mean decomposition energy moment directed acyclic graph support vector machine"

Transcription

1 Special Issue Article Fault diagnosis of rotating machines for rail vehicles based on local mean decomposition energy moment directed acyclic graph support vector machine Advances in Mechanical Engineering 2016, Vol. 8(1) 1 6 Ó The Author(s) 2016 DOI: / aime.sagepub.com Yanping Du 1, Wenjiao Zhang 1,YuanZhang 1,2, Zhenqing Gao 1 and Xiaohui Wang 1 Abstract In order to accurately perform fault diagnosis of key rotating machines of rail vehicles, a new method for diagnosis was proposed, based on local mean decomposition energy moment directed acyclic graph support vector machine. The vibration signals of rotating machines were decomposed by local mean decomposition to obtain the signal components, and then energy moment is calculated for each state feature component for feature extraction. For state identification, the directed acyclic graph support vector machine is established, multiple classical support vector machine were trained, and then multi-state identification was completed using directed acyclic graph support vector machine. The proposed method was tested on a train rolling bearing. Experimental results show that the method has nearly 95% identification accuracy and verified the feasibility and advantages of this method. Keywords Rail vehicles, rotating machines fault diagnosis, local mean decomposition, energy moment, support vector machine Date received: 16 July 2015; accepted: 28 December 2015 Academic Editor: Xiaobei Jiang Introduction A bearing, gear set, and other rotating machines are the key components to support normal rail vehicle operation. Once a fault occurs, it seriously affects the safety of trains and can even cause a fatal accident. Consequently, the precise fault diagnosis of rotating machines has important significance to guarantee the stable operation of the train. According to statistics, rotating machines have the highest failure rate and the most easily damaged parts of modern mechanical equipment. For example, 80% of the rolling bearing cannot reach its service life. 1,2 Therefore, to ensure the vehicle system is working efficiency, and reduce operation and maintenance costs, it is necessary to implement fault diagnosis and condition monitoring accurately for the critical rotating machines. The traditional fault diagnosis method is mainly through the collected signal in the time domain and frequency domain analysis. Some faults can be diagnosed 1 School of Mechanical Engineering, Beijing Institute of Graphic Communication, Beijing, China 2 Department of Mechanical Engineering, Tsinghua University, Beijing, China Corresponding author: Yuan Zhang, School of Mechanical Engineering, Beijing Institute of Graphic Communication, Beijing , China. zhangyuan_111@126.com Creative Commons CC-BY: This article is distributed under the terms of the Creative Commons Attribution 3.0 License ( which permits any use, reproduction and distribution of the work without further permission provided the original work is attributed as specified on the SAGE and Open Access pages ( open-access-at-sage).

2 2 Advances in Mechanical Engineering by detecting the characteristic frequency of different faults. However, the influence of the non-linear factors on sensor signals such as friction, rotational speed, varying load, and stiffness in the rotating machinery operation reduces the diagnosis accuracy of such traditional methods, and they may not satisfy the site requirements. 3 Therefore, modern fault diagnosis methods in recent years are mostly through the processing of sensor signals to extract features and a training identifier by the supervised method on the basis of the feature to complete the fault diagnosis. With regard to feature extraction, local mean decomposition (LMD) is a new adaptive non-stationary signal processing method. The complicated sensor signal can be decomposed into multiple product functions (PFs) by the high- and low-frequency components. Each PF component is a single amplitude modulation frequency modulation (AM-FM) signal. The LMD decomposition process is mild, and it can save abundant frequency and envelope information. 4 Compared to the widely used wavelet decomposition and empirical mode decomposition method, LMD method has a better performance in inhibiting the endpoint effect, reducing the number of iterations and reserving local information integrity of the signal. 5 When rotating machinery faults, the energy distribution within different frequency bands of the signal is not the same. The fault state can be determined by calculating the energy moment (EM) of each component by obtaining PF components of different frequency ranges based on LMD decomposition. In view of this, this article puts forward a method to extract feature based on LMD and EM. Support vector machine (SVM) classification has superior performance and high computational efficiency for calculating the identifier training on the basis of the extracted features. It not only has good learning ability for small samples but also good generalization ability and can avoid being trapped into local minima effectively. 6 It is also characterized by fast calculation speeds without the need to provide approximate accuracy. 7 So, it can solve the problems such as small sample and uneven distribution. In addition, there are many successful fields of diagnosis and prediction experiences. 8,9 Therefore, based on the classical SVM, the directed acyclic graph support vector machine (DAGSVM) method was used in multiple classification problems in rotating machinery fault diagnosis. In this article, a new method for diagnosis based on LMD-EM-DAGSVM was proposed. The manuscript is organized as follows: first, feature extraction method based on the state of LMD and EM is introduced; second, DAGSVM multiple classifiers basic principles are given; again, fault diagnosis process is given in detail based on the LMD-EM-DAGSVM method; then, an experiment of train key components for rolling bearing was applied to test the method; Finally, a summary and discussion on future research direction are given. Feature extraction by LMD-EM LMD LMD is a time-frequency analysis method which was proposed by JS Smith 5 in It is not bound by Fourier transformation restrictions and can select frequency bands adaptively according to the vibration signal characteristics and determine signal resolutions of different frequency bands. LMD is suited to analyze the multi-component non-linear and non-stationary signals caused by rotary machinery faults, because it optimizes the signal analysis course and increases the accuracy of useful extracted information. 10 Recently, some scholars have studied the fault signal feature extraction methods based on LMD, and some methods are proposed, such as the method of combining LMD and order tracking analysis, 11 Fourier transformations are used for the instantaneous frequencies and amplitudes of each component decomposed by LMD, 12 and an energy operator demodulating approach is based on LMD, 13 and calculating envelope spectrum of each component decomposed by LMD 14 and so on. The LMD method essence is to isolate pure FM signals and envelope signals from the original signal by iteration, and then multiply the pure FM signals with envelope signals to get a PF component, in which instantaneous frequency is physically meaningful. The multiplication process is repeated until all PF components are extracted. Considering the decomposition velocity and the accuracy of decomposition results, an LMD method based on cubic spline function was adopted, and the decomposition process is visible in Wang et al. 15 Figure 1 shows a complex vibration signal x(t) and each PF component PF 1 (t) PF 6 (t) of the LMD decomposition and a residual component r(t). EM Multiple PF components from the LMD decomposition contain different frequency bands. When a failure occurs, the frequency energy changes, and energy integration will also change. Signal EM is accumulated in time scales. It can also depict the distribution of the signal energy in different frequency bands and different time periods. Compared to the pure energy, EM can be more sensitive to reflect the change of state. Therefore, the EM calculation of each component can represent changes in the various components and extract the feature of fault state. EM is defined as follows: assume collecting the original discrete signal x={x 1, x 2,., x N } = {x i }, i=1, 2,.N, where N is the number of sample points, there is

3 Du et al. 3 Figure 1. Vibration signal and its decomposition results. EM = XN i = 1 ði DtÞjx i j 2 ð1þ where Dt is the sampling period. This index has an improved index based on the energy index, which not only takes the amplitude of the vibration signal into account but also considers the amplitude distribution of the signal, so we can reveal the distribution of energy characteristics better. 16,17 State identification by DAGSVM SVM method was originally designed for binary classification problems. An appropriate multi-class classifier is needed to construct for solving the multiclassification problem, based on the classic SVM. The methods commonly used are one-against-all SVM, oneagainst-one SVM, and DAGSVM, of which the latter two methods are more suitable for practical applications. However, one-against-one SVM has classification error and rejected points. 18 DAGSVM puts the idea of the directed acyclic graph in graph theory into the one-against-one SVM and implements one-againstone SVM simplification, thus maintaining higher computational efficiency under certain classification accuracy. Consequently, this article adopts DAGSVM multi-classification method. For a classification problem with M class data samples, DAGSVM needs to construct the surface between every two types of classification; it has M(M21)/2 sub-classifiers of completed binary classification. All sub-classifier constituted two-way directed acyclic graphs, including M(M21)/2 nodes and M leaves. Each node is a sub-classifier and is connected to two nodes (or leaves) of the next layer, from top to bottom. The ith layer has i nodes, that is, the top layer has a node, the M layer M nodes. Classifying an unknown sample begins from the top of the root node (contains two types), and according to the uses of classification results, the next left or right node layer continues classifying until it reaches the leaf of a bottom. The category represented by the leaf is the category of unknown samples. 19 For example, Figure 2 shows the basic principle of DAGSVM with three categories and three kinds of samples to indentify, A, B, and C. LMD-EM-DAGSVM fault diagnosis process The fault diagnosis process was given in detail based on the LMD-EM-DAGSVM method to describe the various technologies: Step 1. Collect sensor signal data of each state (including the normal state and various fault states). Step 2. Use LMD to decompose the acquired sensor signal. If data samples are too large, in order to guarantee the execution efficiency of the algorithm, according to certain time interval, put the data samples segmented, and then use LMD to decompose

4 4 Advances in Mechanical Engineering Figure 3. Bearing fault diagnosis experimental platform. Figure 2. DAGSVM basic principle (category = 3). each segment of data and obtain the PF components of each segment of data. Step 3. Record this minimum number of the components as the state feature vector dimension, to ensure each state owns the same feature vector dimension. Then, the minimum of components is obtained after calculating each component by decomposition (i.e. to find a minimum component segment after decomposition). For example, if a signal under a certain state is divided into five segments, the 1st, 2nd, 3rd, 4th, and 5th segments are decomposed into 6, 7, 8, 6, and 5 components, respectively, then the minimum value is 5, and only the first 5 components are used for the following calculation with the rest abandoned. Step 4. After obtaining the PF components of each signal with the same component number, the EM of each signal as the state feature is calculated according to formula (1). Step 5. Mark the state features obtained under different states (e.g. normal, fault A, and fault B ), and the state feature vectors are marked as the input of DAGSVM, for training classifier. Step 6. Trained classifier can be done as a state identifier. The online fault diagnosis completes the first four steps, puts the feature into the state identifier, and outputs the diagnostic results. Experiments and results To verify the validity of this article, an example of rolling bearing, the typical key rotating machinery on the train, was applied to test the algorithm. The fault diagnosis experiment of rolling bearing was performed by collecting the vibration acceleration signal. Vibration data of this article came from Dr Kenneth A Loparo, Western Reserve University Bearing Data Center, 20 and Figure 3 shows the experimental platform. A complete set of experimental data contains four kinds of bearing vibration data, namely, normal, ball fault, inner race fault, and outer race fault. And the number of each state of the testing bearing is one. The test properties of the 205-2RS JEM SKF bearing model type deep groove ball bearings are the motor load with 3 hp, rotating speed of 1730 r/min (about 28.8 r/s), driver-side sampling, sampling frequency of 48 khz, and sampling time of 10 s. In this article, according to a fixed time interval, the vibration data under four different states are divided into 240 segments, and each segment of data contains 2000 sample points. In the experiment, the state feature of the 240 segment of vibration signal data from the four kinds of state is extracted, obtaining a total of 960 state feature vectors, as the state identifier of train and test samples. And then, the 240 data segments in each state (including the normal, the ball fault, the inner race fault, and the outer race fault) were decomposed by LMD to obtain the PF matrix of each segment. The EM of each PF matrix was computed, and fivedimensional state features were extracted. Finally, DAGSVM was used to achieve the state identification based on the state features. A total of 60% of the state feature vectors were used to train the DAGSVM, and the remaining 40% were the test samples. For the comprehensive measure algorithm performance, the following two indicators were selected. 1. Classification rate (CR) was used to measure classification accuracy of all samples. CR can be computed by the ratio of all the samples classified correctly and the number of total samples, as shown in formula (2) CR = the number of correctly classified samples the number of total samples ð2þ 2. Fleiss kappa statistic (FK) was used for maintaining consistency between quantitative

5 Du et al. 5 Table 1. State of actual status, state feature vectors, and the diagnostic results. State of actual status State feature Diagnostic results Normal [2.8491, , , , ] Normal Normal [2.5146, , , , ] Normal Normal [2.9660, , , , ] Normal Normal [2.4151, , , , ] Normal Normal [2.6191, , , , ] Normal Ball fault [ , , , , ] Ball fault Ball fault [ , , , , ] Outer race fault Ball fault [ , , , , ] Ball fault Ball fault [ , , , , ] Ball fault Ball fault [ , , , , ] Ball fault Inner race fault [ , , , , ] Ball fault Inner race fault [ , , , , ] Inner race fault Inner race fault [ , , , , ] Inner race fault Inner race fault [ , , , , ] Inner race fault Inner race fault [ , , , , ] Inner race fault Outer race fault [ , , , , ] Outer race fault Outer race fault [ , , , , ] Outer race fault Outer race fault [ , , , , ] Outer race fault Outer race fault [ , , , , ] Outer race fault Outer race fault [ , , , , ] Outer race fault Table 2. Two index values of training samples and test samples. Index value Training samples Test samples CR FK CR: classification rate; FK: Fleiss kappa statistic. evaluation of identified goals and the classifier output, 21 when its value is greater than 0.8, two groups of classification data can be considered almost identical. Table 1 contains the state of actual status, state feature, and the diagnostic results. They come from five test samples which were randomly selected in each state. It can be seen from the table in the 20 randomly selected test samples that only one fault sample was diagnosed with outer race failure, while the remaining 19 sample diagnostic results are consistent with status. At the same time, as Table 1 shows, the range of feature vectors obtained in different states has a large gap, demonstrating that the LMD-EM can distinguish different states effectively and accurately. Table 2 gives two index values of training samples and test samples, the CR and the FK. As Table 2 shows, the whole classification accuracy of training samples reached 97.05%, and the FK value is For the test samples, the CR is , which corresponds to the FK value of This result shows that the state identifier has been well trained, and the whole diagnostic accuracy of the test samples was high, close to 95%. The results effectively validate the superiority of the proposed fault diagnosis method. Considering the practical application of the LMD- EM-DAGSVM method, real-time performance should be analyzed. So, the running time of the method was counted. And the running time includes the whole process from inputting original data to outputting state identification results. And it must be noted that the running time contains only the time to complete an online state identification, because the classifier, which is used for online state identification, has been obtained by offline train. The computer hardware environment is Intel(R) Core(TM) 2 Duo CPU E7500 at 2.93 GHz and 2GB RAM. All the codes involved are performed in MATLAB 2012a. After 50-time runs, the average running time is calculated as s. This result indicates that the LMD-EM-DAGSVM method can meet the requirements of field application. In summary, through experiments, the results of this diagnosis study of rolling bearing showed that this proposed method can diagnose the fault states of rotating machinery accurately, and the real-time performance is good. Conclusion According to the accurate fault diagnosis of key rotating machines for rail vehicles, a new method for diagnosis was proposed based on LMD-EM-DAGSVM. EM calculations of vibration signal on the basis of LMD decomposition extracted various state features of rotating machinery accurately and reliably, and the multi-classification method based on DAGSVM

6 6 Advances in Mechanical Engineering identified the various states accurately. An example of train rolling bearing was applied to test the method. Experiments were carried out using the vibration acceleration signal, and the experimental results showed that the proposed method has high identification accuracy and can diagnose different fault states accurately and effectively. Acknowledgements The authors thank Let Pub ( for its linguistic assistance during the preparation of this manuscript. Declaration of conflicting interests The author(s) declared no potential conflicts of interest with respect to the research, authorship, and/or publication of this article. Funding The author(s) disclosed receipt of the following financial support for the research, authorship, and/or publication of this article: This work was sponsored by initial funding for the Doctoral Program of BIGC (no ) and Open Research Fund Program of Beijing Key Laboratory of Performance Guarantee on Urban Rail Transit Vehicles (no ) and State Key Laboratory of Rail Traffic Control and Safety (Contract No. RCS2016K005), Beijing Jiaotong University. References 1. Zhang C, Chen JJ and Guo X. Gear fault diagnosis method based on ensemble empirical mode decomposition energy entropy and support vector machine. J Cent South Univ 2012; 43: Wen JP, Yang ZC, Li B, et al. A method for material damping measurement. J Vib Meas Diagn 2008; 28: Li CJ and Wu SM. On-line detection of localized defects in bearings by pattern recognition analysis. J Eng Ind: T ASME 1989; 111: Zhang Y, Qin Y, Xing ZL, et al. Safety region estimation and state identification of rolling bearing on LMD-PCA- LSSVM. J Vib Shock 2013; 32: , Smith JS. The local mean decomposition and its application to EEG perception data. J R Soc Interface 2005; 2: Gopalakrishnan K and Kim S. Support vector machines approach to HMA stiffness prediction. J Eng Mech: ASCE 2011; 137: Gencoglu MT and Uyar M. Prediction of flashover voltage of insulators using least squares support vector machines. Expert Syst Appl 2009; 36: Liu L, Wang A, Mo SHA, et al. Multi-class classification methods of cost-conscious LS-SVM for fault diagnosis of blast furnace. J Iron Steel Res Int 2011; 18: 17 23, Ari S, Hembram K and Saha G. Detection of cardiac abnormality from PCG signal using LMS based least square SVM classifier. Expert Syst Appl 2010; 37: Park C, Looney D, Van Hulle MM, et al. The complex local mean decomposition. Neurocomputing 2011; 74: Cheng J, Zhang K and Yang Y. An order tracking technique for the gear fault diagnosis using local mean decomposition method. Mech Mach Theory 2012; 55: Chen B, He Z, Chen X, et al. Locomotive fault diagnosis based on local mean decomposition demodulating approach. J Xi an Jiaotong Univ 2010; 5: Ju PH, Qin SR and Zhao L. Energy operator demodulating approach based on LMD and its application in extracting characteristics of a fault signal. J Vib Shock 2011; 30: 1 4, Hui L. Local mean decomposition based bearing fault detection (Mechatronics and Intelligent Materials II). Adv Mat Res 2012; : Wang MD, Zhang LB, Liang W, et al. Local mean decomposition method based on B-spline interpolation. J Vib Shock 2010; 29: Cheng J, Luo S, Yang B, et al. LMD energy moment and variable predictive model based class discriminate and their application in intelligent fault diagnosis of roller bearing. J Vib Eng 2013; 26: Amidzic D. Energy-moment relation and its application. In: Proceedings of the sixth international symposium on rockbursts and seismicity in mines (ed Van Aswegen G), Perth, WA, Australia, 9 11 March 2005, pp Nedlands, WA, Australia: Australian Centre for Geomechanics. 18. De Moura EP, Souto CR, Silva AA, et al. Evaluation of principal component analysis and neural network performance for bearing fault diagnosis from vibration signal processed by RS and DF analyses. Mech Syst Signal Pr 2011; 25: Platt JC, Cristianini N and Shawe-Taylor J. Large margin DAG s for multiclass classification. Adv Neur In 2000; 12: The Case Western Reserve University Bearing Data Center. Bearing data center seeded fault test data (EB/OL), (accessed 3 January 2012). 21. Kankar PK, Sharma SC and Harsha SP. Rolling element bearing fault diagnosis using autocorrelation and continuous wavelet transform. J Vib Control 2011; 17:

Fault Diagnosis of Wind Turbine Based on ELMD and FCM

Fault Diagnosis of Wind Turbine Based on ELMD and FCM Send Orders for Reprints to reprints@benthamscience.ae 76 The Open Mechanical Engineering Journal, 24, 8, 76-72 Fault Diagnosis of Wind Turbine Based on ELMD and FCM Open Access Xianjin Luo * and Xiumei

More information

Performance Degradation Assessment and Fault Diagnosis of Bearing Based on EMD and PCA-SOM

Performance Degradation Assessment and Fault Diagnosis of Bearing Based on EMD and PCA-SOM Performance Degradation Assessment and Fault Diagnosis of Bearing Based on EMD and PCA-SOM Lu Chen and Yuan Hang PERFORMANCE DEGRADATION ASSESSMENT AND FAULT DIAGNOSIS OF BEARING BASED ON EMD AND PCA-SOM.

More information

Rolling Bearing Diagnosis Based on CNN-LSTM and Various Condition Dataset

Rolling Bearing Diagnosis Based on CNN-LSTM and Various Condition Dataset Rolling Bearing Diagnosis Based on CNN-LSTM and Various Condition Dataset Osamu Yoshimatsu 1, Yoshihiro Satou 2, and Kenichi Shibasaki 3 1,2,3 Core Technology R&D Center, NSK Ltd., Fujisawa, Kanagawa,

More information

Temperature Calculation of Pellet Rotary Kiln Based on Texture

Temperature Calculation of Pellet Rotary Kiln Based on Texture Intelligent Control and Automation, 2017, 8, 67-74 http://www.scirp.org/journal/ica ISSN Online: 2153-0661 ISSN Print: 2153-0653 Temperature Calculation of Pellet Rotary Kiln Based on Texture Chunli Lin,

More information

Rolling element bearings fault diagnosis based on CEEMD and SVM

Rolling element bearings fault diagnosis based on CEEMD and SVM Rolling element bearings fault diagnosis based on CEEMD and SVM Tao-tao Zhou 1, Xian-ming Zhu 2, Yan Liu 3, Wei-cai Peng 4 National Key Laboratory on Ship Vibration and Noise, China Ship Development and

More information

Dynamic Balance Design of the Rotating Arc Sensor Based on PSO Algorithm

Dynamic Balance Design of the Rotating Arc Sensor Based on PSO Algorithm 016 International Conference on Advanced Manufacture Technology and Industrial Application (AMTIA 016) ISBN: 978-1-60595-387-8 Dynamic Balance Design of the Rotating Arc Sensor Based on PSO Algorithm Ji-zhong

More information

ISSN (Online) Volume 2, Number 1, May October (2011), IAEME

ISSN (Online) Volume 2, Number 1, May October (2011), IAEME International Journal Journal of Design of Design and Manufacturing and Manufacturing Technology (IJDMT), ISSN 0976 6995(Print), Technology (IJDMT), ISSN 0976 6995(Print), ISSN 0976 7002(Online) Volume

More information

Open Access Research on the Prediction Model of Material Cost Based on Data Mining

Open Access Research on the Prediction Model of Material Cost Based on Data Mining Send Orders for Reprints to reprints@benthamscience.ae 1062 The Open Mechanical Engineering Journal, 2015, 9, 1062-1066 Open Access Research on the Prediction Model of Material Cost Based on Data Mining

More information

Research on Design and Application of Computer Database Quality Evaluation Model

Research on Design and Application of Computer Database Quality Evaluation Model Research on Design and Application of Computer Database Quality Evaluation Model Abstract Hong Li, Hui Ge Shihezi Radio and TV University, Shihezi 832000, China Computer data quality evaluation is the

More information

Research on Quality Reliability of Rolling Bearings by Multi - Weight Method (Part Ⅱ: Experiment)

Research on Quality Reliability of Rolling Bearings by Multi - Weight Method (Part Ⅱ: Experiment) 6th International Conference on Mechatronics, Computer and Education Informationization (MCEI 2016) Research on Quality Reliability of Rolling Bearings by Multi - Weight Method (Part Ⅱ: Experiment) Xintao

More information

FAULT DIAGNOSIS OF RELEVANCE VECTOR MACHINE BASED ON HARMONIC WAVELET PACKET

FAULT DIAGNOSIS OF RELEVANCE VECTOR MACHINE BASED ON HARMONIC WAVELET PACKET U.P.B. Sci. Bull. Series D, Vol. 80, Iss. 4, 2018 ISSN 1454-2358 FAULT DIAGNOSIS OF RELEVANCE VECTOR MACHINE BASED ON HARMONIC WAVELET PACKET Wang HAIRUI 1, Jing WANTING 2 *, Liao YONGYI 3,4 Monitoring

More information

An Improved DFSA Anti-collision Algorithm Based on the RFID-based Internet of Vehicles

An Improved DFSA Anti-collision Algorithm Based on the RFID-based Internet of Vehicles 2016 2 nd International Conference on Energy, Materials and Manufacturing Engineering (EMME 2016) ISBN: 978-1-60595-441-7 An Improved DFSA Anti-collision Algorithm Based on the RFID-based Internet of Vehicles

More information

The Comparative Study of Machine Learning Algorithms in Text Data Classification*

The Comparative Study of Machine Learning Algorithms in Text Data Classification* The Comparative Study of Machine Learning Algorithms in Text Data Classification* Wang Xin School of Science, Beijing Information Science and Technology University Beijing, China Abstract Classification

More information

Fault Isolation for Urban Railway Vehicle Suspension Systems

Fault Isolation for Urban Railway Vehicle Suspension Systems Preprints of the 19th World Congress The International Federation of Automatic Control Fault Isolation for Urban Railway Vehicle Suspension Systems Xiukun Wei, Limin Jia Kun Guo Sheng Wu State Key Lab

More information

Comprehensive analysis and evaluation of big data for main transformer equipment based on PCA and Apriority

Comprehensive analysis and evaluation of big data for main transformer equipment based on PCA and Apriority IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS Comprehensive analysis and evaluation of big data for main transformer equipment based on PCA and Apriority To cite this article:

More information

Prediction of traffic flow based on the EMD and wavelet neural network Teng Feng 1,a,Xiaohong Wang 1,b,Yunlai He 1,c

Prediction of traffic flow based on the EMD and wavelet neural network Teng Feng 1,a,Xiaohong Wang 1,b,Yunlai He 1,c 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 215) Prediction of traffic flow based on the EMD and wavelet neural network Teng Feng 1,a,Xiaohong Wang 1,b,Yunlai

More information

Data Mining for Fault Diagnosis and Machine Learning. for Rotating Machinery

Data Mining for Fault Diagnosis and Machine Learning. for Rotating Machinery Key Engineering Materials Vols. 293-294 (2005) pp 175-182 online at http://www.scientific.net (2005) Trans Tech Publications, Switzerland Online available since 2005/Sep/15 Data Mining for Fault Diagnosis

More information

Exploration of Fault Diagnosis Technology for Air Compressor Based on Internet of Things

Exploration of Fault Diagnosis Technology for Air Compressor Based on Internet of Things Exploration of Fault Diagnosis Technology for Air Compressor Based on Internet of Things Zheng Yue-zhai and Chen Xiao-ying Abstract With the development of network and communication technology, this article

More information

Research on resonance vibration simulation method of high-speed railway vehicle carbody Yi-Zhao NIEa, Jing Zengb, Fan-Song LIc

Research on resonance vibration simulation method of high-speed railway vehicle carbody Yi-Zhao NIEa, Jing Zengb, Fan-Song LIc International Industrial Informatics and Computer Engineering Conference (IIICEC 215) Research on resonance vibration simulation method of high-speed railway vehicle carbody Yi-Zhao NIEa, Jing Zengb, Fan-Song

More information

Hydraulic pump fault diagnosis with compressed signals based on stagewise orthogonal matching pursuit

Hydraulic pump fault diagnosis with compressed signals based on stagewise orthogonal matching pursuit Hydraulic pump fault diagnosis with compressed signals based on stagewise orthogonal matching pursuit Zihan Chen 1, Chen Lu 2, Hang Yuan 3 School of Reliability and Systems Engineering, Beihang University,

More information

FUZZY C-MEANS ALGORITHM BASED ON PRETREATMENT OF SIMILARITY RELATIONTP

FUZZY C-MEANS ALGORITHM BASED ON PRETREATMENT OF SIMILARITY RELATIONTP Dynamics of Continuous, Discrete and Impulsive Systems Series B: Applications & Algorithms 14 (2007) 103-111 Copyright c 2007 Watam Press FUZZY C-MEANS ALGORITHM BASED ON PRETREATMENT OF SIMILARITY RELATIONTP

More information

Finding Dominant Parameters For Fault Diagnosis Of a Single Bearing System Using Back Propagation Neural Network

Finding Dominant Parameters For Fault Diagnosis Of a Single Bearing System Using Back Propagation Neural Network International Journal of Mechanical & Mechatronics Engineering IJMME-IJENS Vol:13 No:01 40 Finding Dominant Parameters For Fault Diagnosis Of a Single Bearing System Using Back Propagation Neural Network

More information

Video Inter-frame Forgery Identification Based on Optical Flow Consistency

Video Inter-frame Forgery Identification Based on Optical Flow Consistency Sensors & Transducers 24 by IFSA Publishing, S. L. http://www.sensorsportal.com Video Inter-frame Forgery Identification Based on Optical Flow Consistency Qi Wang, Zhaohong Li, Zhenzhen Zhang, Qinglong

More information

Design of Fault Diagnosis System of FPSO Production Process Based on MSPCA

Design of Fault Diagnosis System of FPSO Production Process Based on MSPCA 2009 Fifth International Conference on Information Assurance and Security Design of Fault Diagnosis System of FPSO Production Process Based on MSPCA GAO Qiang, HAN Miao, HU Shu-liang, DONG Hai-jie ianjin

More information

arxiv: v5 [cs.cv] 4 Feb 2016

arxiv: v5 [cs.cv] 4 Feb 2016 Bearing fault diagnosis based on spectrum images of vibration signals arxiv:1511.02503v5 [cs.cv] 4 Feb 2016 Wei Li 1, Mingquan Qiu 1, Zhencai Zhu 1, Bo Wu 1, and Gongbo Zhou 1 1 School of Mechatronic Engineering,

More information

A new fault diagnosis method based on deep belief network and support vector machine with Teager Kaiser energy operator for bearings

A new fault diagnosis method based on deep belief network and support vector machine with Teager Kaiser energy operator for bearings Special Issue Article A new fault diagnosis method based on deep belief network and support vector machine with Teager Kaiser energy operator for bearings Advances in Mechanical Engineering 2017, Vol.

More information

FAULT DETECTION AND ISOLATION USING SPECTRAL ANALYSIS. Eugen Iancu

FAULT DETECTION AND ISOLATION USING SPECTRAL ANALYSIS. Eugen Iancu FAULT DETECTION AND ISOLATION USING SPECTRAL ANALYSIS Eugen Iancu Automation and Mechatronics Department University of Craiova Eugen.Iancu@automation.ucv.ro Abstract: In this work, spectral signal analyses

More information

Separation of Surface Roughness Profile from Raw Contour based on Empirical Mode Decomposition Shoubin LIU 1, a*, Hui ZHANG 2, b

Separation of Surface Roughness Profile from Raw Contour based on Empirical Mode Decomposition Shoubin LIU 1, a*, Hui ZHANG 2, b International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015) Separation of Surface Roughness Profile from Raw Contour based on Empirical Mode Decomposition Shoubin

More information

Surface Wave Suppression with Joint S Transform and TT Transform

Surface Wave Suppression with Joint S Transform and TT Transform Available online at www.sciencedirect.com Procedia Earth and Planetary Science 3 ( 011 ) 46 5 011 Xian International Conference on Fine Geological Exploration and Groundwater & Gas Hazards Control in Coal

More information

Replacement of Missing Data and Outliers Using Wavelet Transform Methods

Replacement of Missing Data and Outliers Using Wavelet Transform Methods Replacement of Missing Data and Outliers Using Wavelet Transform Methods Liqian Zhang, Research Associate Department of Chemical and Materials Engineering University of Alberta Outline 2 1. Motivation

More information

manufacturing process.

manufacturing process. Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2014, 6, 203-207 203 Open Access Identifying Method for Key Quality Characteristics in Series-Parallel

More information

FAULT DIAGNOSIS BASED ON MULTI-SCALE CLASSIFICATION USING KERNEL FISHER DISCRIMINANT ANALYSIS AND GAUSSIAN MIXTURE MODEL AND K-NEAREST NEIGHBOR METHOD

FAULT DIAGNOSIS BASED ON MULTI-SCALE CLASSIFICATION USING KERNEL FISHER DISCRIMINANT ANALYSIS AND GAUSSIAN MIXTURE MODEL AND K-NEAREST NEIGHBOR METHOD Universiti Kebangsaan Malaysia FAULT DIAGNOSIS BASED ON MULTI-SCALE CLASSIFICATION USING KERNEL FISHER DISCRIMINANT ANALYSIS AND GAUSSIAN MIXTURE MODEL AND K-NEAREST NEIGHBOR METHOD NORAZWAN M. NOR*, MOHD

More information

Time Series Clustering Ensemble Algorithm Based on Locality Preserving Projection

Time Series Clustering Ensemble Algorithm Based on Locality Preserving Projection Based on Locality Preserving Projection 2 Information & Technology College, Hebei University of Economics & Business, 05006 Shijiazhuang, China E-mail: 92475577@qq.com Xiaoqing Weng Information & Technology

More information

Fast K-nearest neighbors searching algorithms for point clouds data of 3D scanning system 1

Fast K-nearest neighbors searching algorithms for point clouds data of 3D scanning system 1 Acta Technica 62 No. 3B/2017, 141 148 c 2017 Institute of Thermomechanics CAS, v.v.i. Fast K-nearest neighbors searching algorithms for point clouds data of 3D scanning system 1 Zhang Fan 2, 3, Tan Yuegang

More information

Face recognition based on improved BP neural network

Face recognition based on improved BP neural network Face recognition based on improved BP neural network Gaili Yue, Lei Lu a, College of Electrical and Control Engineering, Xi an University of Science and Technology, Xi an 710043, China Abstract. In order

More information

High Resolution Remote Sensing Image Classification based on SVM and FCM Qin LI a, Wenxing BAO b, Xing LI c, Bin LI d

High Resolution Remote Sensing Image Classification based on SVM and FCM Qin LI a, Wenxing BAO b, Xing LI c, Bin LI d 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 2015) High Resolution Remote Sensing Image Classification based on SVM and FCM Qin LI a, Wenxing BAO b, Xing LI

More information

A Comparative Study of SVM Kernel Functions Based on Polynomial Coefficients and V-Transform Coefficients

A Comparative Study of SVM Kernel Functions Based on Polynomial Coefficients and V-Transform Coefficients www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 6 Issue 3 March 2017, Page No. 20765-20769 Index Copernicus value (2015): 58.10 DOI: 18535/ijecs/v6i3.65 A Comparative

More information

Research on the New Image De-Noising Methodology Based on Neural Network and HMM-Hidden Markov Models

Research on the New Image De-Noising Methodology Based on Neural Network and HMM-Hidden Markov Models Research on the New Image De-Noising Methodology Based on Neural Network and HMM-Hidden Markov Models Wenzhun Huang 1, a and Xinxin Xie 1, b 1 School of Information Engineering, Xijing University, Xi an

More information

WEINER FILTER AND SUB-BLOCK DECOMPOSITION BASED IMAGE RESTORATION FOR MEDICAL APPLICATIONS

WEINER FILTER AND SUB-BLOCK DECOMPOSITION BASED IMAGE RESTORATION FOR MEDICAL APPLICATIONS WEINER FILTER AND SUB-BLOCK DECOMPOSITION BASED IMAGE RESTORATION FOR MEDICAL APPLICATIONS ARIFA SULTANA 1 & KANDARPA KUMAR SARMA 2 1,2 Department of Electronics and Communication Engineering, Gauhati

More information

Face Recognition Using Vector Quantization Histogram and Support Vector Machine Classifier Rong-sheng LI, Fei-fei LEE *, Yan YAN and Qiu CHEN

Face Recognition Using Vector Quantization Histogram and Support Vector Machine Classifier Rong-sheng LI, Fei-fei LEE *, Yan YAN and Qiu CHEN 2016 International Conference on Artificial Intelligence: Techniques and Applications (AITA 2016) ISBN: 978-1-60595-389-2 Face Recognition Using Vector Quantization Histogram and Support Vector Machine

More information

The Study on Paper Board Thickness Measurement by Using Data Fusion

The Study on Paper Board Thickness Measurement by Using Data Fusion The Study on Paper Board Thickness Measurement by Using Data Fusion Lianhua Hu 1, Xin ping Li 1,2, Wei Tang 1, Qinghong Liu 3 1 School of Light Industry and Energy Shaanxi University of Science & Technology

More information

Fractional Discrimination for Texture Image Segmentation

Fractional Discrimination for Texture Image Segmentation Fractional Discrimination for Texture Image Segmentation Author You, Jia, Sattar, Abdul Published 1997 Conference Title IEEE 1997 International Conference on Image Processing, Proceedings of the DOI https://doi.org/10.1109/icip.1997.647743

More information

Feature Extraction and Selection for Automatic Fault Diagnosis of Rotating Machinery

Feature Extraction and Selection for Automatic Fault Diagnosis of Rotating Machinery Feature Extraction and Selection for Automatic Fault Diagnosis of Rotating Machinery Francisco de A. Boldt 1,2, Thomas W. Rauber 1, Flávio M. Varejão 1 1 Departamento de Informática Universidade Federal

More information

An Improved Method of Vehicle Driving Cycle Construction: A Case Study of Beijing

An Improved Method of Vehicle Driving Cycle Construction: A Case Study of Beijing International Forum on Energy, Environment and Sustainable Development (IFEESD 206) An Improved Method of Vehicle Driving Cycle Construction: A Case Study of Beijing Zhenpo Wang,a, Yang Li,b, Hao Luo,

More information

The Application Research of Neural Network in Embedded Intelligent Detection

The Application Research of Neural Network in Embedded Intelligent Detection The Application Research of Neural Network in Embedded Intelligent Detection Xiaodong Liu 1, Dongzhou Ning 1, Hubin Deng 2, and Jinhua Wang 1 1 Compute Center of Nanchang University, 330039, Nanchang,

More information

The closed-loop kinematics modeling and numerical calculation of the parallel hexapod robot in space

The closed-loop kinematics modeling and numerical calculation of the parallel hexapod robot in space Special Issue Article The closed-loop kinematics modeling and numerical calculation of the parallel hexapod robot in space Advances in Mechanical Engineering 017, Vol. 9() 1 15 Ó The Author(s) 017 DOI:

More information

Classification of Bearing Faults Through Time- Frequency Analysis and Image Processing

Classification of Bearing Faults Through Time- Frequency Analysis and Image Processing Classification of Bearing Faults Through Time- Frequency Analysis and Image Processing Damiano Rossetti 1*, Yu Zhang 2, Stefano Squartini 1 and Stefano Collura 3 1 Università Politecnica delle Marche,

More information

Forensic Image Recognition using a Novel Image Fingerprinting and Hashing Technique

Forensic Image Recognition using a Novel Image Fingerprinting and Hashing Technique Forensic Image Recognition using a Novel Image Fingerprinting and Hashing Technique R D Neal, R J Shaw and A S Atkins Faculty of Computing, Engineering and Technology, Staffordshire University, Stafford

More information

An Integrated Face Recognition Algorithm Based on Wavelet Subspace

An Integrated Face Recognition Algorithm Based on Wavelet Subspace , pp.20-25 http://dx.doi.org/0.4257/astl.204.48.20 An Integrated Face Recognition Algorithm Based on Wavelet Subspace Wenhui Li, Ning Ma, Zhiyan Wang College of computer science and technology, Jilin University,

More information

Internet/Intranet Based Remote Condition Monitoring and Fault. Diagnosis Scheme and System for Steam Turboset

Internet/Intranet Based Remote Condition Monitoring and Fault. Diagnosis Scheme and System for Steam Turboset Key Engineering Materials Vols. 293-294 (2005) pp 365-372 online at http://www.scientific.net (2005) Trans Tech Publications, Switzerland Online available since 2005/Sep/15 Internet/Intranet Based Remote

More information

Fault detection with principal component pursuit method

Fault detection with principal component pursuit method Journal of Physics: Conference Series PAPER OPEN ACCESS Fault detection with principal component pursuit method Recent citations - Robust Principal Component Pursuit for Fault Detection in a Blast Furnace

More information

A New Evaluation Method of Node Importance in Directed Weighted Complex Networks

A New Evaluation Method of Node Importance in Directed Weighted Complex Networks Journal of Systems Science and Information Aug., 2017, Vol. 5, No. 4, pp. 367 375 DOI: 10.21078/JSSI-2017-367-09 A New Evaluation Method of Node Importance in Directed Weighted Complex Networks Yu WANG

More information

Content Based Image Retrieval system with a combination of Rough Set and Support Vector Machine

Content Based Image Retrieval system with a combination of Rough Set and Support Vector Machine Shahabi Lotfabadi, M., Shiratuddin, M.F. and Wong, K.W. (2013) Content Based Image Retrieval system with a combination of rough set and support vector machine. In: 9th Annual International Joint Conferences

More information

Piecewise Linear Approximation Based on Taylor Series of LDPC Codes Decoding Algorithm and Implemented in FPGA

Piecewise Linear Approximation Based on Taylor Series of LDPC Codes Decoding Algorithm and Implemented in FPGA Journal of Information Hiding and Multimedia Signal Processing c 2018 ISSN 2073-4212 Ubiquitous International Volume 9, Number 3, May 2018 Piecewise Linear Approximation Based on Taylor Series of LDPC

More information

Study on the Quantitative Vulnerability Model of Information System based on Mathematical Modeling Techniques. Yunzhi Li

Study on the Quantitative Vulnerability Model of Information System based on Mathematical Modeling Techniques. Yunzhi Li Applied Mechanics and Materials Submitted: 2014-08-05 ISSN: 1662-7482, Vols. 651-653, pp 1953-1957 Accepted: 2014-08-06 doi:10.4028/www.scientific.net/amm.651-653.1953 Online: 2014-09-30 2014 Trans Tech

More information

The Study of Intelligent Scheduling Algorithm in the Vehicle ECU based on CAN Bus

The Study of Intelligent Scheduling Algorithm in the Vehicle ECU based on CAN Bus Send Orders for Reprints to reprints@benthamscience.ae The Open Cybernetics & Systemics Journal, 2015, 9, 1461-1465 1461 Open Access The Study of Intelligent Scheduling Algorithm in the Vehicle ECU based

More information

Open Access The Three-dimensional Coding Based on the Cone for XML Under Weaving Multi-documents

Open Access The Three-dimensional Coding Based on the Cone for XML Under Weaving Multi-documents Send Orders for Reprints to reprints@benthamscience.ae 676 The Open Automation and Control Systems Journal, 2014, 6, 676-683 Open Access The Three-dimensional Coding Based on the Cone for XML Under Weaving

More information

Resolution Improvement Processing of Post-stack Seismic Data and Example Analysis - Taking NEB Gas Field As an Example in Indonesia

Resolution Improvement Processing of Post-stack Seismic Data and Example Analysis - Taking NEB Gas Field As an Example in Indonesia International Forum on Energy, Environment Science and Materials (IFEESM 2017) Resolution Improvement Processing of Post-stack Seismic Data and Example Analysis - Taking NEB Gas Field As an Example in

More information

The Machine Part Tool in Observer 9

The Machine Part Tool in Observer 9 Application Note The Machine Part Tool in SKF @ptitude Observer 9 Introduction The machine part tool in SKF @ptitude Observer is an important part of the setup. By defining the machine parts, it is possible

More information

Automobile Independent Fault Detection based on Acoustic Emission Using Wavelet

Automobile Independent Fault Detection based on Acoustic Emission Using Wavelet SINCE2011 Singapore International NDT Conference & Exhibition, 3-4 November 2011 Automobile Independent Fault Detection based on Acoustic Emission Using Wavelet Peyman KABIRI 1, Hamid GHADERI 2 1 Intelligent

More information

A Drives and Control Integrated Time-Domain Dynamic Analysis and Modeling Approach Applied To Ultra-Precision Machine Tools

A Drives and Control Integrated Time-Domain Dynamic Analysis and Modeling Approach Applied To Ultra-Precision Machine Tools American Journal of Nanotechnology 2 (1): 94-99, 2011 ISSN 1949-0216 2011 Science Publications A Drives and Control Integrated Time-Domain Dynamic Analysis and Modeling Approach Applied To Ultra-Precision

More information

Real-time pedestrian detection with the videos of car camera

Real-time pedestrian detection with the videos of car camera Special Issue Article Real-time pedestrian detection with the videos of car camera Advances in Mechanical Engineering 2015, Vol. 7(12) 1 9 Ó The Author(s) 2015 DOI: 10.1177/1687814015622903 aime.sagepub.com

More information

A Test Sequence Generation Method Based on Dependencies and Slices Jin-peng MO *, Jun-yi LI and Jian-wen HUANG

A Test Sequence Generation Method Based on Dependencies and Slices Jin-peng MO *, Jun-yi LI and Jian-wen HUANG 2017 2nd International Conference on Advances in Management Engineering and Information Technology (AMEIT 2017) ISBN: 978-1-60595-457-8 A Test Sequence Generation Method Based on Dependencies and Slices

More information

Research on friction parameter identification under the influence of vibration and collision

Research on friction parameter identification under the influence of vibration and collision Research on friction parameter identification under the influence of vibration and collision Qiang Chen 1, Yingjun Wang 2, Ying Chen 3 1, 2 Department of Control and System Engineering, Nanjing University,

More information

A PSO-based Generic Classifier Design and Weka Implementation Study

A PSO-based Generic Classifier Design and Weka Implementation Study International Forum on Mechanical, Control and Automation (IFMCA 16) A PSO-based Generic Classifier Design and Weka Implementation Study Hui HU1, a Xiaodong MAO1, b Qin XI1, c 1 School of Economics and

More information

A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation

A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation , pp.162-167 http://dx.doi.org/10.14257/astl.2016.138.33 A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation Liqiang Hu, Chaofeng He Shijiazhuang Tiedao University,

More information

A New Virtual Vibration and Temperature Test and Analysis Instrument of Wheel-Set Based on LabVIEW2011

A New Virtual Vibration and Temperature Test and Analysis Instrument of Wheel-Set Based on LabVIEW2011 Research Journal of Applied Sciences, Engineering and Technology 5(19): 4695-4700, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: September 26, 2012 Accepted:

More information

A hierarchical network model for network topology design using genetic algorithm

A hierarchical network model for network topology design using genetic algorithm A hierarchical network model for network topology design using genetic algorithm Chunlin Wang 1, Ning Huang 1,a, Shuo Zhang 2, Yue Zhang 1 and Weiqiang Wu 1 1 School of Reliability and Systems Engineering,

More information

Research Article A Two-Level Cache for Distributed Information Retrieval in Search Engines

Research Article A Two-Level Cache for Distributed Information Retrieval in Search Engines The Scientific World Journal Volume 2013, Article ID 596724, 6 pages http://dx.doi.org/10.1155/2013/596724 Research Article A Two-Level Cache for Distributed Information Retrieval in Search Engines Weizhe

More information

Introduction. Field of studies

Introduction. Field of studies 727. Utilization of advanced self-diagnostic functions implemented in frequency inverters for the purpose of the computer-aided identification of operating conditions Jerzy Świder, Mariusz Hetmańczyk,

More information

The Acceleration/Deceleration Control Algorithm Based on Trapezoid-Curve Jerk in CNC Machining

The Acceleration/Deceleration Control Algorithm Based on Trapezoid-Curve Jerk in CNC Machining Research Journal of Applied Sciences, Engineering and Technology 5(5): 69-645, 0 ISSN: 040-7459; e-issn: 040-7467 Maxwell Scientific Organization, 0 Submitted: July 7, 0 Accepted: August 7, 0 Published:

More information

Automatic Machinery Fault Detection and Diagnosis Using Fuzzy Logic

Automatic Machinery Fault Detection and Diagnosis Using Fuzzy Logic Automatic Machinery Fault Detection and Diagnosis Using Fuzzy Logic Chris K. Mechefske Department of Mechanical and Materials Engineering The University of Western Ontario London, Ontario, Canada N6A5B9

More information

An Adaptive Threshold LBP Algorithm for Face Recognition

An Adaptive Threshold LBP Algorithm for Face Recognition An Adaptive Threshold LBP Algorithm for Face Recognition Xiaoping Jiang 1, Chuyu Guo 1,*, Hua Zhang 1, and Chenghua Li 1 1 College of Electronics and Information Engineering, Hubei Key Laboratory of Intelligent

More information

Pedestrian Detection with Improved LBP and Hog Algorithm

Pedestrian Detection with Improved LBP and Hog Algorithm Open Access Library Journal 2018, Volume 5, e4573 ISSN Online: 2333-9721 ISSN Print: 2333-9705 Pedestrian Detection with Improved LBP and Hog Algorithm Wei Zhou, Suyun Luo Automotive Engineering College,

More information

DynamicStructuralAnalysisofGreatFiveAxisTurningMillingComplexCNCMachine

DynamicStructuralAnalysisofGreatFiveAxisTurningMillingComplexCNCMachine Global Journal of Researches in Engineering: Mechanical and Mechanics Engineering Volume 17 Issue 2 Version 1.0 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

An Abnormal Data Detection Method Based on the Temporal-spatial Correlation in Wireless Sensor Networks

An Abnormal Data Detection Method Based on the Temporal-spatial Correlation in Wireless Sensor Networks An Based on the Temporal-spatial Correlation in Wireless Sensor Networks 1 Department of Computer Science & Technology, Harbin Institute of Technology at Weihai,Weihai, 264209, China E-mail: Liuyang322@hit.edu.cn

More information

Study on the Balloon Ring Follow-up Device Control System of Spinning Machine

Study on the Balloon Ring Follow-up Device Control System of Spinning Machine Study on the Balloon Ring Follow-up Device Control System of Spinning Machine Jin Wang & Chongqi Ma Tianjin Polytechnic University Tianjin 300160, China E-mail: tjmcq@tjpu.edu.cn Abstract To enhance the

More information

The Acceleration/Deceleration Control Algorithm Based on Trapezoid-Curve Jerk in CNC Machining

The Acceleration/Deceleration Control Algorithm Based on Trapezoid-Curve Jerk in CNC Machining Research Journal of Applied Sciences, Engineering and Technology 5(): 54-548, 0 ISSN: 040-7459; e-issn: 040-7467 Maxwell Scientific Organization, 0 Submitted: July 7, 0 Accepted: September 7, 0 Published:

More information

Shared-network scheme of SMV and GOOSE in smart substation

Shared-network scheme of SMV and GOOSE in smart substation J. Mod. Power Syst. Clean Energy (2014) 2(4):438 443 DOI 10.1007/s40565-014-0073-z Shared-network scheme of and in smart substation Wenlong WANG, Minghui LIU (&), Xicai ZHAO, Gui YANG Abstract The network

More information

Learning based face hallucination techniques: A survey

Learning based face hallucination techniques: A survey Vol. 3 (2014-15) pp. 37-45. : A survey Premitha Premnath K Department of Computer Science & Engineering Vidya Academy of Science & Technology Thrissur - 680501, Kerala, India (email: premithakpnath@gmail.com)

More information

Research Article Quadratic Error Metric Mesh Simplification Algorithm Based on Discrete Curvature

Research Article Quadratic Error Metric Mesh Simplification Algorithm Based on Discrete Curvature Mathematical Problems in Engineering Volume 2015, Article ID 428917, 7 pages http://dx.doi.org/10.1155/2015/428917 Research Article Quadratic Error Metric Mesh Simplification Algorithm Based on Discrete

More information

SUMMARY INTRODUCTION METHOD. Review of VMD theory

SUMMARY INTRODUCTION METHOD. Review of VMD theory Bin Lyu*, The University of Olahoma; Fangyu Li, The University of Georgia; Jie Qi, Tao Zhao, and Kurt J. Marfurt, The University of Olahoma SUMMARY The coherence attribute is a powerful tool to delineate

More information

Leaf Image Recognition Based on Wavelet and Fractal Dimension

Leaf Image Recognition Based on Wavelet and Fractal Dimension Journal of Computational Information Systems 11: 1 (2015) 141 148 Available at http://www.jofcis.com Leaf Image Recognition Based on Wavelet and Fractal Dimension Haiyan ZHANG, Xingke TAO School of Information,

More information

Computers and Mathematics with Applications

Computers and Mathematics with Applications Computers and Mathematics with Applications 57 (2009) 1908 1914 Contents lists available at ScienceDirect Computers and Mathematics with Applications journal homepage: www.elsevier.com/locate/camwa A novel

More information

A Novel Image Classification Model Based on Contourlet Transform and Dynamic Fuzzy Graph Cuts

A Novel Image Classification Model Based on Contourlet Transform and Dynamic Fuzzy Graph Cuts Appl. Math. Inf. Sci. 6 No. 1S pp. 93S-97S (2012) Applied Mathematics & Information Sciences An International Journal @ 2012 NSP Natural Sciences Publishing Cor. A Novel Image Classification Model Based

More information

Empirical Mode Decomposition Based Denoising by Customized Thresholding

Empirical Mode Decomposition Based Denoising by Customized Thresholding Vol:11, No:5, 17 Empirical Mode Decomposition Based Denoising by Customized Thresholding Wahiba Mohguen, Raïs El hadi Bekka International Science Index, Electronics and Communication Engineering Vol:11,

More information

Vibration analysis of machine tool spindle units

Vibration analysis of machine tool spindle units Vibration analysis of machine tool spindle units Ali Rastegari 1 Abstract Machine tools cannot produce accurate parts if performance degradation due to wear in their subsystems (e.g., spindle units) is

More information

Research on Intrusion Detection Algorithm Based on Multi-Class SVM in Wireless Sensor Networks

Research on Intrusion Detection Algorithm Based on Multi-Class SVM in Wireless Sensor Networks Communications and Network, 2013, 5, 524-528 http://dx.doi.org/10.4236/cn.2013.53b2096 Published Online September 2013 (http://www.scirp.org/journal/cn) Research on Intrusion Detection Algorithm Based

More information

Clustering Analysis based on Data Mining Applications Xuedong Fan

Clustering Analysis based on Data Mining Applications Xuedong Fan Applied Mechanics and Materials Online: 203-02-3 ISSN: 662-7482, Vols. 303-306, pp 026-029 doi:0.4028/www.scientific.net/amm.303-306.026 203 Trans Tech Publications, Switzerland Clustering Analysis based

More information

AN IMPROVED K-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION

AN IMPROVED K-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION AN IMPROVED K-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION WILLIAM ROBSON SCHWARTZ University of Maryland, Department of Computer Science College Park, MD, USA, 20742-327, schwartz@cs.umd.edu RICARDO

More information

Cement Rotary Kiln Fault Diagnosis Method Based on Case-Based Reasoning Shihui LIU 1,a,Qingjin MENG 2,b

Cement Rotary Kiln Fault Diagnosis Method Based on Case-Based Reasoning Shihui LIU 1,a,Qingjin MENG 2,b 4th International Conference on Computer, Mechatronics, Control and Electronic Engineering (ICCMCEE 05 Cement Rotary Kiln Fault Diagnosis Method Based on Case-Based Reasoning Shihui LIU,a,Qingjin MENG,b

More information

Automated Crystal Structure Identification from X-ray Diffraction Patterns

Automated Crystal Structure Identification from X-ray Diffraction Patterns Automated Crystal Structure Identification from X-ray Diffraction Patterns Rohit Prasanna (rohitpr) and Luca Bertoluzzi (bertoluz) CS229: Final Report 1 Introduction X-ray diffraction is a commonly used

More information

Test Analysis of Serial Communication Extension in Mobile Nodes of Participatory Sensing System Xinqiang Tang 1, Huichun Peng 2

Test Analysis of Serial Communication Extension in Mobile Nodes of Participatory Sensing System Xinqiang Tang 1, Huichun Peng 2 International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 2015) Test Analysis of Serial Communication Extension in Mobile Nodes of Participatory Sensing System Xinqiang

More information

International Journal of Advance Engineering and Research Development. Flow Control Loop Analysis for System Modeling & Identification

International Journal of Advance Engineering and Research Development. Flow Control Loop Analysis for System Modeling & Identification Scientific Journal of Impact Factor(SJIF): 3.134 e-issn(o): 2348-4470 p-issn(p): 2348-6406 International Journal of Advance Engineering and Research Development Volume 2,Issue 5, May -2015 Flow Control

More information

An Improved DCT Based Color Image Watermarking Scheme Xiangguang Xiong1, a

An Improved DCT Based Color Image Watermarking Scheme Xiangguang Xiong1, a International Symposium on Mechanical Engineering and Material Science (ISMEMS 2016) An Improved DCT Based Color Image Watermarking Scheme Xiangguang Xiong1, a 1 School of Big Data and Computer Science,

More information

Image and Video Quality Assessment Using Neural Network and SVM

Image and Video Quality Assessment Using Neural Network and SVM TSINGHUA SCIENCE AND TECHNOLOGY ISSN 1007-0214 18/19 pp112-116 Volume 13, Number 1, February 2008 Image and Video Quality Assessment Using Neural Network and SVM DING Wenrui (), TONG Yubing (), ZHANG Qishan

More information

Research on Applications of Data Mining in Electronic Commerce. Xiuping YANG 1, a

Research on Applications of Data Mining in Electronic Commerce. Xiuping YANG 1, a International Conference on Education Technology, Management and Humanities Science (ETMHS 2015) Research on Applications of Data Mining in Electronic Commerce Xiuping YANG 1, a 1 Computer Science Department,

More information

Genetic Algorithm Based Discriminant Feature Selection for Improved Fault Diagnosis of Induction Motor

Genetic Algorithm Based Discriminant Feature Selection for Improved Fault Diagnosis of Induction Motor Int'l Conf. Artificial Intelligence ICAI'7 2 Genetic Algorithm Based Discriminant Feature Selection for Improved Fault Diagnosis of Induction Motor Young-Hun Kim, M M Manjurul Islam, Rashedul Islam 2,

More information

The design and implementation of TPC encoder and decoder

The design and implementation of TPC encoder and decoder Journal of Physics: Conference Series PAPER OPEN ACCESS The design and implementation of TPC encoder and decoder To cite this article: L J Xiang et al 016 J. Phys.: Conf. Ser. 679 0103 Related content

More information

International Journal of Advance Research in Engineering, Science & Technology

International Journal of Advance Research in Engineering, Science & Technology Impact Factor (SJIF): 4.542 International Journal of Advance Research in Engineering, Science & Technology e-issn: 2393-9877, p-issn: 2394-2444 Volume 4, Issue5,May-2017 Software Fault Detection using

More information