ARTIFICIAL NEURAL NETWORK BASED CLASSIFICATION FOR MONOBLOCK CENTRIFUGAL PUMP USING WAVELET ANALYSIS

Size: px
Start display at page:

Download "ARTIFICIAL NEURAL NETWORK BASED CLASSIFICATION FOR MONOBLOCK CENTRIFUGAL PUMP USING WAVELET ANALYSIS"

Transcription

1 International Journal of Mechanical Engineering and Technology (IJMET), ISSN (Print) ISSN (Online) Volume 1 Number 1, July - Aug (2010), pp IAEME, IJMET I A E M E ARTIFICIAL NEURAL NETWORK BASED CLASSIFICATION FOR MONOBLOCK CENTRIFUGAL ABSTRACT PUMP USING WAVELET ANALYSIS V. Muralidharan Department of Mechatronics Engineering School of Mechanical Engineering Tamil Nadu, SRM University v_murali2@yahoo.co.in V. Sugumaran Department of Mechatronics Engineering School of Mechanical Engineering Tamil Nadu, SRM University P. Shanmugam Department of Mechatronics Engineering School of Mechanical Engineering Tamil Nadu, SRM University K. Sivanathan Department of Mechatronics Engineering School of Mechanical Engineering Tamil Nadu, SRM University Fault diagnosis of monoblock centrifugal pump as pattern recognition problem has three major steps. Feature extraction, Feature selection and classification. Numbers of advanced algorithms are being used for feature extraction and classification. However, all the features extracted from raw signal need not have useful information for the study. Presences of redundant features are also possible. There are many algorithms which can be used to filter such redundant features. In this paper, Discrete Wavelet Transform (DWT) is used for feature extraction and best features are selected using decision tree algorithm and classification is done using ANN and the results are presented. 28

2 Keywords: Monoblock centrifugal pump, ANN, Discrete Wavelet Transform (DWT), classification, feature extraction. 1. INTRODUCTION In a monoblock centrifugal pump, defective bearing, defect on the impeller and cavitations occurs which leads to a very serious problems. Cavitation can cause more undesirable effects, such as deterioration of the hydraulic performance (drop in head capacity and efficiency) [1]. Vibration signals are widely used in condition monitoring of centrifugal pumps [2]. Fault detection is achieved by comparing the signals of monoblock centrifugal pump running under normal and faulty conditions [4]. The faults considered in this study are bearing fault (BF), impeller fault (IF), bearing and impeller fault (BFIF) together and cavitation (CAV). By the application of Seismic or piezoelectric transducers, the vibration levels are measured for each condition. Data acquisition system is used to capture the vibration signals [3]-[5]. From the vibration signal relevant features can be extracted and classified using a classifier by various machine learning approaches. Czeslaw T. Kowalski, Teresa Orlowska-Kowalska discussed diagnosis problems of the induction motors in the case of rotor, stator and rolling bearing faults. Two kinds of neural networks (NN) were proposed for diagnostic purposes: multilayer Perceptron networks and self organizing Kohonen networks. Neural networks were trained and tested using measurement data of stator current and mechanical vibration spectra [6]. Renpu Li presented a hybrid system to extract efficiently classification rules from decision table. Rough sets were used to extract the association rules and classification was performed using neural networks [7]. Sri Kolla presented an ANN based technique to identify faults in a three-phase induction motor. The main types of faults considered are overload, single phasing, unbalanced supply voltage, locked rotor, ground fault, over voltage and under-voltage. A feed forward layered neural network structure was used. The network was trained using the back propagation algorithm. The trained network was tested with simulated fault current and voltage data [8]. 29

3 2. EXPERIMENTAL STUDIES The main idea of the study is to find whether the monoblock centrifugal pump is in good condition or in faulty condition by systematic procedure following certain steps. If the pump is found to be in faulty condition then the next step is to segregate the faults into bearing fault, impeller defect, bearing and impeller defect together and cavitation Construction The monoblock centrifugal pump for condition monitoring is taken for this study. The motor (2hp) is used to drive the pump. Piezoelectric type accelerometer is used to measure the vibration signals. The accelerometer is mounted on the pump inlet using adhesive and connected to the signal conditioning unit where the signal goes through the charge amplifier and an analog to digital converter (ADC) and the signal is stored in the memory. Then the signal is processed from the memory and it is used to extract different features Procedure The pump is allowed to rotate at a speed of 2880 rpm at normal working condition and the vibration signals are measured. The sampling frequency of 24 khz and sample length of 1024 were considered for all conditions of the pump. The sample length was chosen arbitrarily to an extent; however, the following points were considered. After calculating the wavelet transforms it would be more meaningful when the number of samples is more. On the other hand, as the number of samples increases, the computation time increases. To strike a balance, sample length of around 1,000 was chosen. The specification of the monoblock centrifugal pump is given as below. Table 1 Monoblock centrifugal pump specification In the present study the following faults were simulated. (i)cavitation (ii) Impeller fault (iii) Bearing fault (iv) Bearing and Impeller fault together. 30

4 The faults were introduced one at a time and the pump performance characteristic and vibration signals were taken. 3. FEATURE EXTRACTION Discrete Wavelet Transform (DWT) has been widely used and provides the physical characteristics of time-frequency domain data. DWT of different versions of different wavelet families have been considered. The following wavelet families and their sub families have been tried for the present study. Daubechies wavelet, Coiflet, biorthogonal wavelet, reversed bi- orthogonal wavelet, biorthogonal wavelet, symlets and meyer wavelet Feature definition Feature extraction constitutes computation of specific measures, which characterize the signal. The discrete wavelet transform (DWT) provides an effective method for generating features. The collection of all such features forms the feature vector. A feature vector is given by Eq. (1) A component in the feature vector is related to the individual resolutions by the following equation Eq. (2) Where, is the ith feature element in a DWT feature vector. ni is the number of samples in an w2i,j samples in an w2i,j individual sub-band, is the jth detail coefficient (high frequency component) of the ith sub-band. The wavelets considered for the present investigation are Haar (db1), Daubechies, Symlets, Coiflets, Biorthogonal, Reverse Biorthogonal and Meyer (dmey). 4. CLASSIFICATION Artificial Neural Networks (ANN) is modeled on biological neurons and nervous systems. They have the ability to learn, and has the processing elements known as 31

