Hidden Markov Model-based Tool Wear Monitoring in Turning

Size: px
Start display at page:

Download "Hidden Markov Model-based Tool Wear Monitoring in Turning"

Transcription

1 Hidden Markov Model-based Tool Wear Monitoring in Turning Litao Wang, Mostafa G. Mehrabi, and Elijah Kannatey-Asibu, Jr. Department of Mechanical Engineering Engineering Research Center for Reconfigurable Machining Systems University of Michigan, Ann Arbor, MI 89- Abstract This paper presents a new modeling framework for tool wear monitoring in machining processes using hidden Markov models (HMMs). Feature vectors are extracted from vibration signals measured during turning. A codebook is designed and used for vector quantization to convert the feature vectors into a symbol sequence for the hidden Markov model. A series of experiments are conducted to evaluate the effectiveness of the approach for different lengths of training data and observation sequence. Experimental results show that successful tool state detection rates as high as 97% can be achieved by using this approach. Keywords : Tool wear; Process monitoring; Turning; Hidden Markov models; Wavelet transform; Feature extraction; Feature vectors; Observation sequence; Vector quantization.. Introduction In modern and unmanned machining systems, including dedicated transfer lines, flexible manufacturing systems, and Reconfigurable Manufacturing Systems (RMS), one crucial component is a reliable and effective monitoring system to monitor process conditions, and to take remedial action when failure occurs, or is imminent. Sensing of

2 gradual tool wear is a key element in producing high quality parts. Undesirable effects such as tool wear and tool breakage may result in deterioration in surface finish and dimensional accuracy of the finished parts, and possible damage to the workpiece and machine []. For modern machine tools, % of downtime is attributed to tool failure []. A reliable monitoring system would minimize these problems and allow optimum utilization of tool life, which is highly desirable. Early work on tool wear monitoring focused on time series methods and frequency domain analysis [-]. With these methods, a threshold value needs to be set between the normal and abnormal states of tool. However, the threshold value varies with time and cutting conditions. To improve the performance, more advanced methods, such as pattern recognition analysis [7-] and statistical methods [-], have been developed. These methods have gained various degrees of success in practical applications for monitoring cutting processes. More recently, artificial neural networks (ANN) and their combination with fuzzy logic models have been extensively applied to the area of tool wear estimation [-]. ANNs have the advantages of superior learning, noise suppression, and parallel computation abilities. However, successful implementation of an ANN-based monitoring system strongly depends on proper selection of the type of network structure and amount of training data, which are not always available, especially for the abnormal tool state. In this research, a modeling framework based on hidden Markov models (HMMs) was applied to classify features of the sensor signals. The application of HMMs was motivated by its successes in speech recognition. HMMs have proven to be tremendously useful in speech recognition where signals are inherently time varying.

3 The application of HMMs in process monitoring is of great interest because of their strong capability in representing machining signals, which are non-stationary, by statistical parameters. Furthermore, in pattern recognition, there always exists uncertainty, randomness and incompleteness originating from various sources. Stochastic models are known to deal with these problems efficiently by using probabilistic models, thus widely used in signal modeling. Among various stochastic approaches, HMMs have proven very effective in modeling both dynamic and static signals []. Heck and McClellan [] presented a continuous density, left-right HMM-based approach for tool wear detection and prediction. Owsley et al. [] applied a semicontinuous HMM to classify the features extracted using self-organizing feature maps in drilling monitoring. Even after this paper was submitted for review, Ertunc et al. [] published a paper using HMMs to track the progress of tool wear in drilling. Vibration signals were used to detect tool wear states in this research. Tool wear in turning was thoroughly studied. Vibration signals in the feed direction contain reliable information for monitoring tool wear, and this has also been proven by other researchers []. The paper is organized as follows. The principle of discrete hidden Markov models is briefly described in section. Section introduces the procedure for hidden Markov model-based process monitoring. Following description of the experimental setup in section, feature extraction method and the vector quantization technique are discussed in section. Section presents the application of hidden Markov model-based process

4 monitoring in turning and a series of experimental results are reported. The conclusions are given in section 7.. Discrete Hidden Markov Models The hidden Markov model (HMM) is extended from the concept of Markov chain []. HMMs are divided into continuous and discrete models according to their probability density description [7]. Discrete HMMs are selected for this research, because they can represent any distribution as no assumptions are made about the underlying distribution of the observed symbols. Consider a first-order N-state Markov chain as illustrated for N= in Figure. The system can be described as being in one of the N distinct states, S, S,, S N, at any time instant t. The corresponding HMM for discrete symbol observations is characterized by the following: i) N, the number of hidden states in the model. The hidden states are interconnected in such a way that any hidden state can be reached from any other hidden state. ii) M, the number of distinct observation symbols per hidden state. We denote the individual symbols as V = {v, v,, v M }. iii) The state-transition probability distribution A = [a ij ] where a ij = P(q t =S j q t- =S i ), i, j N () where q t denotes the actual hidden state at time t. iv) The observation symbol probability distribution, B = [b jm ], in which b jm = P(o t =v m q t =S j ), m M ()

5 defines the symbol distribution in state j, and o t is the observation at time t. v) The initial state distribution = [ i ] in which i = P(q i =S i ), i N () a a a a a a a a a Figure A first-order, three state hidden Markov model A complete specification of a HMM requires three sets of probability measures A, B and. For convenience, we use the compact notation = (A, B, ) () to indicate the complete parameter set of the model. To better understand the principle of HMM, let us consider the decision-making process of an earthworm shown in Figure. The earthworm can only observe humidity using terms such as dry, damp, and soggy, which serve as observation symbols. In this model, there are three hidden states (sunny, cloudy, and rainy), and three observation symbols for each hidden state. The earthworm generates a finite observation sequence of humidity for a period of time, from which the current season is derived.

6 Hidden states soggy damp sunny cloudy rainy dry Results Summer Winter Figure Decision-making process of an earthworm In machining process monitoring, features extracted from the measured signals are observation symbols. The results (sharp tool or worn tool) will be obtained by a similar modeling.. HMM-based Process Monitoring Similar to other process monitoring strategies, the proposed method consists of two phases: training and detection. Let us assume we have S tool states to be monitored and that each tool state is modeled by a distinct HMM. Further assume, for simplicity of notation, that for each tool state we have finite training sets where each training set constitutes an observation sequence O = (o, o,, o T ) of some appropriate representation of the characteristics of the tool state. The following steps are involved in design of the process monitoring system: Step I: The first step is to build an HMM s for each tool state s. In other words, we must estimate the model parameters (A, B, ) that optimize the likelihood of the training set observation sequence for the s th tool state or maximize P(O s ), the

7 probability of observation sequence O given model s. The method we used is the Baum-Welch re-estimation algorithm, also known as the expectation maximization (EM) approach. Figure shows the flow chart of the training procedure. Training sets of signals Discrete Wavelet Transform Wavelet coefficients Feature Extraction Vector Quantization Observation sequence O HMM training Codebook (K vectors) HMM parameters (A, B, ) Figure Flow chart of the HMM training procedure Step II: The procedure for detecting the condition of an unknown tool is depicted in Figure. As shown, features of the input signals (after calculating wavelet coefficients) are extracted and feature vectors are formed for vector quantization. This is then followed by calculation of model likelihood for all possible models, P(O s ), s S, which is the probability of the observation sequence, given the model. The model with the highest likelihood is considered to be the best candidate for representing the tool condition, i.e., s * arg max [ P( O s)] () s S 7

