Classification of Analog Modulated Communication Signals using Clustering Techniques: A Comparative Study

Size: px
Start display at page:

Download "Classification of Analog Modulated Communication Signals using Clustering Techniques: A Comparative Study"

Transcription

1 F. Ü. Fen ve Mühendislik Bilimleri Dergisi, 7 (), 47-56, 005 Classification of Analog Modulated Communication Signals using Clustering Techniques: A Comparative Study Hanifi GULDEMIR Abdulkadir SENGUR hguldemir@firat.edu.tr ksengur@firat.edu.tr Firat University, Technical Education Faculty, Department of Electronic and Computer Science, 39, Elazig, TURKEY Abstract In this paper, a comparative study of classification of the analog modulated communication signals using clustering techniques is introduced. Four different clustering algorithms are implemented for classifying the analog signals. These clustering techniques are K-means clustering, fuzzy c-means clustering, mountain clustering and subtractive clustering. Two key features are used for characterizing the analog modulation types. Performance comparison of these clustering algorithms is made using computer simulations. Keywords: Modulation recognition, modulation classification, clustering. Introduction In the past, modulation recognition relied mostly on operators scanning the radio frequency spectrum and checking it on the display. The accuracy of this method is depend on the operators. The dependency to the operator has led to the development of automatic modulation recognition systems. Recognition of the modulation type of an unknown signal provides an insight into its structure, origin and properties and is also crucial in order to retrieve the information stored in the signal. Generally, two main approaches are used in modulation classification algorithms. These are the decision theoretic and statistical pattern recognition algorithms [-5]. In 990 s, artificial neural networks are introduced for the modulation classification [6-7]. In this paper, clustering algorithms based modulation classification is presented. Clustering techniques group data in clusters to obtain useful information. In each cluster, the data exhibits similarity. Clustering is an unsupervised pattern classification technique which partitions the input space into K regions based on some similarity or dissimilarity metric [8]. Several algorithms for clustering data when the number of clusters is known priori are available in the literature [9, 0]. Communication signals traveling in space with different modulation types and different frequencies. These signals use a variety of modulation techniques in order to send an information. It is required to identify these signals for many applications, both defense and civilian. Civilian applications may include monitoring the non-licensed transmitters, while defense applications may be electronic surveillance systems. In this paper, the conventional clustering techniques are used for the modulation classification. K-means clustering, fuzzy c-means clustering, mountain clustering and subtractive clustering techniques were selected and evaluated on a data set obtained from analog modulated communication signals. These modulations are amplitude modulated signals (AM),

2 H. Guldemir and A. Sengur double side band modulated signals (DSB), upper side band signals (USB), lower side band signals (LSB) and frequency modulated signals (FM). Two key features, the maximum value of the normalized centered instantaneous amplitude of the intercepted signal and the signal spectrum symmetry around the carrier, are employed for forming the data points. A comparative study is achieved based on the computer simulations. There has not been discussed such a comparative study which incorporates characteristics of modulation types. The performance analysis of the examined clustering techniques is performed and simulation results are presented.. Clustering The goal of clustering is to identify structure in an unlabeled data set by objectively organizing data into homogeneous groups where the within-group similarity is minimized and the between-group dissimilarity is maximized. Clustering is necessary when no labeled data are available regardless of whether the data are binary, categorical, numerical, interval, ordinal, relational, textual, spatial temporal, spatio-temporal, image, multimedia, or mixtures of the above data types. Data are called static if all their feature values do not change with time, or change negligibly. The bulk of clustering analyses has been performed on static data. Most, if not all, clustering programs developed as an independent program or as part of a large suite of data analysis or data mining software to date work only with static data []. In this study we examine four of the most representative clustering techniques which are frequently used in radial basis function networks and fuzzy modeling []. These are K-means clustering, fuzzy C-means clustering, mountain clustering method and subtractive clustering. More detailed discussions of clustering techniques are presented in [3]... K-means Clustering The k-means was first developed more than three decades ago. The main idea behind it is the minimization of an objective function, which is normally chosen to be the total distance between all patterns from their respective cluster centers. Its solution relies on an iterative scheme, which starts with arbitrarily chosen initial cluster memberships or centers. The distribution of objects among clusters and the updating of cluster centers are the two main steps of the c-means algorithm. The algorithm alternates between these two steps until the value of the objective function cannot be reduced anymore. Given n patterns {x k k =... n}, c-means determine c cluster centers {v i i=... c}, by minimizing the objective function given as; c n Min J ( U, V ) = u x v () i= k = ik k i u ik { 0,}, i, k and. in the above equation is normally the Euclidean distance measure []. 48

3 Classification of Analog Modulated Communication Signals using Clustering Techniques: A.. Fuzzy C-Means Clustering The c-means algorithm allows for fuzzy partition, rather than hard partition, by using the objective function given in Eq. () below: Min J c n ( U, V ) = ( i k ) xk vi i= k = µ () U = µ i k denotes the matrix of a fuzzy c-partition. The fuzzy c-partition constraints are () µ ik [0, ] i, k, ()Σ i=,c µ ik =, k, and (3) 0<Σ k=,n µ ik <n, i. Each xk could belong to more than one cluster with each belongingness taking a fractional value between 0 and. Fuzzy C-means clustering is a data clustering algorithm in which each data point belongs to a cluster to a degree specified by a membership grade. This algorithm is proposed as an improvement to K-means clustering technique [4]. FCM partitions a collection of n vector X i, i =,,..., n into c fuzzy groups, and finds a cluster center in each group such that a cost function of dissimilarity measure is minimized. The steps of FCM algorithm are therefore first described in brief. µ ik = (3) c d m ik j= d jk where d jk = v j xk is the Euclidean distance between i th cluster center and k th data point, and m is the fuzziness index. The new c fuzzy cluster centers v i, i =,,..., c using the following equation; v i = n j= n µ j= m ij µ X m ij j (4).3. Mountain Clustering The mountain clustering method is a relatively simple and effective approach to approximate estimation of cluster centers on the basis of a density measure called mountain function [5]. The following is a brief description of the mountain clustering algorithm. 49