5 neurons which perform their operations in parallel. ANN s are characterized by their topology, weight vector and activation functions. They have three layers namely an input layer, which receives signals from the external world, a hidden layer, which does the processing of the signals and an output layer, which gives the result back to the external world. 4.1 Multi-Layer Perceptron (MLP) This is an important class of neural networks, namely the feed forward networks. Typically, the network consists of a set of input parameters that constitute the input layer. MLPs have been applied to solve some difficult and diverse problems by training them in a supervised manner with back-propagation algorithm. Each neuron in the hidden and output layer consists of an activation function, which is generally a non-linear function. The weights of the network to be trained are initialized to small random values. The weights are updated through an iterative learning process known as Error Back Propagation (BP) algorithm. Error Back Propagation process consists of two passes through the different layers of the network; a forward pass in which input patterns are presented to the input layer of the network and its effect propagates through the network layer by layer[6]-[8]. Finally, a set of outputs is produced as the actual response of the network. During the forward pass the synaptic weights if the networks are all fixed. The error value is then calculated, which is the mean square error (MSE) given by Eq. (3) Where, Where, m is the number of neurons in the output layer, is the kth component of the desired or target output vector and is the kth component of the output vector. The training process is carried out until the total error reaches an acceptable level 32

6 (threshold). If Etot < Emin the training process is stopped and the final weights are stored, which is used in the testing phase for determining the performance of the developed network. 5. RESULTS AND DISCUSSION As mentioned in section 3, all the wavelets and their sub families were taken for extracting the features from the raw signal. Thereafter, classification was performed using ANN. It was found that out of all wavelets rbio1.5 was giving comparitvely good results (100%) and hence it was considered as the best feature for the given conditions of the problem. Keeping number of neurons in hidden layer constant, the behaviour of the Root Mean Square (RMS) error and number of epcochs were calculated. By choosing best values of number of neurons in hidden layer, RMS error and number of epochs were calculated for constant learning rate and momentum. Finally, considering all the trials the best values of RMS error and corresponding epochs were found. The characteristics of different parameters were studied and plotted. a. No. of neurons in hidden layer Vs RMS error 33

7 b. No. of neurons in hidden layer Vs No. of epochs c. Momentum Vs RMS error 34

8 d. Learning rate Vs RMS error e. Learning rate Vs No. of Epochs 35

9 f. Momentum Vs No. of epochs Figure 1 Characteristics of different parameter for the developed network 5.1 ANN architecture Network type The neural network model definitions and model architecture is as follows: Transfer function No. of nodes in input layer : 3 No. of hidden layers : 1 No. of neurons in hidden layer: 5 No. of neurons in Output layer: 1 Training rule Training tolerance : 0.1 Learning rule Momentum learning step size : 0.1 Momentum learning rate : 0.9 No. of epochs : 1746 : Feed Forward Back Propagation : Sigmoid transfer function in hidden and output layer : Back propagation RMS Error : Training termination : Momentum learning method : Minimum mean square error 36

10 6. CONCLUSION From the above results and discussion, one can confidently say that feature extraction using wavelets (DWT) as well as ANN algorithm for classification were found to be good candidates for practical applications of fault diagnosis of monoblock centrifugal pump. 7. ACKNOWLEDGEMENT The authors express their sincere gratitude to Dr. K. P. Soman, Dr. K.I. Ramachandran and Mr. N. R. Sakthi vel Amrita School of Engineering, Coimbatore, India for giving us an insight into wavelets and data mining techniques. 8. REFERENCES [1] L. Alfayez, D.Mba, G.Dyson (2005), The application of acoustic emission for detecting incipient cavitation and the best efficiency point of a 60 kw mono block centrifugal pump, NDT&E International, 38, [2]Jonathan P. Peck, John Burrows (1994), On-line condition monitoring of rotating equipment using neural networks, ISA Transactions, 33, [3] Czesław cempel (1988), Vibroacoustical diagnostics of machinery - An outline, Mechanical systems and Signal Processing,2, [4] H.Q.Wang, P.Chen and Mie (2007), Fault diagnosis of centrifugal pump using symptom parameters in frequency domain, The CGIR Ejournal, 9, [5] Huaqing Wang and Peng chen (2007), Sequential condition diagnosis for centrifugal pump system using fuzzy neural network, Neural Information Processing-Letters and Reviews, 2, [6]Czeslaw T.Kowalski, Teresa Orlowska-Kowalska (2003), Neural networks application for induction motor faults diagnosis, Mathematics and Computers in Simulation, 63, [7] Renpu Li and Zheng-ou Wang (2004), Mining classification rules using rough sets and neural networks, European Journal of Operational Research, 157, [8]Sri Kolla and Logan Varatharasa (2000), Identifying three-phase induction motor faults using artificial neural networks, ISA Transactions,39,

LabVIEW Based Condition Monitoring Of Induction Motor

LabVIEW Based Condition Monitoring Of Induction Motor RESEARCH ARTICLE OPEN ACCESS LabVIEW Based Condition Monitoring Of Induction Motor 1PG student Rushikesh V. Deshmukh Prof. 2Asst. professor Anjali U. Jawadekar Department of Electrical Engineering SSGMCE,

More information

897. Artificial neural network based classification of faults in centrifugal water pump

897. Artificial neural network based classification of faults in centrifugal water pump 897. Artificial neural network based classification of faults in centrifugal water pump Saeid Farokhzad 1, Hojjat Ahmadi, Ali Jaefari 3, Mohammad Reza Asadi Asad Abad 4, Mohammad Ranjbar Kohan 5 1,, 3

More information

A DWT Approach for Detection and Classification of Transmission Line Faults

A DWT Approach for Detection and Classification of Transmission Line Faults IJIRST International Journal for Innovative Research in Science & Technology Volume 3 Issue 02 July 2016 ISSN (online): 2349-6010 A DWT Approach for Detection and Classification of Transmission Line Faults

More information

Automatic Fault Classification of Rolling Element Bearing using Wavelet Packet Decomposition and Artificial Neural Network

Automatic Fault Classification of Rolling Element Bearing using Wavelet Packet Decomposition and Artificial Neural Network Automatic Fault Classification of Rolling Element Bearing using Wavelet Packet Decomposition and Artificial Neural Network Manish Yadav *1, Sulochana Wadhwani *2 1, 2* Department of Electrical Engineering,

More information

DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS

DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS K. Vinoth Kumar 1, S. Suresh Kumar 2, A. Immanuel Selvakumar 1 and Vicky Jose 1 1 Department of EEE, School of Electrical

More information

ANN BASED FAULT DIAGNOSIS OF ROLLING ELEMENT BEARING USING TIME-FREQUENCY DOMAIN FEATURE

ANN BASED FAULT DIAGNOSIS OF ROLLING ELEMENT BEARING USING TIME-FREQUENCY DOMAIN FEATURE ANN BASED FAULT DIAGNOSIS OF ROLLING ELEMENT BEARING USING TIME-FREQUENCY DOMAIN FEATURE D.H. PANDYA, S.H. UPADHYAY, S.P. HARSHA Mechanical & Industrial Engineering Department Indian Institute of Technology,

More information