8 Input signals from unknown tool state Discrete Wavelet Transform Feature Extraction Wavelet coefficients Vector Quantization Observation sequence O Codebook (K vectors) HMM for tool HMM for tool HMM for tool state state state S Likelihood Likelihood Likelihood Computation Computation Computation S P(O ) Select Maximum P(O ) P(O S ) Index of tool state s * Figure Block diagram of the procedure for tool condition detection Details of a numerical example showing these steps are provided in sections and.. Experimental Setup and Data Collection Cutting tests were performed on a hp CNC lathe. An accelerometer was mounted on the cutting tool holder attached to the turret, as shown in Figure, to measure vibration in the feed direction. This is because earlier work indicates that vibration signals in the feed direction are more sensitive than those in the cutting and radial directions in detecting tool wear []. 8

9 The vibration signals were first amplified using a charge amplifier and low-pass filtered with a cut-off frequency of khz, and then sampled at khz using a -bit data acquisition card. Every data set was. seconds in length, equivalent to k data points. Cutting was started with a sharp insert and stopped every minute for tool wear measurements using a toolmaker s microscope. An average flank wear height of at least. mm or the maximum wear height of. mm was considered to be a worn edge. This limit was selected in accordance with ISO 8 which defines effective tool life for carbide tools [8]. workpiece Tool holder Accelerometer Turret Signal Processing Amplifier Anti-alias Filter Figure Experimental setup The experiments were conducted to detect two tool states, namely a sharp tool and a worn tool. The workpiece and cutting tool materials are shown in Table. Table Workpiece and cutting tool Cutting Tool Coating Workpiece Carbide insert TNMA- VC None AISI 8 steel 7 inches long,. inches diameter 9

10 The cutting conditions were varied. Three levels of feed rate,.,., and. inch/rev, were selected, and three different cutting speeds,,, and sfpm, were used. The depth of cut was kept constant at. inch. No cutting fluid was applied in the turning process. To avoid overheating, machining was periodically stopped for cooling down.. Feature Extraction and Vector Quantization Details of feature extraction of the vibration signals using wavelet analysis are provided by Wang et al. [9]. Contrary to the other methods such as measuring cutting forces that use static characteristics of tool wear, we extract dynamic characteristics of tool wear from wavelet coefficients. Static analysis along is not robust within all the wear states. Typical vibration signals and variation of their wavelet coefficients for sharp and worn tools are shown in Figure (a)-(b). In Figure (b), the horizontal axis represents time, and the vertical axis represents the amplitude of coefficients. Scales - are equivalent to frequency bandwidths of the original signals from low to high. The frequency bandwidths corresponding to the first three scales are (78Hz, Hz), (Hz, Hz), and (Hz, Hz) respectively. (a) Vibration Signal (sharp tools) Vibration Signal (worn tools) Amplitude (Volts) time (msec) time (msec)

11 (b) Wavelet coefficients (sharp tool) - time (msec) Wavelet coefficients (worn tool) time (msec) Figure (a) Time domain vibration signals; (b) Variation of wavelet coefficients for different tool states The outcome of the discrete wavelet transform is a series of coefficient vectors representing the time-varying machining signal. For convenience, we denote the coefficient vectors as d j (k), j =,,, J, where J is the number of wavelet scales, and k represents discrete time. Each coefficient vector can be further represented by its average energy, which is defined as: E j T T j j k d j ( k) () where T j is the number of coefficients at each scale. The value of T j is different for different scales, because the time spacing of wavelet coefficients varies with the resolution j.

12 The features are normalized by making the highest energy amplitude unity for each feature before any further processing. As a result, the observation features are made independent of the signal magnitudes. Each feature is a unique vector that corresponds to some characteristics of the tool states. This ideal representation is, of course, impractical, because each coefficient feature from the same tool state can have an infinite number of values. Vector quantization (VQ) is an efficient way of representing the time-frequency information of the signal. All the features can be represented by a small number of finite feature vectors, which is referred to as a codebook. Thus, determining the features of a time domain signal is equivalent to assigning a set of codebook labels (observation sequence) to that signal. The size of the codebook is equivalent to the number of distinct observation symbols in HMM. The HMM-based monitoring will exploit this observation sequence to determine tool states in an efficient manner. Figure 7 shows an example of a codebook consisting of ten elements in process monitoring. Any feature from this machining process can be represented by one of the elements in the codebook. To represent any input feature, all we need is the index of the codebook element that best matches the input vector. This is achieved by comparing the distance d between the input vector X and all of the vector elements Y i in the codebook and choosing the one for which the distance is smallest. The index I * of the quantized vector is given by I * argmin [ d( X Yi )] (7) i Euclidean distance is often used in computing the distance between two vectors:

13 d ( X Y ) ( ) T i X Yi ( X Yi ) (8) Amplitude A codebook in tool wear monitoring scale Figure 7 Feature elements in a codebook It should be mentioned that the design of a vector quantizer for a particular source is of fundamental importance. One popular algorithm for codebook design is the so-called LBG algorithm [], which utilizes the nearest neighbor and centroid rules to perform an iterative descent procedure based on a finite training set representation of the source. This training process is repeated until the distortion falls below a pre-determined threshold value.. Results and Discussion To increase the reliability of the system, the vibration signals are split into a sequence of non-overlapping observations (frames). The length of an observation must be carefully chosen to reduce the computation time while at the same time containing enough information to capture the local features of the signal. Figure 8 shows a vibration signal for a sharp tool with an observation size of.

14 Amplitude O O O - Time (ms) Figure 8 An observed vibration signal from a sharp tool The features extracted from each observation constitute the feature vectors of the corresponding tool state. Typical feature vectors for sharp and worn tools are shown in Figures 9 - (from different cutting conditions). O O Amplitude Feature Vectors (sharp tool) 8.. scale Figure 9 Feature vectors for sharp and worn tools (cutting speed: sfpm; feed rate:. ipr) Feature Vectors (worn tool) scale

15 Amplitude 8 Feature Vectors (sharp tool) scale 8 Figure Feature vectors for sharp and worn tools (cutting speed: sfpm; feed rate:. ipr) 8 Feature Vectors (worn tool) 9 8 scale Amplitude Feature Vectors (sharp tool) 8 8 scale Feature Vectors (worn tool) 8 8 scale Figure Feature vectors for sharp and worn tools (cutting speed: sfpm; feed rate:. ipr) The results are very repeatable. Referring to these figures, it can be seen that when the cutting tool is sharp, lower frequency vibration is mainly excited. As tool wear

16 progresses, other frequencies of vibration of the tool holder and machine structure may become excited [], resulting in the higher frequency components becoming more dominant. The vibration data obtained from experiments was divided into two separate groups for training and testing. Each group contained at least snapshots from a sharp tool and snapshots from a worn tool; the duration of each snapshot was ms. The training data was used to train the HMMs, but the testing data was not used during training. The first task is to train the HMMs based on the data from different tool states. The initial parameters of the HMMs are chosen randomly. Different initial parameters will in general produce different HMMs. However, the sensitivity of the detection rate to deviation in the initial hidden state probabilities is low, as reported by Rabiner []. An example of observation symbol probability distribution (with observation symbols determined by the size of the codebook) for a sharp tool, B S, and a worn tool, B W, is obtained as follows. B s B w For a sharp tool, the observation symbol probability b jm, where m=,,,, is very low for m greater than 7. However, the observation symbol probability for a worn tool is mainly distributed at m=9 and m=.