4 H. Guldemir and A. Sengur Step : Initialize the cluster centers forming a grid on the data space, where the intersection of the grid lines constitute the candidates for cluster centers, denoted as a set C. A finer gridding increases the number of potential cluster centers, but it also increases the computation required. Step : Construct a mountain function that represents a density measure of a data set. The height of the mountain function at a point c C can compute as; m( c) = N i= c x exp( i σ ) (5) where x i is the i th data point and σ is a design constant. Step 3: Select the cluster centers by sequentially destructing the mountain function. First find the point in the candidate centers C that has the greatest value for the mountain function; this becomes the first cluster center c. Obtaining next cluster center requires eliminating the effect of the just-identified center, which is typically surrounded by a number of grid points that also have high density scores. This is realized by revising the mountain function as follows; m new c c ( c) = m( c) m( c ) exp( ) (6) β after subtraction the second cluster center is again selected as the point in C that has the largest value for the new mountain function. This process of revising the mountain function and finding the next cluster centers continues until a sufficient number of cluster centers are attained..4. Subtractive Clustering The mountain clustering method is simple and effective. However its computation grows exponentially with the dimension of the problem. An alternative approach is subtractive clustering proposed by Chiu [6] in which data points are considered as the candidates for center of clusters. The algorithm continues as follow; Step : Consider a collection of n data points { X, X, X 3,..., X n} in an M-dimensional space. Since each data point is a candidate for cluster center, a density measure at data point X i is defined as; 50

5 Classification of Analog Modulated Communication Signals using Clustering Techniques: A D i = n j= X i X j exp( ) (7) ( r / ) a where r a is a positive constant. Hence, a data point will have a high density value if it has many neighboring data point. The radius r a defines a neighborhood; data points outside this radius contribute only slightly to the density measure. Step : After the density measure of each data point has been calculated, the data point with the highest density measure is selected as the first cluster center. Let X c be the point selected and D c its density measure. Next, the density measure for each data point X i is revised as follows; D i X i X j = Di Dc exp( ) (8) ( r / ) b Where r b is a positive constant. Step 3: After the density calculation for each data point is revised, the next cluster center X c is selected and all of the density calculations for data points are revised again. This process is repeated until a sufficient number of cluster centers are generated. 3. Feature Clustering and Classification The first step in any classification system is to identify the features that will be used to classify the data. Feature extraction is a form of data reduction, and the choice of feature set can affect the performance of the classification system. Each piece of data, called a case, corresponds to an observation of a modulated signal and the features extracted from that observation are called parameters. Clustering algorithms work by examining a large number of cases and finding groups of cases with similar parameters. These groups are called clusters, and are considered to belong to the same category in the classification. Two key features are used in this study for generating the data set. The first feature is the maximum value of the normalized centered instantaneous amplitude of the intercepted signal and it is calculated as follow [7]; γ max = max( fft( a) / N) (9) where a is the normalized centered instantaneous amplitude of the intercepted signal and N is the number of the sample in the range. The second key feature is the signal spectrum symmetry around the carrier which is given by; 5

6 H. Guldemir and A. Sengur P P L U = (0) P U P + P L where P P L U f = cn i= f = cn i= X ( i) () c X ( i + f + ) () c cn where, X c (i) is the Fourier transform of the intercepted signal X c (i), (f c +) is the sample number corresponding to the carrier frequency, f c and f cn is defined as; f c N s f cn = (3) f s here it is assumed that the carrier frequency is known. The normalized data set is shown in fig.. 5. Implementation A first order autoregressive speech signal is used as a source signal. The results comparing the examined clustering algorithms are provided for data set which is generated from the five analog modulated signals AM, FM, DSB, USB and LSB. This is a non-overlapping two dimensional data set where the number of cluster is five. The data set is generated as follows: The source signal is modulated using the analog modulation schemas. An additive white Gaussian noise is added to the modulated signal and the features are extracted from these signals. The normalized data set is shown in fig.. 5

7 Classification of Analog Modulated Communication Signals using Clustering Techniques: A USB AM FM DSB LSB USB Feature FM DSB AM LSB Feature Figure The normalized data set 6. Results and Discussion Four most popular clustering algorithms are examined for the classification of analog modulated communication signals. The performances of the clustering algorithms are tested with MATLAB based computer simulations. The results are presented in Figure -6 and Table -3. K-means algorithm may converge to values that are not optimal and converges different values due to the initial cluster centers. On the other hand, the number of the clusters in the data sets must be specified before the process. In this study, a fixed number (5 clusters) is used for indicating the clusters in the data set for both the K-means and the fuzzy C-means algorithms. The initial cluster centers are selected from the data set. Fuzzy C-means algorithm is produced the best results even the initial cluster centers has changed, but presented no guarantee for converging to an optimal solution. Here, we choose.5 as the fuzziness index. The number of the iteration is 500 and the desired error rate is E-0. In the mountain clustering, σ parameter affects the height as well as the smoothness of the mountain function. The surface plot of the mountain function with σ equal to 0.05 is given in Figure 4. The results of the mountain clustering are satisfactory. However, its computation grows exponentially with the dimension of the problem. The performance of K-means algorithm can be seen from the Table. 7 of the AM modulated signals are recognized as FM and all FM signals are classified as DSB signals. This situation is indicated in the related table. On the other hand, fuzzy C-means and mountain clustering algorithms perform better solutions. The classification success rate is %00. These situations can be seen at Table and Table 3 respectively. Subtractive clustering method aims 53

8 H. Guldemir and A. Sengur to overcome this problem by considering the data points as the candidate cluster centers. In the subtractive clustering the r a parameter plays an important role for forming the clusters. This situation is shown at Figure 5 and Figure 6. In figure 5, the algorithm performs 6 clusters based on the r a = 0.5 and in figure 6, the subtractive clustering algorithm forms 5 clusters based on r a = 0.5. Feature AM FM DSB LSB USB Feature Figure K-means clustering Feature AM FM DSB LSB USB Feature Figure 3 FCM clustering Feature Feature Figure 4 Mountain clustering Figure 5 Subtractive clustering 54

9 Classification of Analog Modulated Communication Signals using Clustering Techniques: A Feature Feature Figure 6 Subtractive clustering with different r a Table. The actual and the estimated modulation numbers for K-means algorithm Estimated Modulation Types Actual modulation types and feature numbers AM (33) DSB (00) FM (7) LSB (50) USB(50) AM (50) DSB (50) FM (50) LSB (50) USB (50) Table. The actual and the estimated modulation numbers for Fuzzy C-means algorithm Estimated Modulation Types Actual modulation types and AM (50) DSB (50) FM (50) LSB (50) USB (50) feature numbers AM (50) DSB (50) FM (50) LSB (50) USB (50) Table 3. The actual and the estimated modulation numbers for Mountain algorithm Estimated Modulation Types Actual modulation types and AM (50) DSB (50) FM (50) LSB (50) USB (50) feature numbers AM (50) DSB (50) FM (50) LSB (50) USB (50)