FACE RECOGNITION USING NEURAL NETWORKS

FACE RECOGNITION USING NEURAL NETWORKS Int. J. Elec&Electr.Eng&Telecoms. 2014 Vinoda Yaragatti and Bhaskar B, 2014 Research Paper ISSN 2319 2518 www.ijeetc.com Vol. 3, No. 3, July 2014 2014 IJEETC. All Rights Reserved FACE RECOGNITION USING

More information

1190. Intelligent fault classification of rolling bearings using neural network and discrete wavelet transform

1190. Intelligent fault classification of rolling bearings using neural network and discrete wavelet transform 1190. Intelligent fault classification of rolling bearings using neural network and discrete wavelet transform Mehrdad Nouri Khajavi 1, Majid Norouzi Keshtan 2 1 Department of Mechanical Engineering, Shahid

More information

A Novel Fault Diagnosis Method for Rolling Element Bearings Using Kernel Independent Component Analysis and Genetic Algorithm Optimized RBF Network

A Novel Fault Diagnosis Method for Rolling Element Bearings Using Kernel Independent Component Analysis and Genetic Algorithm Optimized RBF Network Research Journal of Applied Sciences, Engineering and Technology 6(5): 895-899, 213 ISSN: 24-7459; e-issn: 24-7467 Maxwell Scientific Organization, 213 Submitted: October 3, 212 Accepted: December 15,

More information

MINE 432 Industrial Automation and Robotics

MINE 432 Industrial Automation and Robotics MINE 432 Industrial Automation and Robotics Part 3, Lecture 5 Overview of Artificial Neural Networks A. Farzanegan (Visiting Associate Professor) Fall 2014 Norman B. Keevil Institute of Mining Engineering

More information

Characterization of Voltage Dips due to Faults and Induction Motor Starting

Characterization of Voltage Dips due to Faults and Induction Motor Starting Characterization of Voltage Dips due to Faults and Induction Motor Starting Miss. Priyanka N.Kohad 1, Mr..S.B.Shrote 2 Department of Electrical Engineering & E &TC Pune, Maharashtra India Abstract: This

More information

Bearing Fault Diagnosis based on Neural Network Classification and Wavelet Transform

Bearing Fault Diagnosis based on Neural Network Classification and Wavelet Transform Proceedings of the 6th WSEAS International Conference on Wavelet Analysis & Multirate Systems, Bucharest, Romania, October 16-18, 2006 22 Bearing Fault Diagnosis based on Neural Network Classification

More information

Vibration and Current Monitoring for Fault s Diagnosis of Induction Motors

Vibration and Current Monitoring for Fault s Diagnosis of Induction Motors Vibration and Current Monitoring for Fault s Diagnosis of Induction Motors Mariana IORGULESCU, Robert BELOIU University of Pitesti, Electrical Engineering Departament, Pitesti, ROMANIA iorgulescumariana@mail.com

More information

Classification of Misalignment and Unbalance Faults Based on Vibration analysis and KNN Classifier

Classification of Misalignment and Unbalance Faults Based on Vibration analysis and KNN Classifier Classification of Misalignment and Unbalance Faults Based on Vibration analysis and KNN Classifier Ashkan Nejadpak, Student Member, IEEE, Cai Xia Yang*, Member, IEEE Mechanical Engineering Department,

More information

Decriminition between Magnetising Inrush from Interturn Fault Current in Transformer: Hilbert Transform Approach

Decriminition between Magnetising Inrush from Interturn Fault Current in Transformer: Hilbert Transform Approach SSRG International Journal of Electrical and Electronics Engineering (SSRG-IJEEE) volume 1 Issue 10 Dec 014 Decriminition between Magnetising Inrush from Interturn Fault Current in Transformer: Hilbert

More information

Characterization of Voltage Sag due to Faults and Induction Motor Starting

Characterization of Voltage Sag due to Faults and Induction Motor Starting Characterization of Voltage Sag due to Faults and Induction Motor Starting Dépt. of Electrical Engineering, SSGMCE, Shegaon, India, Dépt. of Electronics & Telecommunication Engineering, SITS, Pune, India

More information

Fault Diagnosis of Rolling Bearing Based on Feature Extraction and Neural Network Algorithm

Fault Diagnosis of Rolling Bearing Based on Feature Extraction and Neural Network Algorithm Fault Diagnosis of Rolling Bearing Based on Feature Extraction and Neural Network Algorithm MUHAMMET UNAL a, MUSTAFA DEMETGUL b, MUSTAFA ONAT c, HALUK KUCUK b a) Department of Computer and Control Education,

More information

Application of Artificial Neural Networks for Identification of Unbalance and Looseness in Rotor Bearing Systems

Application of Artificial Neural Networks for Identification of Unbalance and Looseness in Rotor Bearing Systems International Journal of Applied Science and Engineering 213. 11, 1: 69-84 Application of Artificial Neural Networks for Identification of Unbalance and Looseness in Rotor Bearing Systems M. Chandra Sekhar

More information

Current based Normalized Triple Covariance as a bearings diagnostic feature in induction motor

Current based Normalized Triple Covariance as a bearings diagnostic feature in induction motor 19 th World Conference on Non-Destructive Testing 2016 Current based Normalized Triple Covariance as a bearings diagnostic feature in induction motor Leon SWEDROWSKI 1, Tomasz CISZEWSKI 1, Len GELMAN 2

More information

Artificial Neural Networks. Artificial Intelligence Santa Clara, 2016

Artificial Neural Networks. Artificial Intelligence Santa Clara, 2016 Artificial Neural Networks Artificial Intelligence Santa Clara, 2016 Simulate the functioning of the brain Can simulate actual neurons: Computational neuroscience Can introduce simplified neurons: Neural

More information

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 95 CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 6.1 INTRODUCTION An artificial neural network (ANN) is an information processing model that is inspired by biological nervous systems

More information

Detection and classification of faults on 220 KV transmission line using wavelet transform and neural network

Detection and classification of faults on 220 KV transmission line using wavelet transform and neural network International Journal of Smart Grid and Clean Energy Detection and classification of faults on 220 KV transmission line using wavelet transform and neural network R P Hasabe *, A P Vaidya Electrical Engineering

More information

Rotor Unbalance Detection in Electrical Induction Motors Using Orbital Analysis

Rotor Unbalance Detection in Electrical Induction Motors Using Orbital Analysis Rotor Unbalance Detection in Electrical Induction Motors Using Orbital Analysis José Juan Carbajal-Hernández *, Luis P. Sánchez-Fernández, Sergio Suárez-Guerra, and Ignacio Hernández-Bautista Center of

More information

Gearbox Fault Diagnosis using Independent Angular Re-Sampling Technique, Wavelet Packet Decomposition and ANN