17 The performance of the HMM-based monitoring system was evaluated for different lengths of training data. Figure shows the effect of lengths of training data on the detection rate. The adopted model was a -state HMM, with an observation sequence length of and a codebook size of. It shows that the detection rate reaches as high as 97 percent even when a very short length of training data ( s) is used. Given a limited amount of training data, traditional classifiers usually have a difficult time distinguishing the tool states and thus exhibit poor performance. In contrast, the discrete HMMs make more efficient use of the training data, and additional training data does not significantly improve their performance. 99 Detection Rate (%) worn tool sharp tool Length of training data (s) Figure Detection rate versus length of training data (-state HMM with observation sequence length of and codebook size of ) Further study of the results suggests that an increase in observation sequence length improves the performance of the monitoring system in predicting tool conditions, as shown in Figure. The highest performance was achieved at observation sequence length of and above. 7

18 98 Detection Rate (%) sharp tool worn tool 8 Observation Sequence Length Figure Detection rate versus observation sequence length (-state HMM with codebook size of ) Extensive experiments were conducted to verify the reliability of the results. The system was trained using a -state HMM with codebook size of and observation sequence length of. The results of detection are better visualized by plotting the probability patterns in the decision space. The axes of the decision space constitute the individual classes for different tool states. Figure shows the pattern distribution for randomly selected samples for sharp and worn tools. The distinct separation for different tool states is more evident in this plot. Each pattern that crosses the boundary line (the diagonal line) is essentially misclassified. It should be mentioned that the indirectly measured signals from a sharp tool occasionally reflect the characteristic of a worn tool, and vise versa. Thus the drastic misclassification is not surprising. 8

19 Probabbility model II (worn tool) % sharp tool worn tool samples each Probabbility model I (sharp tool) Figure Decision space for sharp and worn tools Results of three experiments performed at different dates are listed in Table. For example in test, sharp tools were correctly detected 98 out of times, resulting in a 98% detection rate. The corresponding rate for worn tools was 9%, with 9 out of times being correctly detected. Overall, a detection rate of up to 97% was achieved based on the proposed approach. The reported success rate of other methods in detecting tool wear in turning was from 8% to 9% [,, ]. % Table Detection results in various tests Test Test Test Sharp Worn Sharp Worn Sharp tool tool tool tool tool Worn tool Sharp tool Worn tool Detection rate 97% 99% 98% 9% 98% 97% 9