10 H. Guldemir and A. Sengur 5. Conclusion In this study, modulation classification using clustering techniques is presented. A comparative study is given for four different clustering algorithms. The introduction is followed by a brief description of the most representative clustering algorithms used in this study. The presented classification is not limited to any specific class of modulations. A first order autoregressive voice signal is modulated using the analog modulation schemes. An additive white Gaussian noise is added to the modulated signal in order to test the performance of the classification in the presence of noise. The simulation results are given. Nowadays, in modern communication systems, digital modulation techniques rather than analog modulated schemas are used. So the new trend is the digital modulation recognizers. The aforementioned clustering algorithms are also successfully applied to the digital modulation schemas. References. F. Jondral, Automatic classification of high frequency signals, Signal Processing, 9, 77-90, J. Aisbett, Automatic modulation recognition using time-domain parameters, Signal Processing, 3, 33-39, L. Dominiguez, J. Borallo, J. Garcia, A general approach to automatic classification of radiocommunication signals, Signal Processing,, 39-50, A. Polydoros, K. Kim, On the detection and classification of quadrature digital modulations in broadband noise, IEEE Transactions on Communications, 38, 99-, S.S. Soliman, S. Hsue, Signal classification using statistical moments. IEEE Transactions on Communications, 40, , N. Ghani, R. Lamontagne, Neural networks applied to the classification of spectral features for automatic modulation recognition, Military Communication Conference (MILCOM 93), -5, E.E. Azzouz, A.K. Nandi, Automatic Modulation Recognition of Communication Signals, Kluwer Academic Publishers, A.K. Jain, R.C. Dubes, Algorithms for Clustering Data, Prentice-Hall, Englewood Cliffs, NJ, U. Maulik, S. Bandyopadhyay, Genetic Algorithm based clustering technique. Pattern Recognition 33, , R. Kothari, D. Pitts, On finding the number of clusters, Pattern Recognition Letters, 0, , T.W.Liao. Clustering of time series data a survey, Pattern Recognition, In Press.. J. S.R. Jang, C.T. Sun, E. Mizutani, Neuro-fuzzy and soft computing, Prentice Hall, R.O. Duda, P.E. Hart, Pattern Recognition and scene analysis, John Willey and Sons, J.C. Bezdek, Fuzzy mathematics in pattern classification, PhD thesis, Applied Math. Center, Cornell University Ithaca, R.R. Yager, D.P. Filev, Generation of fuzzy rules by mountain clustering, IEEE Transactions on System, Man and Cybernetics,, 09-9, S. L. Chiu, Fuzzy model identification based on cluster estimation, Journal of Intelligent and Fuzzy Systems,,

Online modulation recognition of analog communication signals using neural network

Online modulation recognition of analog communication signals using neural network Expert Systems with Applications Expert Systems with Applications 33 (7) 6 4 www.elsevier.com/locate/eswa Online modulation recognition of analog communication signals using neural network H. Guldemir

More information

Frequency Hopping Spread Spectrum Recognition Based on Discrete Fourier Transform and Skewness and Kurtosis

Frequency Hopping Spread Spectrum Recognition Based on Discrete Fourier Transform and Skewness and Kurtosis Frequency Hopping Spread Spectrum Recognition Based on Discrete Fourier Transform and Skewness and Kurtosis Hadi Athab Hamed 1, Ahmed Kareem Abdullah 2 and Sara Al-waisawy 3 1,2,3 Al-Furat Al-Awsat Technical

More information

OFDM MODULATED SIGNALS BASED ON STATISTICAL PARAMETERS

OFDM MODULATED SIGNALS BASED ON STATISTICAL PARAMETERS OFDM MODULATED SIGNALS BASED ON STATISTICAL PARAMETERS 1 S SUBRAHMANYA SASTRY, 2 K.RAJU, 3 DR.M.CHANDRASEKHAR 1 Ph.D student in Rayalaseema University-Kurnool & Assoc Prof in Malla Reddy Engineering College

More information

International Journal of Advance Research in Engineering, Science & Technology. An Automatic Modulation Classifier for signals based on Fuzzy System

International Journal of Advance Research in Engineering, Science & Technology. An Automatic Modulation Classifier for signals based on Fuzzy System Impact Factor (SJIF): 3.632 International Journal of Advance Research in Engineering, Science & Technology e-issn: 2393-9877, p-issn: 2394-2444 Volume 3, Issue 5, May-2016 An Automatic Modulation Classifier

More information

Digital Modulation Recognition Based on Feature, Spectrum and Phase Analysis and its Testing with Disturbed Signals

Digital Modulation Recognition Based on Feature, Spectrum and Phase Analysis and its Testing with Disturbed Signals Digital Modulation Recognition Based on Feature, Spectrum and Phase Analysis and its Testing with Disturbed Signals A. KUBANKOVA AND D. KUBANEK Department of Telecommunications Brno University of Technology

More information

Online Large Margin Semi-supervised Algorithm for Automatic Classification of Digital Modulations

Online Large Margin Semi-supervised Algorithm for Automatic Classification of Digital Modulations Online Large Margin Semi-supervised Algorithm for Automatic Classification of Digital Modulations Hamidreza Hosseinzadeh*, Farbod Razzazi**, and Afrooz Haghbin*** Department of Electrical and Computer

More information

A Novel Technique for Automatic Modulation Classification and Time-Frequency Analysis of Digitally Modulated Signals

A Novel Technique for Automatic Modulation Classification and Time-Frequency Analysis of Digitally Modulated Signals Vol. 6, No., April, 013 A Novel Technique for Automatic Modulation Classification and Time-Frequency Analysis of Digitally Modulated Signals M. V. Subbarao, N. S. Khasim, T. Jagadeesh, M. H. H. Sastry

More information

Content Based Image Retrieval Using Color Histogram

Content Based Image Retrieval Using Color Histogram Content Based Image Retrieval Using Color Histogram Nitin Jain Assistant Professor, Lokmanya Tilak College of Engineering, Navi Mumbai, India. Dr. S. S. Salankar Professor, G.H. Raisoni College of Engineering,