Gearbox Fault Diagnosis using Independent Angular Re-Sampling Technique, Wavelet Packet Decomposition and ANN International Journal of Research and Scientific Innovation (IJRSI) Volume IV, Issue IV, April 217 ISSN 2321 27 Gearbox Fault Diagnosis using Independent Angular Re-Sampling Technique, Wavelet Packet Decomposition

More information

Fault Detection in Double Circuit Transmission Lines Using ANN

Fault Detection in Double Circuit Transmission Lines Using ANN International Journal of Research in Advent Technology, Vol.3, No.8, August 25 E-ISSN: 232-9637 Fault Detection in Double Circuit Transmission Lines Using ANN Chhavi Gupta, Chetan Bhardwaj 2 U.T.U Dehradun,

More information

JJMIE Jordan Journal of Mechanical and Industrial Engineering

JJMIE Jordan Journal of Mechanical and Industrial Engineering JJMIE Jordan Journal of Mechanical and Industrial Engineering Volume 9 Number 2, April.205 ISSN 995-6665 Pages 3-20 Estimation of Defect Severity in Rolling Element Bearings using Vibration Signals with

More information

A train bearing fault detection and diagnosis using acoustic emission

A train bearing fault detection and diagnosis using acoustic emission Engineering Solid Mechanics 4 (2016) 63-68 Contents lists available at GrowingScience Engineering Solid Mechanics homepage: www.growingscience.com/esm A train bearing fault detection and diagnosis using

More information

PERFORMANCE PARAMETERS CONTROL OF WOUND ROTOR INDUCTION MOTOR USING ANN CONTROLLER

PERFORMANCE PARAMETERS CONTROL OF WOUND ROTOR INDUCTION MOTOR USING ANN CONTROLLER PERFORMANCE PARAMETERS CONTROL OF WOUND ROTOR INDUCTION MOTOR USING ANN CONTROLLER 1 A.MOHAMED IBRAHIM, 2 M.PREMKUMAR, 3 T.R.SUMITHIRA, 4 D.SATHISHKUMAR 1,2,4 Assistant professor in Department of Electrical

More information

CHAPTER 4 EXPERIMENTAL STUDIES 4.1 INTRODUCTION

CHAPTER 4 EXPERIMENTAL STUDIES 4.1 INTRODUCTION CHAPTER 4 EXPERIMENTAL STUDIES 4.1 INTRODUCTION The experimental set up and procedures are described in the following subsections. Two sets of experiments were done. The first study involves determination

More information

NEURAL NETWORK BASED MAXIMUM POWER POINT TRACKING

NEURAL NETWORK BASED MAXIMUM POWER POINT TRACKING NEURAL NETWORK BASED MAXIMUM POWER POINT TRACKING 3.1 Introduction This chapter introduces concept of neural networks, it also deals with a novel approach to track the maximum power continuously from PV

More information

Application of Multi Layer Perceptron (MLP) for Shower Size Prediction

Application of Multi Layer Perceptron (MLP) for Shower Size Prediction Chapter 3 Application of Multi Layer Perceptron (MLP) for Shower Size Prediction 3.1 Basic considerations of the ANN Artificial Neural Network (ANN)s are non- parametric prediction tools that can be used

More information

Bearing Fault Diagnosis in Mechanical Gearbox, Based on Time and Frequency - Domain Parameters with MLP-ARD

Bearing Fault Diagnosis in Mechanical Gearbox, Based on Time and Frequency - Domain Parameters with MLP-ARD Tarım Makinaları Bilimi Dergisi (Journal of Agricultural Machinery Science) 2014, 10 (2), 101-106 Bearing Fault Diagnosis in Mechanical Gearbox, Based on Time and Frequency - Domain Parameters with MLP-ARD

More information

Current Harmonic Estimation in Power Transmission Lines Using Multi-layer Perceptron Learning Strategies

Current Harmonic Estimation in Power Transmission Lines Using Multi-layer Perceptron Learning Strategies Journal of Electrical Engineering 5 (27) 29-23 doi:.7265/2328-2223/27.5. D DAVID PUBLISHING Current Harmonic Estimation in Power Transmission Lines Using Multi-layer Patrice Wira and Thien Minh Nguyen

More information

SHAFT MISALIGNMENT PREDICTION ON BASIS OF DISCRETE WAVELET TRANSFORM

SHAFT MISALIGNMENT PREDICTION ON BASIS OF DISCRETE WAVELET TRANSFORM International Journal of Mechanical Engineering and Technology (IJMET) Volume 9, Issue 7, July 2018, pp. 336 344, Article ID: IJMET_09_07_038 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=9&itype=7

More information

VIBRATIONAL MEASUREMENT ANALYSIS OF FAULT LATENT ON A GEAR TOOTH

VIBRATIONAL MEASUREMENT ANALYSIS OF FAULT LATENT ON A GEAR TOOTH VIBRATIONAL MEASUREMENT ANALYSIS OF FAULT LATENT ON A GEAR TOOTH J.Sharmila Devi 1, Assistant Professor, Dr.P.Balasubramanian 2, Professor 1 Department of Instrumentation and Control Engineering, 2 Department

More information

Wavelet Transform for Bearing Faults Diagnosis

Wavelet Transform for Bearing Faults Diagnosis Wavelet Transform for Bearing Faults Diagnosis H. Bendjama and S. Bouhouche Welding and NDT research centre (CSC) Cheraga, Algeria hocine_bendjama@yahoo.fr A.k. Moussaoui Laboratory of electrical engineering

More information

IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL

IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL * A. K. Sharma, ** R. A. Gupta, and *** Laxmi Srivastava * Department of Electrical Engineering,

More information

AN ANN BASED FAULT DETECTION ON ALTERNATOR

AN ANN BASED FAULT DETECTION ON ALTERNATOR AN ANN BASED FAULT DETECTION ON ALTERNATOR Suraj J. Dhon 1, Sarang V. Bhonde 2 1 (Electrical engineering, Amravati University, India) 2 (Electrical engineering, Amravati University, India) ABSTRACT: Synchronous

More information

NEURAL NETWORK ARCHITECTURE DESIGN FOR FEATURE EXTRACTION OF ECG BY WAVELET

NEURAL NETWORK ARCHITECTURE DESIGN FOR FEATURE EXTRACTION OF ECG BY WAVELET NEURAL NETWORK ARCHITECTURE DESIGN FOR FEATURE EXTRACTION OF ECG BY WAVELET Priyanka Agrawal student, electrical, mits, rgpv, gwalior, mp 4745, india Dr. A. K. Wadhwani professor, electrical,mits, rgpv

More information

A Deep Learning-based Approach for Fault Diagnosis of Roller Element Bearings