20 7. Conclusions In this paper, a new approach for tool monitoring was introduced by using hidden Markov models (HMMs). The proposed method is model based, where the models are trained using data from a machining process. Therefore no assumptions are made with regard to the measured signals. Training the models on process data helps to ensure the validity of the models. The effectiveness of the approach was evaluated under different conditions (e.g., different lengths of training data and variations of observation sequence length). Successful tool state detection was even achieved when the length of training data was as small as s. Extensive experimental results indicate that an average detection rate (for sharp and worn tools) as high as 97% can be achieved. Therefore, the discrete HMM combined with wavelet analysis method is a successful tool for process monitoring. Acknowledgements The authors are pleased to acknowledge the financial support of the Engineering Research Center for Reconfigurable Machining Systems (NSF grant # EEC-99), and the assistance from Ming-Chyuan Lu by providing some of the experimental data. References [] Kuo, R. J., and Cohen, P. H., 999, Multi-sensor Integration for On-line Tool Wear Estimation Through Radial Basis Function Networks and Fuzzy Neural Network, Neural Networks, Vol., pp. -7. [] Kurada, S., and Bradley, C., 997, A Review of Machine Vision Sensors for Tool Condition Monitoring, Computer in Industry, Vol., pp. -7. [] Taraman, K., Swando, R., and Yamauchi, W., 97, Relationship Between Tool Forces and Flank Wear, SME Tech Pap, March, p. [] Fromson, R., and Shum, L. Y., 98, Tool Wear and Tool Failure Monitoring System, Westinghouse Electric Corp., USA, USP 9.

21 [] Liang, S. Y., and Dornfeld, D. A., 989, Tool Wear Detection Using Time Series Analysis of Acoustic Emission, ASME Journal of Engineering for Industry, Vol., pp. 99. [] El-wardany, T. I., Gao, D., and Elbestawi, M. A., 99, Tool Condition Monitoring in Drilling Using Vibration Signature Analysis, Int. J. Mach. Tools Manufacture. Vol., pp [7] Emel, E., and Kannatey-Asibu, E., 988, Tool Failure Monitoring in Turning by Pattern Recognition Analysis of AE Signals, ASME Journal of Engineering for Industry, Vol., pp. 7-. [8] Emel, E., and Kannatey-Asibu, E., 989, Acoustic Emission and Force Sensor Fusion for Monitoring the Cutting Process, Int. J. Mech. Sci., Vol., pp [9] Ko, T. J., Cho, D. W., and Lee, J. M., 99, Fuzzy Pattern Recognition for Tool Wear Monitoring in Diamond Turning, Annals of CIRP, Vol., pp. -8. [] Lee, W. B., Cheung, C. F., Chiu, W. M., and Chan, L. K., 997, Automatic Supervision of Blanking Tool Wear using Pattern Recognition Analysis, Int. J. Mach. Tools Manufacture. Vol. 7, pp [] Lim, G. H., 99, Tool-wear Monitoring in Machine Turning, Journal of Materials Processing Technology, Vol., pp. -. [] Miyoshi, Y., 99, Abnormal Cutting State Detection Using Model Parameters, Int. J. Japan Soc. Prec. Eng., Vol., No., pp. -. [] Ravindra, H. V., Srinivasa, Y. G., and Krishnamurthy, R., 997, Acoustic Emission for Tool Condition Monitoring in Metal Cutting, Wear, Vol., pp [] Kumar, S. A., Ravindra, H. V., and Srinivasa, Y. G., 997, In-process Tool Wear Monitoring Through Time Series Modeling and Pattern Recognition, International Journal of Production Research, Vol., pp [] Dornfeld, D. A., 99, Neural Network Sensor Fusion for Tool Condition Monitoring, Annals of CIRP, Vol. 9/, pp. -. [] Wang, Z., and Dornfeld, D. A., 99, In-process Tool Wear Monitoring Using Neural Networks, Japan/USA Symposium on Flexible Automation, Vol., pp [7] Lin, C. T., and Lee, C. S. G., 99, Reinforcement Structure/Parameter Learning for Neural Network Based Fuzzy Logic Control Systems, IEEE Transaction on Fuzzy Systems, Vol., pp. -. [8] Das, S., Chattopadhyay, A. B., and Murthy, A. S. R., 99, Force Parameters for On-line Tool Wear Estimation: A Neural Network Approach, Neural Network, Vol. 9, pp. 9-. [9] Lin, S. C., and Ting, C. J., 99, Drill Wear Monitoring Using Neural Networks, Int. J. Mach. Tools Manufacture. Vol., pp. -7. [] Kuo, R. J., and Cohen, P. H., 998, Intelligent Tool Wear Estimation System Through Artificial Neural Networks and Fuzzy Modeling, Artificial Intelligence in Engineering, Vol., No., pp. 9-. [] Cho, Wongyu, Lee, S. W. and Kim, Jin H., 99, Modeling and Recognition of Cursive Words with Hidden Markov Models, Pattern Recognition, Vol. 8, No., pp. 9-9.

22 [] Heck, L. P., and McClellan, J. H., 99, Mechanical System Monitoring using Hidden Markov Models, IEEE International Conference on Acoustic, Speech and Signal Processing Proceedings 9, Vol., pp [] Owsley, L. M. D., Atlas, L. E., and Bernard, G. D., 997, Self-organizing Feature Maps and Hidden Markov Models for Machine-tool Monitoring, IEEE Transactions on Signal Processing, Vol., No., pp [] Ertunc, H. M., Loparo, K. A., and Ocak H.,, Tool Wear Condition Monitoring in Drilling Operations using Hidden Markov Models (HMMs), Int. J. Mach. Tools Manufacture. Vol., pp. -8. [] Lee, M. Y., Thomas, C. E., and Wildes, G., 987, Review Prospects for Inprocess Diagnosis of Metal Cutting by Monitoring Vibration Signals, J. Mat. Sci., Vol., pp [] Rabiner, L. R., 989, A Tutorial on Hidden Markov Models and Selected Applications in Speech Recognition, Proc. IEEE, Vol. 77, No., pp [7] Lee, Kai-Fu, 989, Automatic Speech Recognition, Kluwer Academic Publishers. [8] ISO 8, 99, Tool-Life Testing with Single-point Turning Tools, ISO 8:99(E), International Standard, Second Edition, [9] Wang, L., Mehrabi, M. G., and Kannatey-Asibu, Jr., E.,, Tool Wear Monitoring in Machining Processes Through Wavelet Analysis, to be published in Transactions of NAMRI/SME, Vol. XXIX. [] Linde, Y., Buzo, A., and Gray, R. M., 98, An Algorithm for Vector Quantizer Design, IEEE Trans. Commun., Vol. 8, pp [] Lu, M. C., and Kannatey-Asibu, Jr., E.,, Analysis of Sound Signal Characteristics Associated with Adhesive Wear in Machining, Transaction of NAMRI, Vol. XXVIII, pp. 7- [] Rabiner, J. C., 98, Some Properties of Continuous Hidden Markov Model Representations, AT&T Technical Journal, Vol., No., pp. -9.

Application of AI Techniques in Small Drill Condition Monitoring

Application of AI Techniques in Small Drill Condition Monitoring Application of AI Techniques in Small Drill Condition Monitoring Gy. Hermann, I. Rudas Department of Applied Mathematics Óbuda University Bécsi út 96B, 1034 Budapest HUNGARY hemann.gyula@nik.uni-obuda.hu,

More information

Tool Condition Monitoring using Acoustic Emission and Vibration Signature in Turning

Tool Condition Monitoring using Acoustic Emission and Vibration Signature in Turning , July 4-6, 2012, London, U.K. Tool Condition Monitoring using Acoustic Emission and Vibration Signature in Turning M. S. H. Bhuiyan, I. A. Choudhury, and Y. Nukman Abstract - The various sensors used

More information

Acoustic emission based drill condition monitoring during drilling of glass/phenolic polymeric composite using wavelet packet transform

Acoustic emission based drill condition monitoring during drilling of glass/phenolic polymeric composite using wavelet packet transform Materials Science and Engineering A 412 (2005) 141 145 Acoustic emission based drill condition monitoring during drilling of glass/phenolic polymeric composite using wavelet packet transform A. Velayudham

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

IDENTIFICATION OF SIGNATURES TRANSMITTED OVER RAYLEIGH FADING CHANNEL BY USING HMM AND RLE

IDENTIFICATION OF SIGNATURES TRANSMITTED OVER RAYLEIGH FADING CHANNEL BY USING HMM AND RLE International Journal of Technology (2011) 1: 56 64 ISSN 2086 9614 IJTech 2011 IDENTIFICATION OF SIGNATURES TRANSMITTED OVER RAYLEIGH FADING CHANNEL BY USING HMM AND RLE Djamhari Sirat 1, Arman D. Diponegoro

More information

SIMULATION VOICE RECOGNITION SYSTEM FOR CONTROLING ROBOTIC APPLICATIONS

SIMULATION VOICE RECOGNITION SYSTEM FOR CONTROLING ROBOTIC APPLICATIONS SIMULATION VOICE RECOGNITION SYSTEM FOR CONTROLING ROBOTIC APPLICATIONS 1 WAHYU KUSUMA R., 2 PRINCE BRAVE GUHYAPATI V 1 Computer Laboratory Staff., Department of Information Systems, Gunadarma University,

More information

Mel Spectrum Analysis of Speech Recognition using Single Microphone

Mel Spectrum Analysis of Speech Recognition using Single Microphone International Journal of Engineering Research in Electronics and Communication Mel Spectrum Analysis of Speech Recognition using Single Microphone [1] Lakshmi S.A, [2] Cholavendan M [1] PG Scholar, Sree

More information

Detection of Tool Flute Breakage in End Milling Using Feed-Motor Current Signatures

Detection of Tool Flute Breakage in End Milling Using Feed-Motor Current Signatures IEEE/ASME TRANSACTIONS ON MECHATRONICS, VOL. 6, NO. 4, DECEMBER 2001 491 Detection of Tool Flute Breakage in End Milling Using Feed-Motor Current Signatures Xiaoli Li Abstract In this paper, an effective

More information

INDOOR USER ZONING AND TRACKING IN PASSIVE INFRARED SENSING SYSTEMS. Gianluca Monaci, Ashish Pandharipande

INDOOR USER ZONING AND TRACKING IN PASSIVE INFRARED SENSING SYSTEMS. Gianluca Monaci, Ashish Pandharipande 20th European Signal Processing Conference (EUSIPCO 2012) Bucharest, Romania, August 27-31, 2012 INDOOR USER ZONING AND TRACKING IN PASSIVE INFRARED SENSING SYSTEMS Gianluca Monaci, Ashish Pandharipande

More information

Real Time Chatter Vibration Control System in High Speed Milling

Real Time Chatter Vibration Control System in High Speed Milling Journal of Materials Science and Engineering A 5 (5-6) (2015) 228-236 doi: 10.17265/2161-6213/2015.5-6.005 D DAVID PUBLISHING Real Time Chatter Vibration Control System in High Speed Milling Hyeok Kim

More information

AERONAUTICAL CHANNEL MODELING FOR PACKET NETWORK SIMULATORS

AERONAUTICAL CHANNEL MODELING FOR PACKET NETWORK SIMULATORS AERONAUTICAL CHANNEL MODELING FOR PACKET NETWORK SIMULATORS Author: Sandarva Khanal Advisor: Dr. Richard A. Dean Department of Electrical and Computer Engineering Morgan State University ABSTRACT The introduction

More information

Recognition System for Pakistani Paper Currency

Recognition System for Pakistani Paper Currency World Applied Sciences Journal 28 (12): 2069-2075, 2013 ISSN 1818-4952 IDOSI Publications, 2013 DOI: 10.5829/idosi.wasj.2013.28.12.300 Recognition System for Pakistani Paper Currency 1 2 Ahmed Ali and

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

SIGNAL PROCESSING OF ACOUSTIC EMISSION DATA FOR CHIP-BREAKAGE RECOGNITION IN MACHINING

SIGNAL PROCESSING OF ACOUSTIC EMISSION DATA FOR CHIP-BREAKAGE RECOGNITION IN MACHINING SIGNAL PROCESSING OF ACOUSTIC EMISSION DATA FOR CHIP-BREAKAGE RECOGNITION IN MACHINING Roger Margot, Angelo Marcos Gil Boeira, Fredy Kuster and Konrad Wegener ETH Zentrum, CLA G15., Tannenstrasse 3, CH-809

More information

Experimental Study on Feature Selection Using Artificial AE Sources

Experimental Study on Feature Selection Using Artificial AE Sources 3th European Conference on Acoustic Emission Testing & 7th International Conference on Acoustic Emission University of Granada, 12-15 September 212 www.ndt.net/ewgae-icae212/ Experimental Study on Feature

More information

Audio Restoration Based on DSP Tools

Audio Restoration Based on DSP Tools Audio Restoration Based on DSP Tools EECS 451 Final Project Report Nan Wu School of Electrical Engineering and Computer Science University of Michigan Ann Arbor, MI, United States wunan@umich.edu Abstract

More information

Modal Parameter Estimation Using Acoustic Modal Analysis

Modal Parameter Estimation Using Acoustic Modal Analysis Proceedings of the IMAC-XXVIII February 1 4, 2010, Jacksonville, Florida USA 2010 Society for Experimental Mechanics Inc. Modal Parameter Estimation Using Acoustic Modal Analysis W. Elwali, H. Satakopan,

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION 1.1 BACKGROUND The increased use of non-linear loads and the occurrence of fault on the power system have resulted in deterioration in the quality of power supplied to the customers.

More information

Performance Analysiss of Speech Enhancement Algorithm for Robust Speech Recognition System

Performance Analysiss of Speech Enhancement Algorithm for Robust Speech Recognition System Performance Analysiss of Speech Enhancement Algorithm for Robust Speech Recognition System C.GANESH BABU 1, Dr.P..T.VANATHI 2 R.RAMACHANDRAN 3, M.SENTHIL RAJAA 3, R.VENGATESH 3 1 Research Scholar (PSGCT)

More information

Drum Transcription Based on Independent Subspace Analysis

Drum Transcription Based on Independent Subspace Analysis Report for EE 391 Special Studies and Reports for Electrical Engineering Drum Transcription Based on Independent Subspace Analysis Yinyi Guo Center for Computer Research in Music and Acoustics, Stanford,

More information

Investigation of Effect of Chatter Amplitude on Surface Roughness during End Milling of Medium Carbon Steel

Investigation of Effect of Chatter Amplitude on Surface Roughness during End Milling of Medium Carbon Steel Proceedings of the 2010 International Conference on Industrial Engineering and Operations Management Dhaka, Bangladesh, January 9 10, 2010 Investigation of Effect of Chatter Amplitude on Surface Roughness

More information

CHAPTER 4. Experimental setup

CHAPTER 4. Experimental setup CHAPTER 4 Experimental setup In this chapter the experimental procedure will be explained and the equipment setup will be shown. The technique for wear measurement will also be explained. 4.1 The procedure

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

Audio Imputation Using the Non-negative Hidden Markov Model

Audio Imputation Using the Non-negative Hidden Markov Model Audio Imputation Using the Non-negative Hidden Markov Model Jinyu Han 1,, Gautham J. Mysore 2, and Bryan Pardo 1 1 EECS Department, Northwestern University 2 Advanced Technology Labs, Adobe Systems Inc.

More information

An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods

An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods 19 An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods T.Arunachalam* Post Graduate Student, P.G. Dept. of Computer Science, Govt Arts College, Melur - 625 106 Email-Arunac682@gmail.com

More information

Introduction to Video Forgery Detection: Part I

Introduction to Video Forgery Detection: Part I Introduction to Video Forgery Detection: Part I Detecting Forgery From Static-Scene Video Based on Inconsistency in Noise Level Functions IEEE TRANSACTIONS ON INFORMATION FORENSICS AND SECURITY, VOL. 5,

More information

Application of Classifier Integration Model to Disturbance Classification in Electric Signals

Application of Classifier Integration Model to Disturbance Classification in Electric Signals Application of Classifier Integration Model to Disturbance Classification in Electric Signals Dong-Chul Park Abstract An efficient classifier scheme for classifying disturbances in electric signals using

More information

OPTIMIZATION OF GEOMETRICAL PARAMETERS OF SINGLE POINT CUTTING TOOL TO REDUCE STRESS AND VIBRATION

OPTIMIZATION OF GEOMETRICAL PARAMETERS OF SINGLE POINT CUTTING TOOL TO REDUCE STRESS AND VIBRATION OPTIMIZATION OF GEOMETRICAL PARAMETERS OF SINGLE POINT CUTTING TOOL TO REDUCE STRESS AND VIBRATION Prabhat Kumar 1 and Mohammad Ziaulhaq 2 and Anil Kuamar Arya 3 1 M. Tech. Scholar of Mechanical Engineering,

More information

High-speed Noise Cancellation with Microphone Array

High-speed Noise Cancellation with Microphone Array Noise Cancellation a Posteriori Probability, Maximum Criteria Independent Component Analysis High-speed Noise Cancellation with Microphone Array We propose the use of a microphone array based on independent

More information

Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images

Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images A. Vadivel 1, M. Mohan 1, Shamik Sural 2 and A.K.Majumdar 1 1 Department of Computer Science and Engineering,

More information

Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence

Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence Sheng Yan LI, Jie FENG, Bin Gang XU, and Xiao Ming TAO Institute of Textiles and Clothing,

More information

Classification of Voltage Sag Using Multi-resolution Analysis and Support Vector Machine

Classification of Voltage Sag Using Multi-resolution Analysis and Support Vector Machine Journal of Clean Energy Technologies, Vol. 4, No. 3, May 2016 Classification of Voltage Sag Using Multi-resolution Analysis and Support Vector Machine Hanim Ismail, Zuhaina Zakaria, and Noraliza Hamzah

More information

Applications of Music Processing

Applications of Music Processing Lecture Music Processing Applications of Music Processing Christian Dittmar International Audio Laboratories Erlangen christian.dittmar@audiolabs-erlangen.de Singing Voice Detection Important pre-requisite

More information

A Novel Fuzzy Neural Network Based Distance Relaying Scheme

A Novel Fuzzy Neural Network Based Distance Relaying Scheme 902 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 15, NO. 3, JULY 2000 A Novel Fuzzy Neural Network Based Distance Relaying Scheme P. K. Dash, A. K. Pradhan, and G. Panda Abstract This paper presents a new

More information

IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS

IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS Fourth International Conference on Control System and Power Electronics CSPE IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS Mr. Devadasu * and Dr. M Sushama ** * Associate

More information

Online dressing of profile grinding wheels

Online dressing of profile grinding wheels Int J Adv Manuf Technol (2006) 27: 883 888 DOI 10.1007/s00170-004-2271-8 ORIGINAL ARTICLE Hong-Tsu Young Der-Jen Chen Online dressing of profile grinding wheels Received: 12 January 2004 / Accepted: 28

More information

Keywords: - Gaussian Mixture model, Maximum likelihood estimator, Multiresolution analysis

Keywords: - Gaussian Mixture model, Maximum likelihood estimator, Multiresolution analysis Volume 4, Issue 2, February 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Expectation

More information

Speech Enhancement in Presence of Noise using Spectral Subtraction and Wiener Filter

Speech Enhancement in Presence of Noise using Spectral Subtraction and Wiener Filter Speech Enhancement in Presence of Noise using Spectral Subtraction and Wiener Filter 1 Gupteswar Sahu, 2 D. Arun Kumar, 3 M. Bala Krishna and 4 Jami Venkata Suman Assistant Professor, Department of ECE,

More information

Research Collection. Acoustic signal discrimination in prestressed concrete elements based on statistical criteria. Conference Paper.

Research Collection. Acoustic signal discrimination in prestressed concrete elements based on statistical criteria. Conference Paper. Research Collection Conference Paper Acoustic signal discrimination in prestressed concrete elements based on statistical criteria Author(s): Kalicka, Malgorzata; Vogel, Thomas Publication Date: 2011 Permanent

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

Instantaneous Baseline Damage Detection using a Low Power Guided Waves System

Instantaneous Baseline Damage Detection using a Low Power Guided Waves System Instantaneous Baseline Damage Detection using a Low Power Guided Waves System can produce significant changes in the measured responses, masking potential signal changes due to structure defects [2]. To

More information

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

Defense Technical Information Center Compilation Part Notice

Defense Technical Information Center Compilation Part Notice UNCLASSIFIED Defense Technical Information Center Compilation Part Notice ADPO 11345 TITLE: Measurement of the Spatial Frequency Response [SFR] of Digital Still-Picture Cameras Using a Modified Slanted

More information

Suppression of Pulse Interference in Partial Discharge Measurement Based on Phase Correlation and Waveform Characteristics

Suppression of Pulse Interference in Partial Discharge Measurement Based on Phase Correlation and Waveform Characteristics Journal of Energy and Power Engineering 9 (215) 289-295 doi: 1.17265/1934-8975/215.3.8 D DAVID PUBLISHING Suppression of Pulse Interference in Partial Discharge Measurement Based on Phase Correlation and

More information

Voice Recognition Technology Using Neural Networks

Voice Recognition Technology Using Neural Networks Journal of New Technology and Materials JNTM Vol. 05, N 01 (2015)27-31 OEB Univ. Publish. Co. Voice Recognition Technology Using Neural Networks Abdelouahab Zaatri 1, Norelhouda Azzizi 2 and Fouad Lazhar

More information

A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition and Mean Absolute Deviation

A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition and Mean Absolute Deviation Sensors & Transducers, Vol. 6, Issue 2, December 203, pp. 53-58 Sensors & Transducers 203 by IFSA http://www.sensorsportal.com A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition

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

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

TRANSIENT STABILITY ENHANCEMENT OF POWER SYSTEM USING INTELLIGENT TECHNIQUE

TRANSIENT STABILITY ENHANCEMENT OF POWER SYSTEM USING INTELLIGENT TECHNIQUE TRANSIENT STABILITY ENHANCEMENT OF POWER SYSTEM USING INTELLIGENT TECHNIQUE K.Satyanarayana 1, Saheb Hussain MD 2, B.K.V.Prasad 3 1 Ph.D Scholar, EEE Department, Vignan University (A.P), India, ksatya.eee@gmail.com

More information

Real time noise-speech discrimination in time domain for speech recognition application

Real time noise-speech discrimination in time domain for speech recognition application University of Malaya From the SelectedWorks of Mokhtar Norrima January 4, 2011 Real time noise-speech discrimination in time domain for speech recognition application Norrima Mokhtar, University of Malaya

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

Acquisition and Analysis of Continuous Acoustic Emission Waveform for Classification of Damage Sources in Ceramic Fiber Mat

Acquisition and Analysis of Continuous Acoustic Emission Waveform for Classification of Damage Sources in Ceramic Fiber Mat Materials Transactions, Vol. 48, No. 6 (27) pp. 1221 to 1226 Special Issue on Advances in Non-Destructive Inspection and Materials Evaluation #27 The Japanese Society for Non-Destructive Inspection Acquisition

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

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

Wavelet Transform Based Islanding Characterization Method for Distributed Generation

Wavelet Transform Based Islanding Characterization Method for Distributed Generation Fourth LACCEI International Latin American and Caribbean Conference for Engineering and Technology (LACCET 6) Wavelet Transform Based Islanding Characterization Method for Distributed Generation O. A.

More information

On the Estimation of Interleaved Pulse Train Phases

On the Estimation of Interleaved Pulse Train Phases 3420 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 48, NO. 12, DECEMBER 2000 On the Estimation of Interleaved Pulse Train Phases Tanya L. Conroy and John B. Moore, Fellow, IEEE Abstract Some signals are

More information

Convenient Structural Modal Analysis Using Noncontact Vision-Based Displacement Sensor

Convenient Structural Modal Analysis Using Noncontact Vision-Based Displacement Sensor 8th European Workshop On Structural Health Monitoring (EWSHM 2016), 5-8 July 2016, Spain, Bilbao www.ndt.net/app.ewshm2016 Convenient Structural Modal Analysis Using Noncontact Vision-Based Displacement

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

SUPERVISED SIGNAL PROCESSING FOR SEPARATION AND INDEPENDENT GAIN CONTROL OF DIFFERENT PERCUSSION INSTRUMENTS USING A LIMITED NUMBER OF MICROPHONES

SUPERVISED SIGNAL PROCESSING FOR SEPARATION AND INDEPENDENT GAIN CONTROL OF DIFFERENT PERCUSSION INSTRUMENTS USING A LIMITED NUMBER OF MICROPHONES SUPERVISED SIGNAL PROCESSING FOR SEPARATION AND INDEPENDENT GAIN CONTROL OF DIFFERENT PERCUSSION INSTRUMENTS USING A LIMITED NUMBER OF MICROPHONES SF Minhas A Barton P Gaydecki School of Electrical and

More information

Radar Signal Classification Based on Cascade of STFT, PCA and Naïve Bayes

Radar Signal Classification Based on Cascade of STFT, PCA and Naïve Bayes 216 7th International Conference on Intelligent Systems, Modelling and Simulation Radar Signal Classification Based on Cascade of STFT, PCA and Naïve Bayes Yuanyuan Guo Department of Electronic Engineering

More information

INTERNATIONAL CONFERENCE ON ENGINEERING DESIGN ICED 01 GLASGOW, AUGUST 21-23, 2001

INTERNATIONAL CONFERENCE ON ENGINEERING DESIGN ICED 01 GLASGOW, AUGUST 21-23, 2001 INTERNATIONAL CONFERENCE ON ENGINEERING DESIGN ICED 01 GLASGOW, AUGUST 21-23, 2001 DESIGN OF PART FAMILIES FOR RECONFIGURABLE MACHINING SYSTEMS BASED ON MANUFACTURABILITY FEEDBACK Byungwoo Lee and Kazuhiro

More information

Detection, localization, and classification of power quality disturbances using discrete wavelet transform technique

Detection, localization, and classification of power quality disturbances using discrete wavelet transform technique From the SelectedWorks of Tarek Ibrahim ElShennawy 2003 Detection, localization, and classification of power quality disturbances using discrete wavelet transform technique Tarek Ibrahim ElShennawy, Dr.

More information

A Correlation-Maximization Denoising Filter Used as An Enhancement Frontend for Noise Robust Bird Call Classification

A Correlation-Maximization Denoising Filter Used as An Enhancement Frontend for Noise Robust Bird Call Classification A Correlation-Maximization Denoising Filter Used as An Enhancement Frontend for Noise Robust Bird Call Classification Wei Chu and Abeer Alwan Speech Processing and Auditory Perception Laboratory Department

More information

EXPERIMENTAL STUDY ON TURNING WITH SELF-PROPELLED ROTARY CUTTING TOOL

EXPERIMENTAL STUDY ON TURNING WITH SELF-PROPELLED ROTARY CUTTING TOOL Journal of Thermal Engineering, Vol. 3, No. 6, Special Issue 6, pp. 1553-156, Yildiz Technical University Press, Istanbul, Turkey EXPERIMENTAL STUDY ON TURNING WITH SELF-PROPELLED ROTARY CUTTING TOOL U.

More information

DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES

DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES Ph.D. THESIS by UTKARSH SINGH INDIAN INSTITUTE OF TECHNOLOGY ROORKEE ROORKEE-247 667 (INDIA) OCTOBER, 2017 DETECTION AND CLASSIFICATION OF POWER

More information

Keywords Fuzzy Logic, ANN, Histogram Equalization, Spatial Averaging, High Boost filtering, MSE, RMSE, SNR, PSNR.

Keywords Fuzzy Logic, ANN, Histogram Equalization, Spatial Averaging, High Boost filtering, MSE, RMSE, SNR, PSNR. Volume 4, Issue 1, January 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com An Image Enhancement

More information

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

ARTIFICIAL NEURAL NETWORK BASED CLASSIFICATION FOR MONOBLOCK CENTRIFUGAL PUMP USING WAVELET ANALYSIS International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 6340(Print) ISSN 0976 6359(Online) Volume 1 Number 1, July - Aug (2010), pp. 28-37 IAEME, http://www.iaeme.com/ijmet.html

More information

Audio Fingerprinting using Fractional Fourier Transform

Audio Fingerprinting using Fractional Fourier Transform Audio Fingerprinting using Fractional Fourier Transform Swati V. Sutar 1, D. G. Bhalke 2 1 (Department of Electronics & Telecommunication, JSPM s RSCOE college of Engineering Pune, India) 2 (Department,

More information

Singing Voice Detection. Applications of Music Processing. Singing Voice Detection. Singing Voice Detection. Singing Voice Detection

Singing Voice Detection. Applications of Music Processing. Singing Voice Detection. Singing Voice Detection. Singing Voice Detection Detection Lecture usic Processing Applications of usic Processing Christian Dittmar International Audio Laboratories Erlangen christian.dittmar@audiolabs-erlangen.de Important pre-requisite for: usic segmentation

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

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

Chapter 4 SPEECH ENHANCEMENT

Chapter 4 SPEECH ENHANCEMENT 44 Chapter 4 SPEECH ENHANCEMENT 4.1 INTRODUCTION: Enhancement is defined as improvement in the value or Quality of something. Speech enhancement is defined as the improvement in intelligibility and/or

More information

Effect of Ultrasonic Vibration on Micro Grooving

Effect of Ultrasonic Vibration on Micro Grooving Memoirs of the Faculty of Engineering, Kyushu University, Vol.68, No.1, March 2008 Effect of Ultrasonic Vibration on Micro Grooving by Osamu OHNISHI *, Hiromichi ONIKURA **, Seung-Ki MIN *** Muhammad Aziz

More information

Experimental Research on Cavitation Erosion Detection Based on Acoustic Emission Technique

Experimental Research on Cavitation Erosion Detection Based on Acoustic Emission Technique 30th European Conference on Acoustic Emission Testing & 7th International Conference on Acoustic Emission University of Granada, 12-15 September 2012 www.ndt.net/ewgae-icae2012/ Experimental Research on

More information

Nonlinear Companding Transform Algorithm for Suppression of PAPR in OFDM Systems

Nonlinear Companding Transform Algorithm for Suppression of PAPR in OFDM Systems Nonlinear Companding Transform Algorithm for Suppression of PAPR in OFDM Systems P. Guru Vamsikrishna Reddy 1, Dr. C. Subhas 2 1 Student, Department of ECE, Sree Vidyanikethan Engineering College, Andhra

More information

Wavelet Transform for Classification of Voltage Sag Causes using Probabilistic Neural Network

Wavelet Transform for Classification of Voltage Sag Causes using Probabilistic Neural Network International Journal of Electrical Engineering. ISSN 974-2158 Volume 4, Number 3 (211), pp. 299-39 International Research Publication House http://www.irphouse.com Wavelet Transform for Classification

More information

A New Technique for the Investigation of Chatter Formation during End Milling of Medium Carbon Steel (AISI 45)

A New Technique for the Investigation of Chatter Formation during End Milling of Medium Carbon Steel (AISI 45) A New Technique for the Investigation of Chatter Formation during End Milling of Medium Carbon Steel (AISI 45) Md. Anayet U Patwari 1*,3, A.K.M. Nurul Amin 1, W. Faris 2, Sharulhazrin M 1.S, Hafizzudin

More information

Evaluation of Audio Compression Artifacts M. Herrera Martinez

Evaluation of Audio Compression Artifacts M. Herrera Martinez Evaluation of Audio Compression Artifacts M. Herrera Martinez This paper deals with subjective evaluation of audio-coding systems. From this evaluation, it is found that, depending on the type of signal

More information

MEASUREMENT OF ROUGHNESS USING IMAGE PROCESSING. J. Ondra Department of Mechanical Technology Military Academy Brno, Brno, Czech Republic

MEASUREMENT OF ROUGHNESS USING IMAGE PROCESSING. J. Ondra Department of Mechanical Technology Military Academy Brno, Brno, Czech Republic MEASUREMENT OF ROUGHNESS USING IMAGE PROCESSING J. Ondra Department of Mechanical Technology Military Academy Brno, 612 00 Brno, Czech Republic Abstract: A surface roughness measurement technique, based

More information

1272. Phase-controlled vibrational laser percussion drilling

1272. Phase-controlled vibrational laser percussion drilling 1272. Phase-controlled vibrational laser percussion drilling Chao-Ching Ho 1, Chih-Mu Chiu 2, Yuan-Jen Chang 3, Jin-Chen Hsu 4, Chia-Lung Kuo 5 National Yunlin University of Science and Technology, Douliou,

More information

(i) Understanding the basic concepts of signal modeling, correlation, maximum likelihood estimation, least squares and iterative numerical methods

(i) Understanding the basic concepts of signal modeling, correlation, maximum likelihood estimation, least squares and iterative numerical methods Tools and Applications Chapter Intended Learning Outcomes: (i) Understanding the basic concepts of signal modeling, correlation, maximum likelihood estimation, least squares and iterative numerical methods

More information

Wheel Health Monitoring Using Onboard Sensors

Wheel Health Monitoring Using Onboard Sensors Wheel Health Monitoring Using Onboard Sensors Brad M. Hopkins, Ph.D. Project Engineer Condition Monitoring Amsted Rail Company, Inc. 1 Agenda 1. Motivation 2. Overview of Methodology 3. Application: Wheel

More information

The Elevator Fault Diagnosis Method Based on Sequential Probability Ratio Test (SPRT)

The Elevator Fault Diagnosis Method Based on Sequential Probability Ratio Test (SPRT) Automation, Control and Intelligent Systems 2017; 5(4): 50-55 http://www.sciencepublishinggroup.com/j/acis doi: 10.11648/j.acis.20170504.11 ISSN: 2328-5583 (Print); ISSN: 2328-5591 (Online) The Elevator

More information

PERFORMANCE MODELLING OF RECONFIGURABLE ASSEMBLY LINE

PERFORMANCE MODELLING OF RECONFIGURABLE ASSEMBLY LINE ISSN 1726-4529 Int. j. simul. model. 5 (2006) 1, 16-24 Original scientific paper PERFORMANCE MODELLING OF RECONFIGURABLE ASSEMBLY LINE Jain, P. K. * ; Fukuda, Y. ** ; Komma, V. R. * & Reddy, K. V. S. *

More information

Anomaly Detection in Drilling Using Neural Networks. B. Brophy¹, K. Kelly², G. Byrne 1

Anomaly Detection in Drilling Using Neural Networks. B. Brophy¹, K. Kelly², G. Byrne 1 ABSTRACT Anomaly Detection in Drilling Using Neural Networks B. Brophy¹, K. Kelly², G. Byrne 1 1. Mechanical Engineering Department, University College Dublin. Belfield, Dublin 4. Ireland. 2. Department

More information

Implementing Speaker Recognition

Implementing Speaker Recognition Implementing Speaker Recognition Chase Zhou Physics 406-11 May 2015 Introduction Machinery has come to replace much of human labor. They are faster, stronger, and more consistent than any human. They ve

More information

Introduction to Machine Learning

Introduction to Machine Learning Introduction to Machine Learning Deep Learning Barnabás Póczos Credits Many of the pictures, results, and other materials are taken from: Ruslan Salakhutdinov Joshua Bengio Geoffrey Hinton Yann LeCun 2

More information

Measurement of phase velocity dispersion curves and group velocities in a plate using leaky Lamb waves

Measurement of phase velocity dispersion curves and group velocities in a plate using leaky Lamb waves Measurement of phase velocity dispersion curves and group velocities in a plate using leaky Lamb waves NDE2002 predict. assure. improve. National Seminar of ISNT Chennai, 5. 7. 12. 2002 www.nde2002.org

More information

Wavelet-based Image Splicing Forgery Detection

Wavelet-based Image Splicing Forgery Detection Wavelet-based Image Splicing Forgery Detection 1 Tulsi Thakur M.Tech (CSE) Student, Department of Computer Technology, basiltulsi@gmail.com 2 Dr. Kavita Singh Head & Associate Professor, Department of

More information

MARKOV CHANNEL MODELING. Julio Nicolás Aráuz Salazar. Electronics and Telecommunications Engineering, E.P.N Quito - Ecuador, 1996

MARKOV CHANNEL MODELING. Julio Nicolás Aráuz Salazar. Electronics and Telecommunications Engineering, E.P.N Quito - Ecuador, 1996 82. MARKOV CHANNEL MODELING by Julio Nicolás Aráuz Salazar Electronics and Telecommunications Engineering, E.P.N Quito - Ecuador, 996 MST, University of Pittsburgh, 2 Submitted to the Graduate Faculty

More information

CLASSIFICATION OF CLOSED AND OPEN-SHELL (TURKISH) PISTACHIO NUTS USING DOUBLE TREE UN-DECIMATED WAVELET TRANSFORM

CLASSIFICATION OF CLOSED AND OPEN-SHELL (TURKISH) PISTACHIO NUTS USING DOUBLE TREE UN-DECIMATED WAVELET TRANSFORM CLASSIFICATION OF CLOSED AND OPEN-SHELL (TURKISH) PISTACHIO NUTS USING DOUBLE TREE UN-DECIMATED WAVELET TRANSFORM Nuri F. Ince 1, Fikri Goksu 1, Ahmed H. Tewfik 1, Ibrahim Onaran 2, A. Enis Cetin 2, Tom

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

A Study on Correlation of AE Signals from Different AE Sensors in Valve Leakage Rate Detection

A Study on Correlation of AE Signals from Different AE Sensors in Valve Leakage Rate Detection A Study on Correlation of AE Signals from Different AE Sensors in Valve Leakage Rate Detection 113 A Study on Correlation of AE Signals from Different AE Sensors in Valve Leakage Rate Detection Watit Kaewwaewnoi

More information

Detection and Identification of PQ Disturbances Using S-Transform and Artificial Intelligent Technique

Detection and Identification of PQ Disturbances Using S-Transform and Artificial Intelligent Technique American Journal of Electrical Power and Energy Systems 5; 4(): -9 Published online February 7, 5 (http://www.sciencepublishinggroup.com/j/epes) doi:.648/j.epes.54. ISSN: 36-9X (Print); ISSN: 36-9 (Online)

More information

VICs: A Modular Vision-Based HCI Framework

VICs: A Modular Vision-Based HCI Framework VICs: A Modular Vision-Based HCI Framework The Visual Interaction Cues Project Guangqi Ye, Jason Corso Darius Burschka, & Greg Hager CIRL, 1 Today, I ll be presenting work that is part of an ongoing project

More information

Disturbance Rejection Using Self-Tuning ARMARKOV Adaptive Control with Simultaneous Identification

Disturbance Rejection Using Self-Tuning ARMARKOV Adaptive Control with Simultaneous Identification IEEE TRANSACTIONS ON CONTROL SYSTEMS TECHNOLOGY, VOL. 9, NO. 1, JANUARY 2001 101 Disturbance Rejection Using Self-Tuning ARMARKOV Adaptive Control with Simultaneous Identification Harshad S. Sane, Ravinder

More information

A New Adaptive Channel Estimation for Frequency Selective Time Varying Fading OFDM Channels

A New Adaptive Channel Estimation for Frequency Selective Time Varying Fading OFDM Channels A New Adaptive Channel Estimation for Frequency Selective Time Varying Fading OFDM Channels Wessam M. Afifi, Hassan M. Elkamchouchi Abstract In this paper a new algorithm for adaptive dynamic channel estimation

More information

Automatic bearing fault classification combining statistical classification and fuzzy logic

Automatic bearing fault classification combining statistical classification and fuzzy logic Automatic bearing fault classification combining statistical classification and fuzzy logic T. Lindh, J. Ahola, P. Spatenka, A-L Rautiainen Tuomo.Lindh@lut.fi Lappeenranta University of Technology Lappeenranta,

More information

Tutorial on the Statistical Basis of ACE-PT Inc. s Proficiency Testing Schemes

Tutorial on the Statistical Basis of ACE-PT Inc. s Proficiency Testing Schemes Tutorial on the Statistical Basis of ACE-PT Inc. s Proficiency Testing Schemes Note: For the benefit of those who are not familiar with details of ISO 13528:2015 and with the underlying statistical principles

More information

The Decision Aid Leak Notification System for Pigging False Alarm

The Decision Aid Leak Notification System for Pigging False Alarm ISBN 978-93-84468-94-1 International Conference on Education, Business and Management (ICEBM-2017) Bali (Indonesia) Jan. 8-9, 2017 The Decision Aid Leak Notification System for Pigging False Alarm Thanet

More information