More information

Background Pixel Classification for Motion Detection in Video Image Sequences

Background Pixel Classification for Motion Detection in Video Image Sequences Background Pixel Classification for Motion Detection in Video Image Sequences P. Gil-Jiménez, S. Maldonado-Bascón, R. Gil-Pita, and H. Gómez-Moreno Dpto. de Teoría de la señal y Comunicaciones. Universidad

More information

Image Extraction using Image Mining Technique

Image Extraction using Image Mining Technique IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 9 (September. 2013), V2 PP 36-42 Image Extraction using Image Mining Technique Prof. Samir Kumar Bandyopadhyay,

More information

Detection of Compound Structures in Very High Spatial Resolution Images

Detection of Compound Structures in Very High Spatial Resolution Images Detection of Compound Structures in Very High Spatial Resolution Images Selim Aksoy Department of Computer Engineering Bilkent University Bilkent, 06800, Ankara, Turkey saksoy@cs.bilkent.edu.tr Joint work

More information

AUTOMATIC MODULATION RECOGNITION OF COMMUNICATION SIGNALS

AUTOMATIC MODULATION RECOGNITION OF COMMUNICATION SIGNALS エシアンゾロナルオフネチュラルアンドアプライヅサエニセズ ISSN: 2186-8476, ISSN: 2186-8468 Print AUTOMATIC MODULATION RECOGNITION OF COMMUNICATION SIGNALS Muazzam Ali Khan 1, Maqsood Muhammad Khan 2, Muhammad Saad Khan 3 1 Blekinge

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

UNIT I AMPLITUDE MODULATION

UNIT I AMPLITUDE MODULATION UNIT I AMPLITUDE MODULATION Prepared by: S.NANDHINI, Assistant Professor, Dept. of ECE, Sri Venkateswara College of Engineering, Sriperumbudur, Tamilnadu. CONTENTS Introduction to communication systems

More information

AUTOMATIC MODULATION RECOGNITION OF COMMUNICATION SIGNALS

AUTOMATIC MODULATION RECOGNITION OF COMMUNICATION SIGNALS AUTOMATIC MODULATION RECOGNITION OF COMMUNICATION SIGNALS AUTOMATIC MODULATION RECOGNITION OF COMMUNICATION SIGNALS by Eisayed Eisayed Azzouz Department 01 Electronic & Electrical Engineering, Military

More information

NEW METHODS FOR CLASSIFICATION OF CPM AND SPREAD SPECTRUM COMMUNICATIONS SIGNALS

NEW METHODS FOR CLASSIFICATION OF CPM AND SPREAD SPECTRUM COMMUNICATIONS SIGNALS NEW METHODS FOR CLASSIFICATION OF CPM AND SPREAD SPECTRUM COMMUNICATIONS SIGNALS VIS RAMAKONAR, DARYOUSH HABIBI, ABDESSELAM BOUZERDOUM School of Engineering and Mathematics Edith Cowan University 100 Joondalup

More information

Enhancement of Speech Signal Based on Improved Minima Controlled Recursive Averaging and Independent Component Analysis

Enhancement of Speech Signal Based on Improved Minima Controlled Recursive Averaging and Independent Component Analysis Enhancement of Speech Signal Based on Improved Minima Controlled Recursive Averaging and Independent Component Analysis Mohini Avatade & S.L. Sahare Electronics & Telecommunication Department, Cummins

More information

Mikko Myllymäki and Tuomas Virtanen

Mikko Myllymäki and Tuomas Virtanen NON-STATIONARY NOISE MODEL COMPENSATION IN VOICE ACTIVITY DETECTION Mikko Myllymäki and Tuomas Virtanen Department of Signal Processing, Tampere University of Technology Korkeakoulunkatu 1, 3370, Tampere,

More information

Population Adaptation for Genetic Algorithm-based Cognitive Radios

Population Adaptation for Genetic Algorithm-based Cognitive Radios Population Adaptation for Genetic Algorithm-based Cognitive Radios Timothy R. Newman, Rakesh Rajbanshi, Alexander M. Wyglinski, Joseph B. Evans, and Gary J. Minden Information Technology and Telecommunications

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

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE A Thesis by Andrew J. Zerngast Bachelor of Science, Wichita State University, 2008 Submitted to the Department of Electrical

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

Adaptive Noise Reduction Algorithm for Speech Enhancement

Adaptive Noise Reduction Algorithm for Speech Enhancement Adaptive Noise Reduction Algorithm for Speech Enhancement M. Kalamani, S. Valarmathy, M. Krishnamoorthi Abstract In this paper, Least Mean Square (LMS) adaptive noise reduction algorithm is proposed to

More information

Development and Performance Analysis of a Class of Intelligent Target Recognition Algorithms

Development and Performance Analysis of a Class of Intelligent Target Recognition Algorithms Development and Performance Analysis of a Class of Intelligent Recognition Algorithms Mark Tillman Defense Intelligence Agency Missile and Space Intelligence Center Redstone Arsenal, AL 35898-55 rmt@msic.dia.mil

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 4, April 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Novel Approach

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

Design and Analysis of New Digital Modulation classification method

Design and Analysis of New Digital Modulation classification method Design and Analysis of New Digital Modulation classification method ANNA KUBANKOVA Department of Telecommunications Brno University of Technology Purkynova 118, 612 00 Brno CZECH REPUBLIC shklya@feec.vutbr.cz

More information

Theory of Telecommunications Networks

Theory of Telecommunications Networks Theory of Telecommunications Networks Anton Čižmár Ján Papaj Department of electronics and multimedia telecommunications CONTENTS Preface... 5 1 Introduction... 6 1.1 Mathematical models for communication

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

TCM-coded OFDM assisted by ANN in Wireless Channels

TCM-coded OFDM assisted by ANN in Wireless Channels 1 Aradhana Misra & 2 Kandarpa Kumar Sarma Dept. of Electronics and Communication Technology Gauhati University Guwahati-781014. Assam, India Email: aradhana66@yahoo.co.in, kandarpaks@gmail.com Abstract

More information

Modern spectral analysis of non-stationary signals in power electronics