A Deep Learning-based Approach for Fault Diagnosis of Roller Element Bearings A Deep Learning-based Approach for Fault Diagnosis of Roller Element Bearings Mohammakazem Sadoughi 1, Austin Downey 2, Garrett Bunge 3, Aditya Ranawat 4, Chao Hu 5, and Simon Laflamme 6 1,2,3,4,5 Department

More information

GEARBOX FAULT DETECTION BY MOTOR CURRENT SIGNATURE ANALYSIS. A. R. Mohanty

GEARBOX FAULT DETECTION BY MOTOR CURRENT SIGNATURE ANALYSIS. A. R. Mohanty ICSV14 Cairns Australia 9-12 July, 2007 GEARBOX FAULT DETECTION BY MOTOR CURRENT SIGNATURE ANALYSIS A. R. Mohanty Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Kharagpur,

More information

Acoustic Emission Source Location Based on Signal Features. Blahacek, M., Chlada, M. and Prevorovsky, Z.

Acoustic Emission Source Location Based on Signal Features. Blahacek, M., Chlada, M. and Prevorovsky, Z. Advanced Materials Research Vols. 13-14 (6) pp 77-82 online at http://www.scientific.net (6) Trans Tech Publications, Switzerland Online available since 6/Feb/15 Acoustic Emission Source Location Based

More information

Fault detection of a spur gear using vibration signal with multivariable statistical parameters

Fault detection of a spur gear using vibration signal with multivariable statistical parameters Songklanakarin J. Sci. Technol. 36 (5), 563-568, Sep. - Oct. 204 http://www.sjst.psu.ac.th Original Article Fault detection of a spur gear using vibration signal with multivariable statistical parameters

More information

Wavelet analysis to detect fault in Clutch release bearing

Wavelet analysis to detect fault in Clutch release bearing Wavelet analysis to detect fault in Clutch release bearing Gaurav Joshi 1, Akhilesh Lodwal 2 1 ME Scholar, Institute of Engineering & Technology, DAVV, Indore, M. P., India 2 Assistant Professor, Dept.

More information

DIAGNOSIS OF ROLLING ELEMENT BEARING FAULT IN BEARING-GEARBOX UNION SYSTEM USING WAVELET PACKET CORRELATION ANALYSIS

DIAGNOSIS OF ROLLING ELEMENT BEARING FAULT IN BEARING-GEARBOX UNION SYSTEM USING WAVELET PACKET CORRELATION ANALYSIS DIAGNOSIS OF ROLLING ELEMENT BEARING FAULT IN BEARING-GEARBOX UNION SYSTEM USING WAVELET PACKET CORRELATION ANALYSIS Jing Tian and Michael Pecht Prognostics and Health Management Group Center for Advanced

More information

Improvement of Classical Wavelet Network over ANN in Image Compression

Improvement of Classical Wavelet Network over ANN in Image Compression International Journal of Engineering and Technical Research (IJETR) ISSN: 2321-0869 (O) 2454-4698 (P), Volume-7, Issue-5, May 2017 Improvement of Classical Wavelet Network over ANN in Image Compression

More information

CONDITION MONITORING OF SQUIRREL CAGE INDUCTION MACHINE USING NEURO CONTROLLER

CONDITION MONITORING OF SQUIRREL CAGE INDUCTION MACHINE USING NEURO CONTROLLER CONDITION MONITORING OF SQUIRREL CAGE INDUCTION MACHINE USING NEURO CONTROLLER 1 M.Premkumar, 2 A.Mohamed Ibrahim, 3 Dr.T.R.Sumithira 1,2 Assistant professor in Department of Electrical & Electronics Engineering,

More information

Current-Based Diagnosis for Gear Tooth Breaks in Wind Turbine Gearboxes

Current-Based Diagnosis for Gear Tooth Breaks in Wind Turbine Gearboxes Current-Based Diagnosis for Gear Tooth Breaks in Wind Turbine Gearboxes Dingguo Lu Student Member, IEEE Department of Electrical Engineering University of Nebraska-Lincoln Lincoln, NE 68588-5 USA Stan86@huskers.unl.edu

More information

Fault detection in induction motors based on artificial intelligence

Fault detection in induction motors based on artificial intelligence Fault detection in induction motors based on artificial intelligence Vinicius A. D. Silva 1 and Robson Pederiva 2 1 Federal University of São João del Rei Pça Frei Orlando, 170 - Centro, 36307-352, São

More information

Fault Location Technique for UHV Lines Using Wavelet Transform

Fault Location Technique for UHV Lines Using Wavelet Transform International Journal of Electrical Engineering. ISSN 0974-2158 Volume 6, Number 1 (2013), pp. 77-88 International Research Publication House http://www.irphouse.com Fault Location Technique for UHV Lines

More information

A COMPARISON OF ARTIFICIAL NEURAL NETWORKS AND OTHER STATISTICAL METHODS FOR ROTATING MACHINE

A COMPARISON OF ARTIFICIAL NEURAL NETWORKS AND OTHER STATISTICAL METHODS FOR ROTATING MACHINE A COMPARISON OF ARTIFICIAL NEURAL NETWORKS AND OTHER STATISTICAL METHODS FOR ROTATING MACHINE CONDITION CLASSIFICATION A. C. McCormick and A. K. Nandi Abstract Statistical estimates of vibration signals

More information

Expert Systems with Applications

Expert Systems with Applications Expert Systems with Applications 38 (2011) 10205 10209 Contents lists available at ScienceDirect Expert Systems with Applications journal homepage: www.elsevier.com/locate/eswa Application and comparison

More information

Keywords: Power System Computer Aided Design, Discrete Wavelet Transform, Artificial Neural Network, Multi- Resolution Analysis.

Keywords: Power System Computer Aided Design, Discrete Wavelet Transform, Artificial Neural Network, Multi- Resolution Analysis. GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES IDENTIFICATION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES BY AN EFFECTIVE WAVELET BASED NEURAL CLASSIFIER Prof. A. P. Padol Department of Electrical

More information

DRILLING RATE OF PENETRATION PREDICTION USING ARTIFICIAL NEURAL NETWORK: A CASE STUDY OF ONE OF IRANIAN SOUTHERN OIL FIELDS

DRILLING RATE OF PENETRATION PREDICTION USING ARTIFICIAL NEURAL NETWORK: A CASE STUDY OF ONE OF IRANIAN SOUTHERN OIL FIELDS 21 UDC 622.244.6.05:681.3.06. DRILLING RATE OF PENETRATION PREDICTION USING ARTIFICIAL NEURAL NETWORK: A CASE STUDY OF ONE OF IRANIAN SOUTHERN OIL FIELDS Mehran Monazami MSc Student, Ahwaz Faculty of Petroleum,

More information

Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition

Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition Shigueo Nomura and José Ricardo Gonçalves Manzan Faculty of Electrical Engineering, Federal University of Uberlândia, Uberlândia, MG,

More information

Monitoring and Detecting Health of a Single Phase Induction Motor Using Data Acquisition Interface (DAI) module with Artificial Neural Network

Monitoring and Detecting Health of a Single Phase Induction Motor Using Data Acquisition Interface (DAI) module with Artificial Neural Network Monitoring and Detecting Health of a Single Phase Induction Motor Using Data Acquisition Interface (DAI) module with Artificial Neural Network AINUL ANAM SHAHJAMAL KHAN 1, ADITTYA RANJAN CHOWDHURY 2, MD.

More information

Accurate Hybrid Method for Rapid Fault Detection, Classification and Location in Transmission Lines using Wavelet Transform and ANNs

Accurate Hybrid Method for Rapid Fault Detection, Classification and Location in Transmission Lines using Wavelet Transform and ANNs From the SelectedWorks of Innovative Research Publications IRP India Summer May 1, 215 Accurate Hybrid Method for Rapid Fault Detection, Classification and Location in Transmission Lines using Wavelet

More information

APPLICATION OF NEURAL NETWORK TRAINED WITH META-HEURISTIC ALGORITHMS ON FAULT DIAGNOSIS OF MULTI-LEVEL INVERTER

APPLICATION OF NEURAL NETWORK TRAINED WITH META-HEURISTIC ALGORITHMS ON FAULT DIAGNOSIS OF MULTI-LEVEL INVERTER APPLICATION OF NEURAL NETWORK TRAINED WITH META-HEURISTIC ALGORITHMS ON FAULT DIAGNOSIS OF MULTI-LEVEL INVERTER 1 M.SIVAKUMAR, 2 R.M.S.PARVATHI 1 Research Scholar, Department of EEE, Anna University, Chennai,

More information

FAULT DIAGNOSIS AND PERFORMANCE ASSESSMENT FOR A ROTARY ACTUATOR BASED ON NEURAL NETWORK OBSERVER

FAULT DIAGNOSIS AND PERFORMANCE ASSESSMENT FOR A ROTARY ACTUATOR BASED ON NEURAL NETWORK OBSERVER 7 Journal of Marine Science and Technology, Vol., No., pp. 7-78 () DOI:.9/JMST-3 FAULT DIAGNOSIS AND PERFORMANCE ASSESSMENT FOR A ROTARY ACTUATOR BASED ON NEURAL NETWORK OBSERVER Jian Ma,, Xin Li,, Chen

More information

Fault Diagnosis on Bevel Gearbox with Neural Networks and Feature Extraction

Fault Diagnosis on Bevel Gearbox with Neural Networks and Feature Extraction http://dx.doi.org/0.5755/ j0.eee.2.5.3334 ELEKTRONIKA IR ELEKTROTECHNIKA, ISSN 392-25, VOL. 2, NO. 5, 205 Fault Diagnosis on Bevel Gearbox with Neural Networks and Feature Extraction Tayyab Waqar, Mustafa

More information

Centrifugal Pump Impeller Crack Detection Using Vibration Analysis

Centrifugal Pump Impeller Crack Detection Using Vibration Analysis Centrifugal Pump Impeller Crack Detection Using Vibration Analysis Waleed Abdulkarem, Rajakannu Amuthakkannan, and Khalid F. Al-Raheem Abstract The detection of the centrifugal pump impeller blades cracks

More information

FAULT DETECTION AND DIAGNOSIS OF HIGH SPEED SWITCHING DEVICES IN POWER INVERTER

FAULT DETECTION AND DIAGNOSIS OF HIGH SPEED SWITCHING DEVICES IN POWER INVERTER FAULT DETECTION AND DIAGNOSIS OF HIGH SPEED SWITCHING DEVICES IN POWER INVERTER R. B. Dhumale 1, S. D. Lokhande 2, N. D. Thombare 3, M. P. Ghatule 4 1 Department of Electronics and Telecommunication Engineering,

More information

Diagnostics of Bearing Defects Using Vibration Signal

Diagnostics of Bearing Defects Using Vibration Signal Diagnostics of Bearing Defects Using Vibration Signal Kayode Oyeniyi Oyedoja Abstract Current trend toward industrial automation requires the replacement of supervision and monitoring roles traditionally

More information

Signal Processing based Wavelet Approach for Fault Detection of Induction Motor

Signal Processing based Wavelet Approach for Fault Detection of Induction Motor Signal Processing based Wavelet Approach for Detection of Induction Motor A.U.Jawadear 1, Dr G.M.Dhole 2, S.R.Parasar 3 Department of Electrical Engineering, S.S.G.M. College of Engineering Shegaon. (M.S.),44203,

More information

Detection and Classification of Power Quality Event using Discrete Wavelet Transform and Support Vector Machine

Detection and Classification of Power Quality Event using Discrete Wavelet Transform and Support Vector Machine Detection and Classification of Power Quality Event using Discrete Wavelet Transform and Support Vector Machine Okelola, Muniru Olajide Department of Electronic and Electrical Engineering LadokeAkintola

More information

Analysis of Learning Paradigms and Prediction Accuracy using Artificial Neural Network Models

Analysis of Learning Paradigms and Prediction Accuracy using Artificial Neural Network Models Analysis of Learning Paradigms and Prediction Accuracy using Artificial Neural Network Models Poornashankar 1 and V.P. Pawar 2 Abstract: The proposed work is related to prediction of tumor growth through

More information

Research Article High Frequency Acceleration Envelope Power Spectrum for Fault Diagnosis on Journal Bearing using DEWESOFT

Research Article High Frequency Acceleration Envelope Power Spectrum for Fault Diagnosis on Journal Bearing using DEWESOFT Research Journal of Applied Sciences, Engineering and Technology 8(10): 1225-1238, 2014 DOI:10.19026/rjaset.8.1088 ISSN: 2040-7459; e-issn: 2040-7467 2014 Maxwell Scientific Publication Corp. Submitted:

More information

CHAPTER 3 WAVELET TRANSFORM BASED CONTROLLER FOR INDUCTION MOTOR DRIVES

CHAPTER 3 WAVELET TRANSFORM BASED CONTROLLER FOR INDUCTION MOTOR DRIVES 49 CHAPTER 3 WAVELET TRANSFORM BASED CONTROLLER FOR INDUCTION MOTOR DRIVES 3.1 INTRODUCTION The wavelet transform is a very popular tool for signal processing and analysis. It is widely used for the analysis

More information

ARTIFICIAL INTELLIGENCE BASED ELECTRIC FAULT DETECTION IN PMSM