Modern spectral analysis of non-stationary signals in power electronics Modern spectral analysis of non-stationary signaln power electronics Zbigniew Leonowicz Wroclaw University of Technology I-7, pl. Grunwaldzki 3 5-37 Wroclaw, Poland ++48-7-36 leonowic@ipee.pwr.wroc.pl

More information

Chapter 3: Analog Modulation Cengage Learning Engineering. All Rights Reserved.

Chapter 3: Analog Modulation Cengage Learning Engineering. All Rights Reserved. Contemporary Communication Systems using MATLAB Chapter 3: Analog Modulation 2013 Cengage Learning Engineering. All Rights Reserved. 3.1 Preview In this chapter we study analog modulation & demodulation,

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

Optimal Adaptive Filtering Technique for Tamil Speech Enhancement

Optimal Adaptive Filtering Technique for Tamil Speech Enhancement Optimal Adaptive Filtering Technique for Tamil Speech Enhancement Vimala.C Project Fellow, Department of Computer Science Avinashilingam Institute for Home Science and Higher Education and Women Coimbatore,

More information

AN EXPERT SYSTEM FOR DIGITAL SIGNAL TYPE CLASSIFICATION

AN EXPERT SYSTEM FOR DIGITAL SIGNAL TYPE CLASSIFICATION Journal of ELECTRICAL ENGINEERING, VOL. 58, NO. 6, 2007, 334 341 AN EXPERT SYSTEM FOR DIGITAL SIGNAL TYPE CLASSIFICATION Ataollah Ebrahimzadeh Maryam Ebrahimzadeh Because of rapid growing of radio communication

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

MODULATION IDENTIFICATION USING NEURAL NETWORKS FOR COGNITIVE RADIOS

MODULATION IDENTIFICATION USING NEURAL NETWORKS FOR COGNITIVE RADIOS MODULATION IDENTIFICATION USING NEURAL NETWORKS FOR COGNITIVE RADIOS Bin Le (Virginia Tech, Blacksburg, VA 24061, USA; binle@vt.edu), Thomas W. Rondeau (trondeau@vt.edu), David Maldonado (davidm@vt.edu),

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

IMPROVING AUDIO WATERMARK DETECTION USING NOISE MODELLING AND TURBO CODING

IMPROVING AUDIO WATERMARK DETECTION USING NOISE MODELLING AND TURBO CODING IMPROVING AUDIO WATERMARK DETECTION USING NOISE MODELLING AND TURBO CODING Nedeljko Cvejic, Tapio Seppänen MediaTeam Oulu, Information Processing Laboratory, University of Oulu P.O. Box 4500, 4STOINF,

More information

Classification in Image processing: A Survey

Classification in Image processing: A Survey Classification in Image processing: A Survey Rashmi R V, Sheela Sridhar Department of computer science and Engineering, B.N.M.I.T, Bangalore-560070 Department of computer science and Engineering, B.N.M.I.T,

More information

AN AUDIO SEPARATION SYSTEM BASED ON THE NEURAL ICA METHOD

AN AUDIO SEPARATION SYSTEM BASED ON THE NEURAL ICA METHOD AN AUDIO SEPARATION SYSTEM BASED ON THE NEURAL ICA METHOD MICHAL BRÁT, MIROSLAV ŠNOREK Czech Technical University in Prague Faculty of Electrical Engineering Department of Computer Science and Engineering

More information

Joint Transmitter-Receiver Adaptive Forward-Link DS-CDMA System

Joint Transmitter-Receiver Adaptive Forward-Link DS-CDMA System # - Joint Transmitter-Receiver Adaptive orward-link D-CDMA ystem Li Gao and Tan. Wong Department of Electrical & Computer Engineering University of lorida Gainesville lorida 3-3 Abstract A joint transmitter-receiver

More information

Real-Time Face Detection and Tracking for High Resolution Smart Camera System

Real-Time Face Detection and Tracking for High Resolution Smart Camera System Digital Image Computing Techniques and Applications Real-Time Face Detection and Tracking for High Resolution Smart Camera System Y. M. Mustafah a,b, T. Shan a, A. W. Azman a,b, A. Bigdeli a, B. C. Lovell

More information

Smart antenna for doa using music and esprit

Smart antenna for doa using music and esprit IOSR Journal of Electronics and Communication Engineering (IOSRJECE) ISSN : 2278-2834 Volume 1, Issue 1 (May-June 2012), PP 12-17 Smart antenna for doa using music and esprit SURAYA MUBEEN 1, DR.A.M.PRASAD

More information

Performance study of Text-independent Speaker identification system using MFCC & IMFCC for Telephone and Microphone Speeches

Performance study of Text-independent Speaker identification system using MFCC & IMFCC for Telephone and Microphone Speeches Performance study of Text-independent Speaker identification system using & I for Telephone and Microphone Speeches Ruchi Chaudhary, National Technical Research Organization Abstract: A state-of-the-art

More information

License Plate Localisation based on Morphological Operations

License Plate Localisation based on Morphological Operations License Plate Localisation based on Morphological Operations Xiaojun Zhai, Faycal Benssali and Soodamani Ramalingam School of Engineering & Technology University of Hertfordshire, UH Hatfield, UK Abstract

More information

A Novel Technique for Automatic Modulation Classification and Time- Frequency Analysis of Digitally Modulated Signals

A Novel Technique for Automatic Modulation Classification and Time- Frequency Analysis of Digitally Modulated Signals A Novel Technique for Automatic Modulation Classification and Time- Frequency Analysis of Digitally Modulated Signals M. Venkata Subbarao, Sayedu Khasim Noorbasha, Jagadeesh Thati 3,,3 Asst. Professor,

More information

Image Analysis based on Spectral and Spatial Grouping

Image Analysis based on Spectral and Spatial Grouping Image Analysis based on Spectral and Spatial Grouping B. Naga Jyothi 1, K.S.R. Radhika 2 and Dr. I. V.Murali Krishna 3 1 Assoc. Prof., Dept. of ECE, DMS SVHCE, Machilipatnam, A.P., India 2 Assoc. Prof.,

More information

An Approximation Algorithm for Computing the Mean Square Error Between Two High Range Resolution RADAR Profiles

An Approximation Algorithm for Computing the Mean Square Error Between Two High Range Resolution RADAR Profiles IEEE TRANSACTIONS ON AEROSPACE AND ELECTRONIC SYSTEMS, VOL., NO., JULY 25 An Approximation Algorithm for Computing the Mean Square Error Between Two High Range Resolution RADAR Profiles John Weatherwax