ARTIFICIAL INTELLIGENCE BASED ELECTRIC FAULT DETECTION IN PMSM ARTIFICIAL INTELLIGENCE BASED ELECTRIC FAULT DETECTION IN PMSM Jayarama Pradeep 1, R.Devanathan 2 and Kannan Prashanth 3 1 Research Scholar, Sathyabama University. 2 Professor, Hindustan Institute of Technology.

More information

AN ANALYSIS OF SPEECH RECOGNITION PERFORMANCE BASED UPON NETWORK LAYERS AND TRANSFER FUNCTIONS

AN ANALYSIS OF SPEECH RECOGNITION PERFORMANCE BASED UPON NETWORK LAYERS AND TRANSFER FUNCTIONS AN ANALYSIS OF SPEECH RECOGNITION PERFORMANCE BASED UPON NETWORK LAYERS AND TRANSFER FUNCTIONS Kuldeep Kumar 1, R. K. Aggarwal 1 and Ankita Jain 2 1 Department of Computer Engineering, National Institute

More information

Blade Fault Diagnosis using Artificial Neural Network

Blade Fault Diagnosis using Artificial Neural Network Fault Diagnosis using Artificial Neural Network Wai Keng Ngui 1, Mohd Salman Leong 2, Mohd Ibrahim Shapiai 3 and Meng Hee Lim 4 1, 2, 4 Institute of Noise and Vibration, Universiti Teknologi Malaysia,

More information

Bearing fault detection of wind turbine using vibration and SPM

Bearing fault detection of wind turbine using vibration and SPM Bearing fault detection of wind turbine using vibration and SPM Ruifeng Yang 1, Jianshe Kang 2 Mechanical Engineering College, Shijiazhuang, China 1 Corresponding author E-mail: 1 rfyangphm@163.com, 2

More information

Dwt-Ann Approach to Classify Power Quality Disturbances

Dwt-Ann Approach to Classify Power Quality Disturbances Dwt-Ann Approach to Classify Power Quality Disturbances Prof. Abhijit P. Padol Department of Electrical Engineering, abhijit.padol@gmail.com Prof. K. K. Rajput Department of Electrical Engineering, kavishwarrajput@yahoo.co.in

More information

Statistical Tests: More Complicated Discriminants

Statistical Tests: More Complicated Discriminants 03/07/07 PHY310: Statistical Data Analysis 1 PHY310: Lecture 14 Statistical Tests: More Complicated Discriminants Road Map When the likelihood discriminant will fail The Multi Layer Perceptron discriminant

More information

Morlet Wavelet UDWT Denoising and EMD based Bearing Fault Diagnosis

Morlet Wavelet UDWT Denoising and EMD based Bearing Fault Diagnosis ELECTRONICS, VOL. 7, NO., JUNE 3 Morlet Wavelet UDWT Denoising and EMD based Bearing Fault Diagnosis A. Santhana Raj and N. Murali Abstract Bearing Faults in rotating machinery occur as low energy impulses

More information

A comparative study of different feature sets for recognition of handwritten Arabic numerals using a Multi Layer Perceptron

A comparative study of different feature sets for recognition of handwritten Arabic numerals using a Multi Layer Perceptron Proc. National Conference on Recent Trends in Intelligent Computing (2006) 86-92 A comparative study of different feature sets for recognition of handwritten Arabic numerals using a Multi Layer Perceptron

More information

INDUCTION MOTOR FAULT DIAGNOSTICS USING FUZZY SYSTEM

INDUCTION MOTOR FAULT DIAGNOSTICS USING FUZZY SYSTEM INDUCTION MOTOR FAULT DIAGNOSTICS USING FUZZY SYSTEM L.Kanimozhi 1, Manimaran.R 2, T.Rajeshwaran 3, Surijith Bharathi.S 4 1,2,3,4 Department of Mechatronics Engineering, SNS College Technology, Coimbatore,

More information

Stock Price Prediction Using Multilayer Perceptron Neural Network by Monitoring Frog Leaping Algorithm

Stock Price Prediction Using Multilayer Perceptron Neural Network by Monitoring Frog Leaping Algorithm Stock Price Prediction Using Multilayer Perceptron Neural Network by Monitoring Frog Leaping Algorithm Ahdieh Rahimi Garakani Department of Computer South Tehran Branch Islamic Azad University Tehran,

More information

Surface Roughness Evaluation in High-speed Turning of Ti-6Al-4V using Vibration Signals

Surface Roughness Evaluation in High-speed Turning of Ti-6Al-4V using Vibration Signals Available online at www.ijacsros.com Surface Roughness Evaluation in High-speed Turning of Ti-6Al-4V using Vibration Signals Anil Prashanth Rodrigues*, P. Srinivasa Pai, Grynal D Mello Department of Mechanical

More information

Transient stability Assessment using Artificial Neural Network Considering Fault Location

Transient stability Assessment using Artificial Neural Network Considering Fault Location Vol.6 No., 200 مجلد 6, العدد, 200 Proc. st International Conf. Energy, Power and Control Basrah University, Basrah, Iraq 0 Nov. to 2 Dec. 200 Transient stability Assessment using Artificial Neural Network

More information

Rolling bearing fault diagnostics using artificial neural networks based on Laplace wavelet analysis

Rolling bearing fault diagnostics using artificial neural networks based on Laplace wavelet analysis MultiCraft International Journal of Engineering, Science and Technology INTERNATIONAL JOURNAL OF ENGINEERING, SCIENCE AND TECHNOLOGY www.ijest-ng.com MultiCraft Limited. All rights reserved Rolling bearing

More information

An Improved Method for Bearing Faults diagnosis

An Improved Method for Bearing Faults diagnosis An Improved Method for Bearing Faults diagnosis Adel.boudiaf, S.Taleb, D.Idiou,S.Ziani,R. Boulkroune Welding and NDT Research, Centre (CSC) BP64 CHERAGA-ALGERIA Email: a.boudiaf@csc.dz A.k.Moussaoui,Z

More information

Fault Detection of Double Stage Helical Gearbox using Vibration Analysis Techniques

Fault Detection of Double Stage Helical Gearbox using Vibration Analysis Techniques IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 08, 2016 ISSN (online): 2321-0613 Fault Detection of Double Stage Helical Gearbox using Vibration Analysis Techniques D.

More information

Vibration Monitoring for Defect Diagnosis on a Machine Tool: A Comprehensive Case Study

Vibration Monitoring for Defect Diagnosis on a Machine Tool: A Comprehensive Case Study Vibration Monitoring for Defect Diagnosis on a Machine Tool: A Comprehensive Case Study Mouleeswaran Senthilkumar, Moorthy Vikram and Bhaskaran Pradeep Department of Production Engineering, PSG College

More information

Keywords Medical scans, PSNR, MSE, wavelet, image compression.

Keywords Medical scans, PSNR, MSE, wavelet, image compression. Volume 5, Issue 5, May 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Effect of Image

More information

Application of Artificial Neural Network and. Wavelet Transform for Vibration Analysis of. Combined Faults of Unbalances and Shaft Bow

Application of Artificial Neural Network and. Wavelet Transform for Vibration Analysis of. Combined Faults of Unbalances and Shaft Bow Adv. Theor. Appl. Mech., Vol. 3, 2010, no. 4, 159-176 Application of Artificial Neural Network and Wavelet Transform for Vibration Analysis of Combined Faults of Unbalances and Shaft Bow H. K. Srinivas

More information

Detection of Voltage Sag and Voltage Swell in Power Quality Using Wavelet Transforms

Detection of Voltage Sag and Voltage Swell in Power Quality Using Wavelet Transforms Detection of Voltage Sag and Voltage Swell in Power Quality Using Wavelet Transforms Nor Asrina Binti Ramlee International Science Index, Energy and Power Engineering waset.org/publication/10007639 Abstract

More information

VIBRATION BASED DIAGNOSTIC OF STEAM TURBINE FAULTS USING EXTREME LEARNING MACHINE

VIBRATION BASED DIAGNOSTIC OF STEAM TURBINE FAULTS USING EXTREME LEARNING MACHINE VIBRATION BASED DIAGNOSTIC OF STEAM TURBINE FAULTS USING EXTREME LEARNING MACHINE DHULFIQAR MOHAMMED 1, FIRAS B. ISMAIL 2, YAZAN ALJEROUDI 3,* 1 Master student in Universiti Tenaga Nasional, Malaysia 2

More information

Shunt active filter algorithms for a three phase system fed to adjustable speed drive

Shunt active filter algorithms for a three phase system fed to adjustable speed drive Shunt active filter algorithms for a three phase system fed to adjustable speed drive Sujatha.CH(Assoc.prof) Department of Electrical and Electronic Engineering, Gudlavalleru Engineering College, Gudlavalleru,

More information

Vibration Analysis of deep groove ball bearing using Finite Element Analysis

Vibration Analysis of deep groove ball bearing using Finite Element Analysis RESEARCH ARTICLE OPEN ACCESS Vibration Analysis of deep groove ball bearing using Finite Element Analysis Mr. Shaha Rohit D*, Prof. S. S. Kulkarni** *(Dept. of Mechanical Engg.SKN SCOE, Korti-Pandharpur,

More information

A new application of neural network technique to sensorless speed identification of induction motor

A new application of neural network technique to sensorless speed identification of induction motor Leonardo Electronic Journal of Practices and Technologies ISSN 1583-1078 Issue 29, July-December 2016 p. 33-42 Engineering, Environment A new application of neural network technique to sensorless speed

More information

intelligent subsea control

intelligent subsea control 40 SUBSEA CONTROL How artificial intelligence can be used to minimise well shutdown through integrated fault detection and analysis. By E Altamiranda and E Colina. While there might be topside, there are

More information

Wavelet Transform And Envelope Detection For Gear Fault Diagnosis.A Comparative Study

Wavelet Transform And Envelope Detection For Gear Fault Diagnosis.A Comparative Study Wavelet Transform And Envelope Detection For Gear Fault Diagnosis.A Comparative Study A.boudiaf, Z.Mentouri, S. Ziani, S.Taleb Welding and NDT Research, Centre (CSC) BP64 CHERAGA-ALGERIA e-mail:adelboudiaf@yahoo.fr

More information

Beating Phenomenon of Multi-Harmonics Defect Frequencies in a Rolling Element Bearing: Case Study from Water Pumping Station

Beating Phenomenon of Multi-Harmonics Defect Frequencies in a Rolling Element Bearing: Case Study from Water Pumping Station Beating Phenomenon of Multi-Harmonics Defect Frequencies in a Rolling Element Bearing: Case Study from Water Pumping Station Fathi N. Mayoof Abstract Rolling element bearings are widely used in industry,

More information

Detection of Abnormal Conditions of Induction Motor by using ANN

Detection of Abnormal Conditions of Induction Motor by using ANN Detection of Abnormal Conditions of Induction Motor by using ANN Rajashree V Rane 1, H. B. Chaudhari 2 1 M Tech. power system student, Electrical Engineering, VJTI, Matunga, Mumbai, India 2 Professor,

More information

CHAPTER 7 FAULT DIAGNOSIS OF CENTRIFUGAL PUMP AND IMPLEMENTATION OF ACTIVELY TUNED DYNAMIC VIBRATION ABSORBER IN PIPING APPLICATION

CHAPTER 7 FAULT DIAGNOSIS OF CENTRIFUGAL PUMP AND IMPLEMENTATION OF ACTIVELY TUNED DYNAMIC VIBRATION ABSORBER IN PIPING APPLICATION 125 CHAPTER 7 FAULT DIAGNOSIS OF CENTRIFUGAL PUMP AND IMPLEMENTATION OF ACTIVELY TUNED DYNAMIC VIBRATION ABSORBER IN PIPING APPLICATION 7.1 INTRODUCTION Vibration due to defective parts in a pump can be

More information

Analysis of LMS Algorithm in Wavelet Domain

Analysis of LMS Algorithm in Wavelet Domain Conference on Advances in Communication and Control Systems 2013 (CAC2S 2013) Analysis of LMS Algorithm in Wavelet Domain Pankaj Goel l, ECE Department, Birla Institute of Technology Ranchi, Jharkhand,

More information

DENOISING DIGITAL IMAGE USING WAVELET TRANSFORM AND MEAN FILTERING

DENOISING DIGITAL IMAGE USING WAVELET TRANSFORM AND MEAN FILTERING DENOISING DIGITAL IMAGE USING WAVELET TRANSFORM AND MEAN FILTERING Pawanpreet Kaur Department of CSE ACET, Amritsar, Punjab, India Abstract During the acquisition of a newly image, the clarity of the image

More information

Harmonic detection by using different artificial neural network topologies

Harmonic detection by using different artificial neural network topologies Harmonic detection by using different artificial neural network topologies J.L. Flores Garrido y P. Salmerón Revuelta Department of Electrical Engineering E. P. S., Huelva University Ctra de Palos de la

More information

Integration Intelligent Estimators to Disturbance Observer to Enhance Robustness of Active Magnetic Bearing Controller

Integration Intelligent Estimators to Disturbance Observer to Enhance Robustness of Active Magnetic Bearing Controller International Journal of Control Science and Engineering 217, 7(2): 25-31 DOI: 1.5923/j.control.21772.1 Integration Intelligent Estimators to Disturbance Observer to Enhance Robustness of Active Magnetic

More information