More information

Study Of Sound Source Localization Using Music Method In Real Acoustic Environment

Study Of Sound Source Localization Using Music Method In Real Acoustic Environment International Journal of Electronics Engineering Research. ISSN 975-645 Volume 9, Number 4 (27) pp. 545-556 Research India Publications http://www.ripublication.com Study Of Sound Source Localization Using

More information

Journal of American Science 2015;11(7)

Journal of American Science 2015;11(7) Design of Efficient Noise Reduction Scheme for Secure Speech Masked by Signals Hikmat N. Abdullah 1, Saad S. Hreshee 2, Ameer K. Jawad 3 1. College of Information Engineering, AL-Nahrain University, Baghdad-Iraq

More information

Bayesian Estimation of Tumours in Breasts Using Microwave Imaging

Bayesian Estimation of Tumours in Breasts Using Microwave Imaging Bayesian Estimation of Tumours in Breasts Using Microwave Imaging Aleksandar Jeremic 1, Elham Khosrowshahli 2 1 Department of Electrical & Computer Engineering McMaster University, Hamilton, ON, Canada

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

UNIVERSITY OF REGINA FACULTY OF ENGINEERING. TIME TABLE: Once every two weeks (tentatively), every other Friday from pm

UNIVERSITY OF REGINA FACULTY OF ENGINEERING. TIME TABLE: Once every two weeks (tentatively), every other Friday from pm 1 UNIVERSITY OF REGINA FACULTY OF ENGINEERING COURSE NO: ENIN 880AL - 030 - Fall 2002 COURSE TITLE: Introduction to Intelligent Robotics CREDIT HOURS: 3 INSTRUCTOR: Dr. Rene V. Mayorga ED 427; Tel: 585-4726,

More information

Ground Target Signal Simulation by Real Signal Data Modification

Ground Target Signal Simulation by Real Signal Data Modification Ground Target Signal Simulation by Real Signal Data Modification Witold CZARNECKI MUT Military University of Technology ul.s.kaliskiego 2, 00-908 Warszawa Poland w.czarnecki@tele.pw.edu.pl SUMMARY Simulation

More information

Audio Watermark Detection Improvement by Using Noise Modelling

Audio Watermark Detection Improvement by Using Noise Modelling Audio Watermark Detection Improvement by Using Noise Modelling NEDELJKO CVEJIC, TAPIO SEPPÄNEN*, DAVID BULL Dept. of Electrical and Electronic Engineering University of Bristol Merchant Venturers Building,

More information

Specific emitter identification based on graphical representation of the distribution of radar signal parameters

Specific emitter identification based on graphical representation of the distribution of radar signal parameters BULLETIN OF THE POLISH ACADEMY OF SCIENCES TECHNICAL SCIENCES, Vol. 63, No. 2, 2015 DOI: 10.1515/bpasts-2015-0044 Specific emitter identification based on graphical representation of the distribution of

More information

Blind Dereverberation of Single-Channel Speech Signals Using an ICA-Based Generative Model

Blind Dereverberation of Single-Channel Speech Signals Using an ICA-Based Generative Model Blind Dereverberation of Single-Channel Speech Signals Using an ICA-Based Generative Model Jong-Hwan Lee 1, Sang-Hoon Oh 2, and Soo-Young Lee 3 1 Brain Science Research Center and Department of Electrial

More information

Segmentation of Fingerprint Images

Segmentation of Fingerprint Images Segmentation of Fingerprint Images Asker M. Bazen and Sabih H. Gerez University of Twente, Department of Electrical Engineering, Laboratory of Signals and Systems, P.O. box 217-75 AE Enschede - The Netherlands

More information

The Classification of Gun s Type Using Image Recognition Theory

The Classification of Gun s Type Using Image Recognition Theory International Journal of Information and Electronics Engineering, Vol. 4, No. 1, January 214 The Classification of s Type Using Image Recognition Theory M. L. Kulthon Kasemsan Abstract The research aims

More information

CLASSIFICATION OF MULTIPLE SIGNALS USING 2D MATCHING OF MAGNITUDE-FREQUENCY DENSITY FEATURES

CLASSIFICATION OF MULTIPLE SIGNALS USING 2D MATCHING OF MAGNITUDE-FREQUENCY DENSITY FEATURES Proceedings of the SDR 11 Technical Conference and Product Exposition, Copyright 2011 Wireless Innovation Forum All Rights Reserved CLASSIFICATION OF MULTIPLE SIGNALS USING 2D MATCHING OF MAGNITUDE-FREQUENCY

More information

Emergency Radio Identification by Supervised Learning based Automatic Modulation Recognition

Emergency Radio Identification by Supervised Learning based Automatic Modulation Recognition Emergency Radio Identification by Supervised Learning based Automatic Modulation Recognition M. A. Rahman, M. Kim and J. Takada Department of International Development Engineering, Tokyo Institute of Technology,

More information

Figure 1. Artificial Neural Network structure. B. Spiking Neural Networks Spiking Neural networks (SNNs) fall into the third generation of neural netw

Figure 1. Artificial Neural Network structure. B. Spiking Neural Networks Spiking Neural networks (SNNs) fall into the third generation of neural netw Review Analysis of Pattern Recognition by Neural Network Soni Chaturvedi A.A.Khurshid Meftah Boudjelal Electronics & Comm Engg Electronics & Comm Engg Dept. of Computer Science P.I.E.T, Nagpur RCOEM, Nagpur

More information

Intelligent Eddy Current Crack Detection System Design Based on Neuro-Fuzzy Logic

Intelligent Eddy Current Crack Detection System Design Based on Neuro-Fuzzy Logic Intelligent Eddy Current Crack Detection System Design Based on Neuro-Fuzzy Logic Data fusion ECT signal processing Oct. 09 th, 2013 Baoguang Xu MASc. Concordia University Montreal 1 Outline Project description

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

COLOR IMAGE SEGMENTATION USING K-MEANS CLASSIFICATION ON RGB HISTOGRAM SADIA BASAR, AWAIS ADNAN, NAILA HABIB KHAN, SHAHAB HAIDER

COLOR IMAGE SEGMENTATION USING K-MEANS CLASSIFICATION ON RGB HISTOGRAM SADIA BASAR, AWAIS ADNAN, NAILA HABIB KHAN, SHAHAB HAIDER COLOR IMAGE SEGMENTATION USING K-MEANS CLASSIFICATION ON RGB HISTOGRAM SADIA BASAR, AWAIS ADNAN, NAILA HABIB KHAN, SHAHAB HAIDER Department of Computer Science, Institute of Management Sciences, 1-A, Sector

More information

Advanced Functions of Java-DSP for use in Electrical and Computer Engineering Senior Level Courses

Advanced Functions of Java-DSP for use in Electrical and Computer Engineering Senior Level Courses Advanced Functions of Java-DSP for use in Electrical and Computer Engineering Senior Level Courses Andreas Spanias Robert Santucci Tushar Gupta Mohit Shah Karthikeyan Ramamurthy Topics This presentation

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

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

Performance of Combined Error Correction and Error Detection for very Short Block Length Codes

Performance of Combined Error Correction and Error Detection for very Short Block Length Codes Performance of Combined Error Correction and Error Detection for very Short Block Length Codes Matthias Breuninger and Joachim Speidel Institute of Telecommunications, University of Stuttgart Pfaffenwaldring

More information

Weaving Density Evaluation with the Aid of Image Analysis

Weaving Density Evaluation with the Aid of Image Analysis Lenka Techniková, Maroš Tunák Faculty of Textile Engineering, Technical University of Liberec, Studentská, 46 7 Liberec, Czech Republic, E-mail: lenka.technikova@tul.cz. maros.tunak@tul.cz. Weaving Density

More information

International Journal of Scientific & Engineering Research, Volume 7, Issue 12, December-2016 ISSN Ribin MOHEMMED, Abdulkadir CAKIR

International Journal of Scientific & Engineering Research, Volume 7, Issue 12, December-2016 ISSN Ribin MOHEMMED, Abdulkadir CAKIR International Journal of Scientific & Engineering Research, Volume 7, Issue 12, December-216 1668 Modeling And Simulation Of Differential Relay For Stator Winding Generator Protection By Using ANFIS Algorithm

More information

A new edited k-nearest neighbor rule in the pattern classi"cation problem

A new edited k-nearest neighbor rule in the pattern classication problem Pattern Recognition 33 (2000) 521}528 A new edited -nearest neighbor rule in the pattern classi"cation problem Kazuo Hattori*, Masahito Taahashi Department of Electrical Engineering and Electronics, Toyohashi

More information

Behavioral Modeling and Digital Predistortion of Radio Frequency Power Amplifiers

Behavioral Modeling and Digital Predistortion of Radio Frequency Power Amplifiers Signal Processing and Speech Communication Laboratory 1 / 20 Behavioral Modeling and Digital Predistortion of Radio Frequency Power Amplifiers Harald Enzinger PhD Defense 06.03.2018 u www.spsc.tugraz.at

More information

Noise Adaptive and Similarity Based Switching Median Filter for Salt & Pepper Noise

Noise Adaptive and Similarity Based Switching Median Filter for Salt & Pepper Noise 51 Noise Adaptive and Similarity Based Switching Median Filter for Salt & Pepper Noise F. Katircioglu Abstract Works have been conducted recently to remove high intensity salt & pepper noise by virtue

More information

Adaptive Optimum Notch Filter for Periodic Noise Reduction in Digital Images

Adaptive Optimum Notch Filter for Periodic Noise Reduction in Digital Images Adaptive Optimum Notch Filter for Periodic Noise Reduction in Digital Images Payman Moallem i * and Majid Behnampour ii ABSTRACT Periodic noises are unwished and spurious signals that create repetitive

More information

BLIND DETECTION OF PSK SIGNALS. Yong Jin, Shuichi Ohno and Masayoshi Nakamoto. Received March 2011; revised July 2011

BLIND DETECTION OF PSK SIGNALS. Yong Jin, Shuichi Ohno and Masayoshi Nakamoto. Received March 2011; revised July 2011 International Journal of Innovative Computing, Information and Control ICIC International c 2012 ISSN 1349-4198 Volume 8, Number 3(B), March 2012 pp. 2329 2337 BLIND DETECTION OF PSK SIGNALS Yong Jin,

More information

Distributed Collaborative Path Planning in Sensor Networks with Multiple Mobile Sensor Nodes

Distributed Collaborative Path Planning in Sensor Networks with Multiple Mobile Sensor Nodes 7th Mediterranean Conference on Control & Automation Makedonia Palace, Thessaloniki, Greece June 4-6, 009 Distributed Collaborative Path Planning in Sensor Networks with Multiple Mobile Sensor Nodes Theofanis

More information

IMPLEMENTATION OF CYCLIC PERI- ODOGRAM DETECTION ON VEE FOR COG- NITIVE

IMPLEMENTATION OF CYCLIC PERI- ODOGRAM DETECTION ON VEE FOR COG- NITIVE IMPLEMENAION OF CYCLIC PERI- ODOGRAM DEECION ON VEE FOR COG- NIIVE Agilent echnologies IMPLEMENAION OF CYCLIC PERIODOGRAM DEECION ON VEE FOR COGNIIVE RADIO Zaichen Zhang and iaodan u National Mobile Communications

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

AIR FORCE INSTITUTE OF TECHNOLOGY

AIR FORCE INSTITUTE OF TECHNOLOGY MODIFICATION OF A MODULATION RECOGNITION ALGORITHM TO ENABLE MULTI-CARRIER RECOGNITION THESIS Angela M. Waters, Second Lieutenant, USAF AFIT/GE/ENG/5-23 DEPARTMENT OF THE AIR FORCE AIR UNIVERSITY AIR FORCE

More information

Impulsive Noise Reduction Method Based on Clipping and Adaptive Filters in AWGN Channel

Impulsive Noise Reduction Method Based on Clipping and Adaptive Filters in AWGN Channel Impulsive Noise Reduction Method Based on Clipping and Adaptive Filters in AWGN Channel Sumrin M. Kabir, Alina Mirza, and Shahzad A. Sheikh Abstract Impulsive noise is a man-made non-gaussian noise that

More information

Urban Feature Classification Technique from RGB Data using Sequential Methods

Urban Feature Classification Technique from RGB Data using Sequential Methods Urban Feature Classification Technique from RGB Data using Sequential Methods Hassan Elhifnawy Civil Engineering Department Military Technical College Cairo, Egypt Abstract- This research produces a fully

More information

DESIGN AND IMPLEMENTATION OF AN ALGORITHM FOR MODULATION IDENTIFICATION OF ANALOG AND DIGITAL SIGNALS

DESIGN AND IMPLEMENTATION OF AN ALGORITHM FOR MODULATION IDENTIFICATION OF ANALOG AND DIGITAL SIGNALS DESIGN AND IMPLEMENTATION OF AN ALGORITHM FOR MODULATION IDENTIFICATION OF ANALOG AND DIGITAL SIGNALS John Yong Jia Chen (Department of Electrical Engineering, San José State University, San José, California,

More information

Impulsive Noise Suppression from Images with the Noise Exclusive Filter

Impulsive Noise Suppression from Images with the Noise Exclusive Filter EURASIP Journal on Applied Signal Processing 2004:16, 2434 2440 c 2004 Hindawi Publishing Corporation Impulsive Noise Suppression from Images with the Noise Exclusive Filter Pınar Çivicioğlu Avionics Department,

More information

SIGNAL RECOGNITION FOR COGNTIVE RADIOS

SIGNAL RECOGNITION FOR COGNTIVE RADIOS SIGNAL RECOGNITION FOR COGNTIVE RADIOS Bin Le (binle@vt.edu); Thomas W. Rondeau (trondeau@vt.edu); David Maldonado (davidm@vt.edu); David Scaperoth (scaperot@vt.edu), and Charles W. Bostian (bostian@vt.edu)

More information

Use of Neural Networks in Testing Analog to Digital Converters

Use of Neural Networks in Testing Analog to Digital Converters Use of Neural s in Testing Analog to Digital Converters K. MOHAMMADI, S. J. SEYYED MAHDAVI Department of Electrical Engineering Iran University of Science and Technology Narmak, 6844, Tehran, Iran Abstract:

More information

GE 113 REMOTE SENSING

GE 113 REMOTE SENSING GE 113 REMOTE SENSING Topic 8. Image Classification and Accuracy Assessment Lecturer: Engr. Jojene R. Santillan jrsantillan@carsu.edu.ph Division of Geodetic Engineering College of Engineering and Information

More information

for Single-Tone Frequency Tracking H. C. So Department of Computer Engineering & Information Technology, City University of Hong Kong,

for Single-Tone Frequency Tracking H. C. So Department of Computer Engineering & Information Technology, City University of Hong Kong, A Comparative Study of Three Recursive Least Squares Algorithms for Single-Tone Frequency Tracking H. C. So Department of Computer Engineering & Information Technology, City University of Hong Kong, Tat

More information

A Novel Four Switch Three Phase Inverter Controlled by Different Modulation Techniques A Comparison

A Novel Four Switch Three Phase Inverter Controlled by Different Modulation Techniques A Comparison Volume 2, Issue 1, January-March, 2014, pp. 14-23, IASTER 2014 www.iaster.com, Online: 2347-5439, Print: 2348-0025 ABSTRACT A Novel Four Switch Three Phase Inverter Controlled by Different Modulation Techniques

More information

Principles of Communication Systems

Principles of Communication Systems Principles of Communication Systems Course code: EEE351 (3+1) Prerequisites: EEE223 - Signal and Systems Co requisites: - Course Catalog Description: Introduction to communication systems: Fundamental

More information

Performance Study of A Non-Blind Algorithm for Smart Antenna System

Performance Study of A Non-Blind Algorithm for Smart Antenna System International Journal of Electronics and Communication Engineering. ISSN 0974-2166 Volume 5, Number 4 (2012), pp. 447-455 International Research Publication House http://www.irphouse.com Performance Study

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

Low-Computational Complexity Detection and BER Bit Error Rate Minimization for Large Wireless MIMO Receiver Using Genetic Algorithm

Low-Computational Complexity Detection and BER Bit Error Rate Minimization for Large Wireless MIMO Receiver Using Genetic Algorithm International Journal of Electronic and Electrical Engineering. ISSN 0974-2174 Volume 7, Number 8 (2014), pp. 779-785 International Research Publication House http://www.irphouse.com Low-Computational

More information

Multi Modulus Blind Equalizations for Quadrature Amplitude Modulation

Multi Modulus Blind Equalizations for Quadrature Amplitude Modulation Multi Modulus Blind Equalizations for Quadrature Amplitude Modulation Arivukkarasu S, Malar R UG Student, Dept. of ECE, IFET College of Engineering, Villupuram, TN, India Associate Professor, Dept. of

More information

COMPARATIVE PERFORMANCE ANALYSIS OF HAND GESTURE RECOGNITION TECHNIQUES

COMPARATIVE PERFORMANCE ANALYSIS OF HAND GESTURE RECOGNITION TECHNIQUES International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 9, Issue 3, May - June 2018, pp. 177 185, Article ID: IJARET_09_03_023 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=9&itype=3

More information

Speech Enhancement Based On Spectral Subtraction For Speech Recognition System With Dpcm

Speech Enhancement Based On Spectral Subtraction For Speech Recognition System With Dpcm International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Speech Enhancement Based On Spectral Subtraction For Speech Recognition System With Dpcm A.T. Rajamanickam, N.P.Subiramaniyam, A.Balamurugan*,

More information

Automated Detection of Early Lung Cancer and Tuberculosis Based on X- Ray Image Analysis

Automated Detection of Early Lung Cancer and Tuberculosis Based on X- Ray Image Analysis Proceedings of the 6th WSEAS International Conference on Signal, Speech and Image Processing, Lisbon, Portugal, September 22-24, 2006 110 Automated Detection of Early Lung Cancer and Tuberculosis Based

More information

II. OFDM SYSTEM MODEL

II. OFDM SYSTEM MODEL ISSN: 2321-7782 (Online) Impact Factor: 6.047 Volume 4, Issue, September 2016 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case

More information

中国科技论文在线. An Efficient Method of License Plate Location in Natural-scene Image. Haiqi Huang 1, Ming Gu 2,Hongyang Chao 2

中国科技论文在线. An Efficient Method of License Plate Location in Natural-scene Image.   Haiqi Huang 1, Ming Gu 2,Hongyang Chao 2 Fifth International Conference on Fuzzy Systems and Knowledge Discovery n Efficient ethod of License Plate Location in Natural-scene Image Haiqi Huang 1, ing Gu 2,Hongyang Chao 2 1 Department of Computer

More information