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

Size: px
Start display at page:

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

Transcription

1 Online Large Margin Semi-supervised Algorithm for Automatic Classification of Digital Modulations Hamidreza Hosseinzadeh*, Farbod Razzazi**, and Afrooz Haghbin*** Department of Electrical and Computer Engineering, Islamic Azad University, Science & Research Branch, Tehran, Iran * hr.hosseinzadeh@srbiau.ac.ir ** razzazi@srbiau.ac.ir *** ahaghbin@gmail.com Abstract: Automatic classification of modulation type in detected signals is an intermediate step between signal detection and demodulation, and is also an essential task for an intelligent receiver in various civil and military applications. In this paper, we propose a semi-supervised online passive-aggressive classifier that uses self-training approach for AWGN channels with unknown or variable signal to noise ratios to classify the modulated signals. Simulation results shows that adding unlabeled input samples to the training set, improve the generalization capacity of the presented classifier. In addition to the online properties which are suitable for time variated systems, this algorithm requires less numbers of signal samples (thus is fast) to convergence to the correct answer and can be further to adapt to the input. The selection of appropriate features helps the general system to work for a set of initial sample of each class. The simulation results show that the employing this learning method increase the accuracy level. Keywords: Automatic modulation classification, Pattern recognition, Semi-supervised learning, Passive-aggressive classifier, Online learning. 1. INTRODUCTION During the age of wireless communications, it has often been assumed that receiver is aware of modulation type of transmitted signal. However, nowadays, there is a vast variety of applications that it is essential to detect and demodulate the signal without given priori information about the received signal. In such cases, unlike regular receivers in which the primitive information of the received signals, such as carrier frequencies, frequency bandwidth, bit rate, and modulation type, is available, there is no information available for the received signal, and the receiver is blind. In this case, an automatic modulation classifier (AMC) as an intermediate step helps the receiver employ the correct decoder in the receiver. AMC covers a wide range of applications including electronic warfare applications, intelligent services systems, spectrum monitoring, signal surveillance, interfere identification and cognitive radio applications. Generally, designing a modulation classifier substantially consists of two steps: pre-processing the received signal and choosing a proper classification algorithm. The pre-processing task might include noise reduction, carrier frequency estimation, and signal to noise ratio estimation and so on. Depending on the classification algorithm in the second step, the pre-processing tasks should be provided. The focus of this study is on the second step. Regarding to the second step, the classification algorithms may be divided into two major categories: decision theory based approaches and feature matching based approaches [1-2]. The former approach is based on the received signal likelihood function and the decision-making is based on the comparison of the likelihood function with a threshold ratio. The complexity of this approach is usually high. In addition, this approach does not perform well when the sampled signal has random phase offsets, timing offsets, or timing jitters. In contrast, the latter approach usually extracts one or more features form the received signal and the decision-making is performed based on their measured values by using a trainable classification algorithms. The calculation complexity of this approach is lower than the first approach. Our proposed algorithm is categorized in the second approach. Feature matching based systems involve two main subsystems; the feature extraction subsystem and the classifier subsystem. In the former, one or several features are extracted from the received signal, and in the latter, the membership of signal to each class is determined. This study proposes a new online semi-supervised large margin classifier using classic state of the art features. Therefore, the contribution of the paper is concentrated on the second subsystem. From the published works in automatic modulation classification, it appears clear that unfortunately, most of the proposed AMC algorithms are evaluated on stationary, aware case which is far away from realistic conditions. In contrast, most of AMC applications should be utilized in variable, non-stationary environments and AMC algorithms should be both fast and robust to follow the environments variability. In addition, all of the mentioned previous studies rely on the availability of large labeled datasets to train the classifier they assume to have a large set of labeled training samples which again is not applicable in most AMC applications, need to deal with both labeled and unlabeled data simultaneously. Training the classifier using both labeled and unlabeled samples is called semi-supervised learning [3-4]. One of semi-supervised classification models is self-training. Self-training models is characterized by the fact that the learning process uses its own predictions to teach itself [3]. In this paper, we propose a self-training large margin method for modulation classification applications. The algorithm is developed based on passive-aggressive online algorithm [5] to train the semi-supervised classifier and determine the modulated signal type.

2 Digital Modulated Signal Dataset Labeled Samples Sequential unlabeled Samples Test Evaluation Modulation Type Initial General Training Train Parameters High Confidence No Ignore Sample for Training Yes Adaptation Figure 1. The overall block diagram of proposed classifier The rest of the paper is organized as follows: in section 2, we present the proposed architecture and adaptation algorithm. This section also reviews the online passive-aggressive learning algorithms as the basis of the proposed architecture. Section 3 provides a description of employed test bench and discusses on simulation results. Finally, section 4 concludes the paper and comments on how this algorithm can be further expanded. 2. PROPOSED CLASSIFIER ARCHITECTURE 2.1 Online Passive-Aggressive Classifier Passive-Aggressive (PA) algorithm [5] is a maximum margin based learning algorithm, which has been mainly used in on-line learning. Online PA algorithm, on one hand, modifies the current classifier in order to correctly classify the current example by updating the weight vector from to ; and on the other hand, the new classifier should be as close as possible to the current classifier, where is a kernel function and is bias. Our idea for modulations classification was based on the PA algorithm, and we pursued both above ideas at the same time. The vector is initialized to. In round, the new weight vector was determined by solving the following optimization problem, where. Furthermore, is instantaneous loss which is defined by * +. In this study, the concept of PA algorithm was used to deal with the semi-supervised learning problem. To do so, we should add the term into the function of standard support vector machine (SVM) which converts the following optimization equation [6]: (1) (2), - where is the weight vector that produced by using only labeled data. The optimization criterion is formulated as follow: (3), - where is a weight parameter which used to have a trade-off between maximizing the mentioned margin and generating a new classifier close to original classifier [6]. Terms denote the inner product of two vectors. In the case of multiclass classification, the algorithm prediction is a vector in where each element in the vector corresponds to score assigned to the respective label. These score calculations, have been devised in [7]. The prediction of the PA algorithm is set to be the label with the highest score. 2.2 Proposed Classifier In this section, we propose a self-training architecture using online passive-aggressive algorithm so that the classification result of each sample would be determined and evaluated at the time of occurrence. The diagram of our classifier is shown in Fig. 1. In our self-training algorithm, the classifier is first trained with the labeled samples and the obtained result is used to classify the unlabeled input samples that have been entered one by one. Thus, the unlabeled input samples that are predicted with high confidence score is collected to augment into the labeled samples gradually. The classifier is retrained using this new labeled sample and can be adapted. The result is used to classify the next unlabeled samples every time. This procedure is repeated until the last unlabeled sample is entered. Referring to the simulation results, it is clear that this classifier will converge with a few unlabeled samples. The simulation results show that the system accuracy is almost the same as the overall system accuracy after entering the 2 th sample.

3 Frequency of Samples class class class class class Confidence Value class class class class class Confidence Value Figure 2. The histogram of distance to decision boundary for different classes after depicted the 3 th sample in =4 db 2.3 Proposed Confidence measures In a semi-supervised learning algorithm, the system may miss the accuracy or even the convergence unless the new labeled data is reliable. Here, we have introduced a new algorithm to select the confident samples. In the used PA algorithm, the confident and reliable samples are the samples where the value of classification equation for these samples is positive for predicted class and negative for all rest classes. By using predicted unlabeled samples which is occurred gradually, we have determined the histogram of the value of classification equation for each target class. This histogram is updated iteratively during the entering time interval of each sample. Finally, if the input sample lies in the 9% of the above predicted unlabeled samples and has confident score then it will be chosen as high confidence sample. Since, relative frequency of predicted unlabeled samples in each recognized class are not the same, we have considered a threshold for each recognized classes. It should be noted that the procedure is blind regarding the real label of the sample. The predicted class is used to update the target class threshold. The histogram of the distance to decision boundary for different classes in = 4 db after depicted 3 th sample for each class has been shown in Fig EXPERIMENTS AND RESULTS 3.1 Evaluation Benchmarks According to the increasing expansion of digital systems and the trend towards digital telecommunication instead of analog telecommunication, today mostly the digital signals are put to use. Considering the changes in message parameters, there are four general digital signal types, M-ASK, M-PSK, M-FSK and M-QAM [8]. The modulation techniques of digital input signals in this paper are considered to be: FSK2, FSK4, ASK2, ASK4, PSK2, PSK4, PSK8, QAM16, QAM32, and QAM64. To simplify the indication, these signals are substituted with S 1, S 2, S 3, S 4, S 5, S 6, S 7, S 8, S 9 and S 1, respectively. The radial basis function (RBF) was employed for this experiment as the kernel function of PA classifier. A grid search technique was used to find the optimal values of kernel parameters. In practice, the standard method to determine the best value for parameters γ and c is through the grid search method. We have used using cross-validation method to evaluate classifier generalization performance. The performances of the algorithms are compared based on the classification accuracy. Classification accuracy of each experiment is computed as the ratio of the number of samples correctly classified to the total number of samples. In this study, the performance evaluation of the classifiers is performed on the unseen samples to test the generalization capacity of the classifier. Classification accuracy assessments of different classes have been provided by the confusion matrix and accuracy matrix in percentage. Here we assumed that the carrier frequency has been correctly estimated before or it has been known. Therefore, we only considered complex baseband signals. In addition, it was assumed that the simulated signals were bandwidth limited. The additive white Gaussian noise was added according to s in 4, 8, and 12 db. Each signal type has realizations which are generated randomly for every trial to ensure that the results will be independent of the considered input samples. There are labeled samples and unlabeled samples. 3.2 Feature Extraction Feature extraction is the determinant part of a pattern recognition system whose aim is to reveal the distinctive properties of an object to be recognized. Here, a suitable set of features was considered as a combination of high order moments, high order cumulants and instantaneous characteristics of digital signal types. In the rest of this section, the employed features are briefly described. Instantaneous features will demonstrate to be suitable for the signals which contain instantaneous phase or instantaneous frequency [9]. In this work, the instantaneous features for classification were selected from the suggested features by Azzouz and Nandi [1-11]. These features were derived from the instantaneous properties of the received signals. Therefore, these features called as instantaneous features. The instantaneous key features used for this identification algorithm are derived from the instantaneous amplitude and the instantaneous frequency of the signal under consideration. Based on the considered signals, some of these key features are used to generate the input data set of the classifier in this paper. The first feature is the maximum value of the power spectral density of the normalized-centered instantaneous amplitude of the intercepted signal which is formulated as follows:. ( ) / (4) where is the number of the sample in the range and is value of centralized normalized instantaneous amplitude and it is defined by

4 a( i) acn ( i) an( i) 1, an ( i) (5) ma and is the average value of instantaneous amplitude over one frame, i.e. 1 ma N s N s i1 a( i) This feature is designed to discriminate between constant envelope (CE) signals and non-ce signals. The second feature is the standard deviation of the absolute value of the normalized-centered instantaneous amplitude of a signal which is formulated as follows: (6) C BPSK 4PSK 8PSK 16QAM 32QAM 64QAM 2 N s N s aa acn i acn i (7) N s N 1 s i i1 This feature is originally designed to discriminate between ASK2 and ASK4 signals. The third feature is the standard deviation of absolute value of normalized-centered instantaneous frequency over non-weak segments of the intercepted signal which is calculated as: af fcn ( i) fcn ( i) L L a cn i at acn i at (8) where is the centralized normalized instantaneous frequency that is defined as (9) In this equation, is the bit rate. is a preset threshold value to detect non-weak samples; because instantaneous frequency is very noise sensitive. In this paper, the detection threshold of non-weak samples is chosen as.this feature is designed to discriminate between FSK signals. The fourth key feature is the statistical moments. The moment of a random variable may be defined as follow, - (1) where p is called the moment order and s * stands for complex conjugate of s. The fifth key feature is cumulants which is the most widely used feature in this area. The symbolism for pth order of cumulants is similar to that of the pth order moment., - (11) The mentioned expression have (p-q) terms s, and q terms s *. Cumulants may be expressed in term of moments as, - [ ] 1 (12) Figure 3. Variation of c 84 in different s where the summation index is over all partitions for the set of indices, and q is the number of elements in a given partition [12]. Based on trial and error method, we selected the proper higher order moment and cumulants with empirically high performance. Unfortunately, these characteristics are highly noise dependent. Therefore, a strategy must be devised to decrease the effect of this dependency, as far as possible. Fig. 3 shows the amount of C 84 cumulant changes in different s for the selected modulations set. The figure shows that the selected features are depended on. 3.3 Performance Evaluation of PA algorithm In the first step, the performance of offline and online maximum margin classifiers in batch mode, based on the classification accuracy, were assessed. Comparing the PA algorithm with the classic offline algorithms (e.g. SVM), it can be concluded that their results are close to each other. In fact, they are two different problem solving methods which both pursue a similar goal. These results are presented in TABLE I. According to TABLE I, it could be observed that SVM could well be replaced by PA in online learning mode. 3.4 Performance Evaluation of proposed classifier In this section, we evaluated the performance of our classifier at different s via simulation. TABLE II shows the classification rates of proposed Classifier in 4, 8 and 12 db s. TABLE I. COMPARISON OF PA AND SVM ALGORITHMS BASED ON CLASSIFICATION ACCURACY Offline SVM Offline PA db db db db

5 TABLE II. CLASSIFICATION RATE OF PROPOSED CLASSIFIER IN DIFFERENT S (%) TABLE IV. CONFIDENCE THRESHOLDS FOR EACH RECOGNIZED CLASS IN DIFFERENT S AFTER DEPICTED THE 3 TH SAMPLE 4 db 8 db 12 db S 1 S 2 S S S 5 S 6 S S S S Mean From the mentioned results in TABLE II, it can be deduced that the performance of classifier in different are generally good. This fact is because of the samples that are used to train the classifier have a high confidence. However, the performance is slightly degraded in lower s. This indicates that these features may not be able to tolerate high noise. As a sample, the confusion matrix is presented at =4 db to analyze in the confusion of different classes. These results are presented in TABLE III. As it is mentioned in the previous section, a confidence threshold should be determined to collect a well confident sample when it occurs. The values of confidence thresholds for each predicted class, may be right or wrong, in different s after depicted 3 th sample are presented in TABLE IV. As it is observed in Table IV, the confidence threshold has very low levels for =12 db. In this case, all of the samples have high confidence and there is no need to apply the confidence threshold. Furthermore, this results show that it is capable to converge to the correct answer with a few samples. In TABLE V, the accuracy of first 2 samples is compared with the final system accuracy. TABLE III. CONFUSION MATRIX OF PROPOSED ALGORITHM IN = 4 DB (%) S 1 S 2 S 3 S 4 S 5 S 6 S 7 S 8 S 9 S 1 S 1 S 2 S S S 5 S 6 S 7 S S S db 8 db 12 db S S S S S S S S S S As it is observed in TABLE V, on average, the accuracy after depicted the 2 th samples is 98% of final accuracy after showing the last sample. This means that the system is able to work with a few samples. 3.5 Performance Comparison In this section, to quantify the effect of our algorithm for semi-supervised learning, we compared it with other classifiers. We generate a set of samples and their labels based on considered digital modulation and then evaluate the effect of different classifiers on it. First, the accuracies which obtained from the proposed classifier were compared to that of the system that was trained by the PA algorithm with the labeled data in the matched. Then, semi-supervised PA is compared to supervised PA, to evaluate the effect of unlabeled samples. In addition, for the confidence evaluation, the proposed algorithm is performed in the no confidence mode. The results are indicated in TABLE VI. As it is observed in TABLE VI, all of the evaluated algorithms have similar performance in noise-free mode. Simulation results show that by reducing, the proposed algorithm generally has good performance and its accuracy is close to the analysis in matched. Comparing semi-supervised PA in confidence mode (proposed classifier) to semi-supervised PA in non-confidence mode indicate that the 62.42% number of errors are reduced with applying confidence. TABLE V. EVALUATING SYSTEM PERFORMANCE WITH A FEW SAMPLES (%) Accuracy after showing 2 th sample Accuracy after showing the last sample 4 db db db

6 TABLE VI. PERFORMANCE COMPARISON (%) Proposed Classifier P.A. training with the matched Proposed Classifier without confidence 4 db db db Noise-free 3.6 Comparison with previous works Finally, the accuracies which were obtained from proposed classifier was compared to important previous papers [12-16]. Direct comparison with other works is difficult, because on one hand the candidate modulations are often not the same and on the other hand, the parameters of the classifiers which take into account are not the same. However, we simulated some of the algorithms under the same conditions. In comparison among the existing works, the proposed classifier has many advantages. This classifier can recognize the considered digital signals even at low s for AWGN channels with unknown or variable s. Simulation results in TABLE VI are the evidences of this issue. While in the most existing works, training performs in matched. Simulation result show that the performance of proposed classifier is close to the classifiers which trained in the matched. In addition, this classifier is online semi-supervised classification method which is proper for a time variated applications. The performance comparison of the proposed classifier and important previous works in low is shown in TABLE VII. As it is observed in TABLE VII, our proposed classifier despite of unawareness and real-time nature has an accuracy which is comparable with previous aware algorithms. 4. CONCOLUSION Automatic modulations classification plays a significant role in civil and military applications. In this paper, a semi-supervised online passive-aggressive approach using a proposed self-training algorithm is presented to classify a relatively complete set of digital modulated signals. TABLE VII. Ref. Proposed classifier COMPARISON OF PROPOSED CLASSIFIERS WITH OTHER WORKS Considered signals (db) Accuracy (%) [1] ASK2, ASK4, PSK2, PSK4, FSK2, FSK4 1 9 [12] FSK2, FSK4, ASK2, ASK4, QAM8,PSK2, PSK4, QAM16, QAM [13] PSK4, PSK8, QAM [14] PAM4, BPSK, PSK8, PSK [15] BPSK, PSK8, PSK16, QAM4, QAM16, QAM [16] PSK8, PSK16, QAM4, QAM8,QAM16,QAM FSK2, FSK4, ASK2, ASK4, PSK2, PSK4, PSK8, QAM16 QAM32, QAM It was shown that its performance, even in low s, is similar to the well trained system in the input signals. Simulation results show that the presented classifier is able to work with a few samples and is capable to converge to the correct answer with few samples. Furthermore, the evaluation of the set of unseen samples in the convergence point shows high accuracy. This classifier, in addition to the above mentioned advantage, has a rapid convergence behavior with low complexity. This feature can prepare the preliminaries for using the suggested classifier in cognitive radio systems; because in these systems, the immediate recognition of users modulation type is crucial. The effective online modulation classification in the presence of non-gaussian noise, such as fading and multipath channels, will be investigated in the future. REFERENCES [1] O. Dobre, A. Abdi, Y. Bar-Ness and W. Su, Survey of automatic modulation classification techniques: classical approaches and new trends, IET Commun., vol. 1, no. 2, pp , Apr. 27. [2] H. C. Wu, M. Saquib, and Z. Yun, Novel automatic modulation classification using cumulant features for communications via multipath channels, IEEE Trans. Wireless Commun., vol. 7, no. 8, pp , 28. [3] X. Zhu and A. B. Goldberg, Introduction to Semi-Supervised Learning, Morgan and Claypool Publishers, 29. [4] O. Chapelle, B. Scholkopf, A. Zien (Eds.), Semi-Supervised Learning, MIT Press, Cambridge, MA, 26. [5] K. Crammer, O. Dekel, J. Keshet, S. Shalev-shwartz, and Y. Singer, Online passive-aggressive algorithms, Journal of Machine Learning Research, vol. 7, pp , 26. [6] C. C. Chang, Y. J. Lee and H. K. Pao, A Passive-Aggressive Algorithm for Semi-supervised Learning, in Proc. International Conf. on Technologies and Applications of Artificial Intelligence, pp , 21. [7] K. Crammer and Y. Singer. A new family of online algorithms for category ranking. Jornal of Machine Learning Research, 3: , 23a [8] J. G. Proakis Digital Communications, McGraw-Hill, New York, 21. [9] J. Lopatka and P. Macrej, Automatic modulation classification using statistical moments and a fuzzy classifier, in Proc. Of International Conference on Signal Processing (ICSP ), vol. 3, pp. 1-16, Aug 2. [1] E. E. Azzouz and A. K. Nandi, Automatic identification of digital modulation types, Signal Process, vol. 47, no. 1, pp.55-69, Nov [11] E. E. Azzouz and A. K. Nandi, Algorithms for automatic modulation recognition of communication signals, IEEE Trans. Commun., vol. 46, no. 4, pp , [12] A. Ebrahimzadeh, Automatic recognition of radio signals using a hybrid intelligent technique, Expert Systems with Applications, vol. 37, no. 8, pp , Aug. 21. [13] B. G. Mobasseri, Digital modulation classification using constellation shape, Signal Process, vol. 8, no. 2, pp , Aug 2. [14] A. Swami and B. M. Sadler, "Hierarchical digital modulation classification using cumulants," IEEE Trans. on Commun., Vol. 48, No. 3, pp , March 2. [15] F. Wang and X. Wang, "Fast and Robust Modulation Classification via Kolmogorov-Smirnov Test," IEEE Trans. on Commun., Vol. 58, No. 8, pp , Aug 21. [16] O. Azarmanesh and S. G. Bilen, "New Results on Two-Stage Novel Modulation Classification Technique for Cognitive Radio Application," in proc. IEEE MILCOM., 211, pp

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

Higher Order Cummulants based Digital Modulation Recognition Scheme

Higher Order Cummulants based Digital Modulation Recognition Scheme Research Journal of Applied Sciences, Engineering and Technology 6(20): 3910-3915, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: April 04, 2013 Accepted: April

More information

Modulation Classification based on Modified Kolmogorov-Smirnov Test

Modulation Classification based on Modified Kolmogorov-Smirnov Test Modulation Classification based on Modified Kolmogorov-Smirnov Test Ali Waqar Azim, Syed Safwan Khalid, Shafayat Abrar ENSIMAG, Institut Polytechnique de Grenoble, 38406, Grenoble, France Email: ali-waqar.azim@ensimag.grenoble-inp.fr

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

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

Automatic Digital Modulation Classification Using Genetic Programming with K-Nearest Neighbor

Automatic Digital Modulation Classification Using Genetic Programming with K-Nearest Neighbor The 21 Military Communications Conference - Unclassified Program - Waveforms and Signal Processing Track Automatic Digital Modulation Classification Using Genetic Programming with K-Nearest Neighbor Muhammad

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

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

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

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

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

Classification of Analog Modulated Communication Signals using Clustering Techniques: A Comparative Study 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

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 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

AUTOMATIC MODULATION CLASSIFICATION USING STATISTICAL FEATURES IN FADING ENVIRONMENT

AUTOMATIC MODULATION CLASSIFICATION USING STATISTICAL FEATURES IN FADING ENVIRONMENT AUTOMATIC MODULATION CLASSIFICATION USING STATISTICAL FEATURES IN FADING ENVIRONMENT Jaspal Bagga 1, Neeta Tripathi Associate Professor, (E&TC ), HoD (IT), SSTC, Bhilai, India 1 Professor, Dept. of Electronics

More information

Novel Automatic Modulation Classification using Correntropy Coefficient

Novel Automatic Modulation Classification using Correntropy Coefficient Novel Automatic Modulation Classification using Correntropy Coefficient Aluisio I. R. Fontes, Lucas C. P. Cavalcante and Luiz F. Q. Silveira Abstract This paper deals with automatic modulation classification

More information

PERFORMANCE ANALYSIS OF DIFFERENT M-ARY MODULATION TECHNIQUES IN FADING CHANNELS USING DIFFERENT DIVERSITY

PERFORMANCE ANALYSIS OF DIFFERENT M-ARY MODULATION TECHNIQUES IN FADING CHANNELS USING DIFFERENT DIVERSITY PERFORMANCE ANALYSIS OF DIFFERENT M-ARY MODULATION TECHNIQUES IN FADING CHANNELS USING DIFFERENT DIVERSITY 1 MOHAMMAD RIAZ AHMED, 1 MD.RUMEN AHMED, 1 MD.RUHUL AMIN ROBIN, 1 MD.ASADUZZAMAN, 2 MD.MAHBUB

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

Performance Analysis of Equalizer Techniques for Modulated Signals

Performance Analysis of Equalizer Techniques for Modulated Signals Vol. 3, Issue 4, Jul-Aug 213, pp.1191-1195 Performance Analysis of Equalizer Techniques for Modulated Signals Gunjan Verma, Prof. Jaspal Bagga (M.E in VLSI, SSGI University, Bhilai (C.G). Associate Professor

More information

Effect of Time Bandwidth Product on Cooperative Communication

Effect of Time Bandwidth Product on Cooperative Communication Surendra Kumar Singh & Rekha Gupta Department of Electronics and communication Engineering, MITS Gwalior E-mail : surendra886@gmail.com, rekha652003@yahoo.com Abstract Cognitive radios are proposed to

More information

OFDM Transmission Corrupted by Impulsive Noise

OFDM Transmission Corrupted by Impulsive Noise OFDM Transmission Corrupted by Impulsive Noise Jiirgen Haring, Han Vinck University of Essen Institute for Experimental Mathematics Ellernstr. 29 45326 Essen, Germany,. e-mail: haering@exp-math.uni-essen.de

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

A JOINT MODULATION IDENTIFICATION AND FREQUENCY OFFSET CORRECTION ALGORITHM FOR QAM SYSTEMS

A JOINT MODULATION IDENTIFICATION AND FREQUENCY OFFSET CORRECTION ALGORITHM FOR QAM SYSTEMS A JOINT MODULATION IDENTIFICATION AND FREQUENCY OFFSET CORRECTION ALGORITHM FOR QAM SYSTEMS Evren Terzi, Hasan B. Celebi, and Huseyin Arslan Department of Electrical Engineering, University of South Florida

More information

Chapter 2 Channel Equalization

Chapter 2 Channel Equalization Chapter 2 Channel Equalization 2.1 Introduction In wireless communication systems signal experiences distortion due to fading [17]. As signal propagates, it follows multiple paths between transmitter and

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

Combined Transmitter Diversity and Multi-Level Modulation Techniques

Combined Transmitter Diversity and Multi-Level Modulation Techniques SETIT 2005 3rd International Conference: Sciences of Electronic, Technologies of Information and Telecommunications March 27 3, 2005 TUNISIA Combined Transmitter Diversity and Multi-Level Modulation Techniques

More information

Low Complexity Kolmogorov-Smirnov Modulation Classification

Low Complexity Kolmogorov-Smirnov Modulation Classification Low Complexity Kolmogorov-Smirnov Modulation Classification Fanggang Wang, Rongtao Xu, Zhangdui Zhong Institute of Network Coding, CUHK State Key Laboratory of Rail Traffic Control and Safety, BJTU Email:

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

Performance Analysis of Maximum Likelihood Detection in a MIMO Antenna System

Performance Analysis of Maximum Likelihood Detection in a MIMO Antenna System IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. 50, NO. 2, FEBRUARY 2002 187 Performance Analysis of Maximum Likelihood Detection in a MIMO Antenna System Xu Zhu Ross D. Murch, Senior Member, IEEE Abstract In

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

ON FEATURE BASED AUTOMATIC CLASSIFICATION OF SINGLE AND MULTITONE SIGNALS

ON FEATURE BASED AUTOMATIC CLASSIFICATION OF SINGLE AND MULTITONE SIGNALS ON FEATURE BASED AUTOMATIC CLASSIFICATION OF SINGLE AND MULTITONE SIGNALS Arindam K. Das, Payman Arabshahi, Tim Wen Applied Physics Laboratory University of Washington, Box 355640, Seattle, WA 9895, USA.

More information

G410 CHANNEL ESTIMATION USING LEAST SQUARE ESTIMATION (LSE) ORTHOGONAL FREQUENCY DIVISION MULTIPLEXING (OFDM) SYSTEM

G410 CHANNEL ESTIMATION USING LEAST SQUARE ESTIMATION (LSE) ORTHOGONAL FREQUENCY DIVISION MULTIPLEXING (OFDM) SYSTEM G410 CHANNEL ESTIMATION USING LEAST SQUARE ESTIMATION (LSE) ORTHOGONAL FREQUENCY DIVISION MULTIPLEXING (OFDM) SYSTEM Muhamad Asvial and Indra W Gumilang Electrical Engineering Deparment, Faculty of Engineering

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

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

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

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

Interleaved PC-OFDM to reduce the peak-to-average power ratio

Interleaved PC-OFDM to reduce the peak-to-average power ratio 1 Interleaved PC-OFDM to reduce the peak-to-average power ratio A D S Jayalath and C Tellambura School of Computer Science and Software Engineering Monash University, Clayton, VIC, 3800 e-mail:jayalath@cssemonasheduau

More information

HIGH ORDER MODULATION SHAPED TO WORK WITH RADIO IMPERFECTIONS

HIGH ORDER MODULATION SHAPED TO WORK WITH RADIO IMPERFECTIONS HIGH ORDER MODULATION SHAPED TO WORK WITH RADIO IMPERFECTIONS Karl Martin Gjertsen 1 Nera Networks AS, P.O. Box 79 N-52 Bergen, Norway ABSTRACT A novel layout of constellations has been conceived, promising

More information

Automatic Modulation Recognition in Cognitive Radio Receivers using Multi-Order Cumulants and Decision Trees

Automatic Modulation Recognition in Cognitive Radio Receivers using Multi-Order Cumulants and Decision Trees Automatic odulation Recognition in Cognitive Radio Receivers using ulti-order Cumulants and Decision Trees.Venkata Subbarao, P.Samundiswary Abstract: Design of intelligent receiver is a major footstep

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

DIGITAL Radio Mondiale (DRM) is a new

DIGITAL Radio Mondiale (DRM) is a new Synchronization Strategy for a PC-based DRM Receiver Volker Fischer and Alexander Kurpiers Institute for Communication Technology Darmstadt University of Technology Germany v.fischer, a.kurpiers @nt.tu-darmstadt.de

More information

An Energy-Division Multiple Access Scheme

An Energy-Division Multiple Access Scheme An Energy-Division Multiple Access Scheme P Salvo Rossi DIS, Università di Napoli Federico II Napoli, Italy salvoros@uninait D Mattera DIET, Università di Napoli Federico II Napoli, Italy mattera@uninait

More information

CHAPTER 3 ADAPTIVE MODULATION TECHNIQUE WITH CFO CORRECTION FOR OFDM SYSTEMS

CHAPTER 3 ADAPTIVE MODULATION TECHNIQUE WITH CFO CORRECTION FOR OFDM SYSTEMS 44 CHAPTER 3 ADAPTIVE MODULATION TECHNIQUE WITH CFO CORRECTION FOR OFDM SYSTEMS 3.1 INTRODUCTION A unique feature of the OFDM communication scheme is that, due to the IFFT at the transmitter and the FFT

More information

BLIND SIGNAL PARAMETER ESTIMATION FOR THE RAPID RADIO FRAMEWORK

BLIND SIGNAL PARAMETER ESTIMATION FOR THE RAPID RADIO FRAMEWORK BLIND SIGNAL PARAMETER ESTIMATION FOR THE RAPID RADIO FRAMEWORK Adolfo Recio, Jorge Surís, and Peter Athanas {recio; jasuris; athanas}@vt.edu Virginia Tech Bradley Department of Electrical and Computer

More information

COMPARISON OF CHANNEL ESTIMATION AND EQUALIZATION TECHNIQUES FOR OFDM SYSTEMS

COMPARISON OF CHANNEL ESTIMATION AND EQUALIZATION TECHNIQUES FOR OFDM SYSTEMS COMPARISON OF CHANNEL ESTIMATION AND EQUALIZATION TECHNIQUES FOR OFDM SYSTEMS Sanjana T and Suma M N Department of Electronics and communication, BMS College of Engineering, Bangalore, India ABSTRACT In

More information

Maximum Likelihood Detection of Low Rate Repeat Codes in Frequency Hopped Systems

Maximum Likelihood Detection of Low Rate Repeat Codes in Frequency Hopped Systems MP130218 MITRE Product Sponsor: AF MOIE Dept. No.: E53A Contract No.:FA8721-13-C-0001 Project No.: 03137700-BA The views, opinions and/or findings contained in this report are those of The MITRE Corporation

More information

An Improved Pre-Distortion Algorithm Based On Indirect Learning Architecture for Nonlinear Power Amplifiers Wei You, Daoxing Guo, Yi Xu, Ziping Zhang

An Improved Pre-Distortion Algorithm Based On Indirect Learning Architecture for Nonlinear Power Amplifiers Wei You, Daoxing Guo, Yi Xu, Ziping Zhang 6 nd International Conference on Mechanical, Electronic and Information Technology Engineering (ICMITE 6) ISBN: 978--6595-34-3 An Improved Pre-Distortion Algorithm Based On Indirect Learning Architecture

More information

A New Power Control Algorithm for Cellular CDMA Systems

A New Power Control Algorithm for Cellular CDMA Systems ISSN 1746-7659, England, UK Journal of Information and Computing Science Vol. 4, No. 3, 2009, pp. 205-210 A New Power Control Algorithm for Cellular CDMA Systems Hamidreza Bakhshi 1, +, Sepehr Khodadadi

More information

RESEARCH ON METHODS FOR ANALYZING AND PROCESSING SIGNALS USED BY INTERCEPTION SYSTEMS WITH SPECIAL APPLICATIONS

RESEARCH ON METHODS FOR ANALYZING AND PROCESSING SIGNALS USED BY INTERCEPTION SYSTEMS WITH SPECIAL APPLICATIONS Abstract of Doctorate Thesis RESEARCH ON METHODS FOR ANALYZING AND PROCESSING SIGNALS USED BY INTERCEPTION SYSTEMS WITH SPECIAL APPLICATIONS PhD Coordinator: Prof. Dr. Eng. Radu MUNTEANU Author: Radu MITRAN

More information

ADAPTIVE channel equalization without a training

ADAPTIVE channel equalization without a training IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. 53, NO. 9, SEPTEMBER 2005 1427 Analysis of the Multimodulus Blind Equalization Algorithm in QAM Communication Systems Jenq-Tay Yuan, Senior Member, IEEE, Kun-Da

More information

SPACE TIME coding for multiple transmit antennas has attracted

SPACE TIME coding for multiple transmit antennas has attracted 486 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 50, NO. 3, MARCH 2004 An Orthogonal Space Time Coded CPM System With Fast Decoding for Two Transmit Antennas Genyuan Wang Xiang-Gen Xia, Senior Member,

More information

SNR Estimation in Nakagami-m Fading With Diversity Combining and Its Application to Turbo Decoding

SNR Estimation in Nakagami-m Fading With Diversity Combining and Its Application to Turbo Decoding IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. 50, NO. 11, NOVEMBER 2002 1719 SNR Estimation in Nakagami-m Fading With Diversity Combining Its Application to Turbo Decoding A. Ramesh, A. Chockalingam, Laurence

More information

MITIGATING INTERFERENCE TO GPS OPERATION USING VARIABLE FORGETTING FACTOR BASED RECURSIVE LEAST SQUARES ESTIMATION

MITIGATING INTERFERENCE TO GPS OPERATION USING VARIABLE FORGETTING FACTOR BASED RECURSIVE LEAST SQUARES ESTIMATION MITIGATING INTERFERENCE TO GPS OPERATION USING VARIABLE FORGETTING FACTOR BASED RECURSIVE LEAST SQUARES ESTIMATION Aseel AlRikabi and Taher AlSharabati Al-Ahliyya Amman University/Electronics and Communications

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

PARAMETER IDENTIFICATION IN RADIO FREQUENCY COMMUNICATIONS

PARAMETER IDENTIFICATION IN RADIO FREQUENCY COMMUNICATIONS Review of the Air Force Academy No 3 (27) 2014 PARAMETER IDENTIFICATION IN RADIO FREQUENCY COMMUNICATIONS Marius-Alin BELU Military Technical Academy, Bucharest Abstract: Modulation detection is an essential

More information

ORTHOGONAL frequency division multiplexing (OFDM)

ORTHOGONAL frequency division multiplexing (OFDM) 144 IEEE TRANSACTIONS ON BROADCASTING, VOL. 51, NO. 1, MARCH 2005 Performance Analysis for OFDM-CDMA With Joint Frequency-Time Spreading Kan Zheng, Student Member, IEEE, Guoyan Zeng, and Wenbo Wang, Member,

More information

Analysis of Digitally Modulated Signal in Fading Environment for Classification at Low SNR

Analysis of Digitally Modulated Signal in Fading Environment for Classification at Low SNR Analysis of Digitally Modulated Signal in Fading Environment for Classification at Low SNR Jaspal Bagga Deptt of E&TC SSCET Bhilai (C.G.),India, Dr. Neeta Tripathi Principal SSITM Bhilai (C.G.),India,

More information

Voice Activity Detection

Voice Activity Detection Voice Activity Detection Speech Processing Tom Bäckström Aalto University October 2015 Introduction Voice activity detection (VAD) (or speech activity detection, or speech detection) refers to a class

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

Performance Evaluation of a UWB Channel Model with Antipodal, Orthogonal and DPSK Modulation Scheme

Performance Evaluation of a UWB Channel Model with Antipodal, Orthogonal and DPSK Modulation Scheme International Journal of Wired and Wireless Communications Vol 4, Issue April 016 Performance Evaluation of 80.15.3a UWB Channel Model with Antipodal, Orthogonal and DPSK Modulation Scheme Sachin Taran

More information

Performance Evaluation of Nonlinear Equalizer based on Multilayer Perceptron for OFDM Power- Line Communication

Performance Evaluation of Nonlinear Equalizer based on Multilayer Perceptron for OFDM Power- Line Communication International Journal of Electrical Engineering. ISSN 974-2158 Volume 4, Number 8 (211), pp. 929-938 International Research Publication House http://www.irphouse.com Performance Evaluation of Nonlinear

More information

BER ANALYSIS OF WiMAX IN MULTIPATH FADING CHANNELS

BER ANALYSIS OF WiMAX IN MULTIPATH FADING CHANNELS BER ANALYSIS OF WiMAX IN MULTIPATH FADING CHANNELS Navgeet Singh 1, Amita Soni 2 1 P.G. Scholar, Department of Electronics and Electrical Engineering, PEC University of Technology, Chandigarh, India 2

More information

Tejashri Kuber ALL RIGHTS RESERVED

Tejashri Kuber ALL RIGHTS RESERVED 2013 Tejashri Kuber ALL RIGHTS RESERVED AUTOMATIC MODULATION RECOGNITION USING THE DISCRETE WAVELET TRANSFORM By TEJASHRI KUBER A thesis submitted to the Graduate School-New Brunswick Rutgers, The State

More information

MODULATION METHODS EMPLOYED IN DIGITAL COMMUNICATION: An Analysis

MODULATION METHODS EMPLOYED IN DIGITAL COMMUNICATION: An Analysis International Journal of Electrical & Computer Sciences IJECS-IJENS Vol: 12 No: 03 85 MODULATION METHODS EMPLOYED IN DIGITAL COMMUNICATION: An Analysis Adeleke, Oluseye A. and Abolade, Robert O. Abstract

More information

Adaptive Modulation, Adaptive Coding, and Power Control for Fixed Cellular Broadband Wireless Systems: Some New Insights 1

Adaptive Modulation, Adaptive Coding, and Power Control for Fixed Cellular Broadband Wireless Systems: Some New Insights 1 Adaptive, Adaptive Coding, and Power Control for Fixed Cellular Broadband Wireless Systems: Some New Insights Ehab Armanious, David D. Falconer, and Halim Yanikomeroglu Broadband Communications and Wireless

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

Combination of Modified Clipping Technique and Selective Mapping for PAPR Reduction

Combination of Modified Clipping Technique and Selective Mapping for PAPR Reduction www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 5 Issue 09 September 2016 Page No.17848-17852 Combination of Modified Clipping Technique and Selective Mapping

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 CLASSIFICATION OF MULTIPLE SIGNALS USING 2D MATCHING OF MAGNITUDE-FREQUENCY DENSITY FEATURES Aaron Roof (Vanteon Corporation, Fairport, NY; aroof@vanteon.com); Adly Fam (Dept. of Electrical Engineering,

More information

Adaptive Kalman Filter based Channel Equalizer

Adaptive Kalman Filter based Channel Equalizer Adaptive Kalman Filter based Bharti Kaushal, Agya Mishra Department of Electronics & Communication Jabalpur Engineering College, Jabalpur (M.P.), India Abstract- Equalization is a necessity of the communication

More information

MULTIPATH fading could severely degrade the performance

MULTIPATH fading could severely degrade the performance 1986 IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. 53, NO. 12, DECEMBER 2005 Rate-One Space Time Block Codes With Full Diversity Liang Xian and Huaping Liu, Member, IEEE Abstract Orthogonal space time block

More information

Department of Electronic Engineering FINAL YEAR PROJECT REPORT

Department of Electronic Engineering FINAL YEAR PROJECT REPORT Department of Electronic Engineering FINAL YEAR PROJECT REPORT BEngECE-2009/10-- Student Name: CHEUNG Yik Juen Student ID: Supervisor: Prof.

More information

IJMIE Volume 2, Issue 4 ISSN:

IJMIE Volume 2, Issue 4 ISSN: Reducing PAPR using PTS Technique having standard array in OFDM Deepak Verma* Vijay Kumar Anand* Ashok Kumar* Abstract: Orthogonal frequency division multiplexing is an attractive technique for modern

More information

An Hybrid MLP-SVM Handwritten Digit Recognizer

An Hybrid MLP-SVM Handwritten Digit Recognizer An Hybrid MLP-SVM Handwritten Digit Recognizer A. Bellili ½ ¾ M. Gilloux ¾ P. Gallinari ½ ½ LIP6, Université Pierre et Marie Curie ¾ La Poste 4, Place Jussieu 10, rue de l Ile Mabon, BP 86334 75252 Paris

More information

Jaswant 1, Sanjeev Dhull 2 1 Research Scholar, Electronics and Communication, GJUS & T, Hisar, Haryana, India; is the corr-esponding author.

Jaswant 1, Sanjeev Dhull 2 1 Research Scholar, Electronics and Communication, GJUS & T, Hisar, Haryana, India; is the corr-esponding author. Performance Analysis of Constant Modulus Algorithm and Multi Modulus Algorithm for Quadrature Amplitude Modulation Jaswant 1, Sanjeev Dhull 2 1 Research Scholar, Electronics and Communication, GJUS & T,

More information

Composite Adaptive Digital Predistortion with Improved Variable Step Size LMS Algorithm

Composite Adaptive Digital Predistortion with Improved Variable Step Size LMS Algorithm nd Information Technology and Mechatronics Engineering Conference (ITOEC 6) Composite Adaptive Digital Predistortion with Improved Variable Step Size LMS Algorithm Linhai Gu, a *, Lu Gu,b, Jian Mao,c and

More information

Performance Evaluation of different α value for OFDM System

Performance Evaluation of different α value for OFDM System Performance Evaluation of different α value for OFDM System Dr. K.Elangovan Dept. of Computer Science & Engineering Bharathidasan University richirappalli Abstract: Orthogonal Frequency Division Multiplexing

More information

BER Performance Comparison between QPSK and 4-QA Modulation Schemes

BER Performance Comparison between QPSK and 4-QA Modulation Schemes MIT International Journal of Electrical and Instrumentation Engineering, Vol. 3, No. 2, August 2013, pp. 62 66 62 BER Performance Comparison between QPSK and 4-QA Modulation Schemes Manish Trikha ME Scholar

More information

Making Noise in RF Receivers Simulate Real-World Signals with Signal Generators

Making Noise in RF Receivers Simulate Real-World Signals with Signal Generators Making Noise in RF Receivers Simulate Real-World Signals with Signal Generators Noise is an unwanted signal. In communication systems, noise affects both transmitter and receiver performance. It degrades

More information

Lab/Project Error Control Coding using LDPC Codes and HARQ

Lab/Project Error Control Coding using LDPC Codes and HARQ Linköping University Campus Norrköping Department of Science and Technology Erik Bergfeldt TNE066 Telecommunications Lab/Project Error Control Coding using LDPC Codes and HARQ Error control coding is an

More information

Single Carrier Ofdm Immune to Intercarrier Interference

Single Carrier Ofdm Immune to Intercarrier Interference International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 10, Issue 3 (March 2014), PP.42-47 Single Carrier Ofdm Immune to Intercarrier Interference

More information

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: 2.114

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: 2.114 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY PERFORMANCE IMPROVEMENT OF CONVOLUTION CODED OFDM SYSTEM WITH TRANSMITTER DIVERSITY SCHEME Amol Kumbhare *, DR Rajesh Bodade *

More information

CHAPTER 2 QPSK VARIANT IDENTIFICATION USING BLIND AMR

CHAPTER 2 QPSK VARIANT IDENTIFICATION USING BLIND AMR 27 CHAPTER 2 QPSK VARIANT IDENTIFICATION USING BLIND AMR 2. 1 INTRODUCTION Implementation of advanced information services and systems in a crowded electromagnetic spectrum is a challenging task for communication

More information

Yao Ge ALL RIGHTS RESERVED

Yao Ge ALL RIGHTS RESERVED 2016 Yao Ge ALL RIGHTS RESERVED WAVELET-BASED SOFTWARE-DEFINED RADIO RECEIVER DESIGN by YAO GE A Dissertation submitted to the Graduate School-New Brunswick Rutgers, The State University of New Jersey

More information

Simplified Levenberg-Marquardt Algorithm based PAPR Reduction for OFDM System with Neural Network

Simplified Levenberg-Marquardt Algorithm based PAPR Reduction for OFDM System with Neural Network Simplified Levenberg-Marquardt Algorithm based PAPR Reduction for OFDM System with Neural Network Rahul V R M Tech Communication Department of Electronics and Communication BCCaarmel Engineering College,

More information

Performance Analysis of OFDM for Different Digital Modulation Schemes using Matlab Simulation

Performance Analysis of OFDM for Different Digital Modulation Schemes using Matlab Simulation J. Bangladesh Electron. 10 (7-2); 7-11, 2010 Performance Analysis of OFDM for Different Digital Modulation Schemes using Matlab Simulation Md. Shariful Islam *1, Md. Asek Raihan Mahmud 1, Md. Alamgir Hossain

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

Performance Evaluation of STBC-OFDM System for Wireless Communication

Performance Evaluation of STBC-OFDM System for Wireless Communication Performance Evaluation of STBC-OFDM System for Wireless Communication Apeksha Deshmukh, Prof. Dr. M. D. Kokate Department of E&TC, K.K.W.I.E.R. College, Nasik, apeksha19may@gmail.com Abstract In this paper

More information

CLASSIFICATION OF QAM SIGNALS FOR MULTICARRIER SYSTEMS

CLASSIFICATION OF QAM SIGNALS FOR MULTICARRIER SYSTEMS 5th European Signal Processing Conference (EUSIPCO 27), Poznan, Poland, September 3-7, 27, copyright by EURASIP CLASSIFICATIO OF QAM SIGALS FOR MULTICARRIER SYSTEMS Stefan Edinger, Markus Gaida, and orbert

More information

DURING the past several years, independent component

DURING the past several years, independent component 912 IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 10, NO. 4, JULY 1999 Principal Independent Component Analysis Jie Luo, Bo Hu, Xie-Ting Ling, Ruey-Wen Liu Abstract Conventional blind signal separation algorithms

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

Energy Detection Technique in Cognitive Radio System

Energy Detection Technique in Cognitive Radio System International Journal of Engineering & Technology IJET-IJENS Vol:13 No:05 69 Energy Detection Technique in Cognitive Radio System M.H Mohamad Faculty of Electronic and Computer Engineering Universiti Teknikal

More information

Lab 3.0. Pulse Shaping and Rayleigh Channel. Faculty of Information Engineering & Technology. The Communications Department

Lab 3.0. Pulse Shaping and Rayleigh Channel. Faculty of Information Engineering & Technology. The Communications Department Faculty of Information Engineering & Technology The Communications Department Course: Advanced Communication Lab [COMM 1005] Lab 3.0 Pulse Shaping and Rayleigh Channel 1 TABLE OF CONTENTS 2 Summary...

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

Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK DS-CDMA

Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK DS-CDMA Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK DS-CDMA By Hamed D. AlSharari College of Engineering, Aljouf University, Sakaka, Aljouf 2014, Kingdom of Saudi Arabia, hamed_100@hotmail.com

More information

A Novel Adaptive Method For The Blind Channel Estimation And Equalization Via Sub Space Method

A Novel Adaptive Method For The Blind Channel Estimation And Equalization Via Sub Space Method A Novel Adaptive Method For The Blind Channel Estimation And Equalization Via Sub Space Method Pradyumna Ku. Mohapatra 1, Pravat Ku.Dash 2, Jyoti Prakash Swain 3, Jibanananda Mishra 4 1,2,4 Asst.Prof.Orissa

More information

PAPR Reduction techniques in OFDM System Using Clipping & Filtering and Selective Mapping Methods

PAPR Reduction techniques in OFDM System Using Clipping & Filtering and Selective Mapping Methods PAPR Reduction techniques in OFDM System Using Clipping & Filtering and Selective Mapping Methods Okello Kenneth 1, Professor Usha Neelakanta 2 1 P.G. Student, Department of Electronics & Telecommunication

More information

Mobile Communication An overview Lesson 03 Introduction to Modulation Methods

Mobile Communication An overview Lesson 03 Introduction to Modulation Methods Mobile Communication An overview Lesson 03 Introduction to Modulation Methods Oxford University Press 2007. All rights reserved. 1 Modulation The process of varying one signal, called carrier, according

More information

Neural Blind Separation for Electromagnetic Source Localization and Assessment

Neural Blind Separation for Electromagnetic Source Localization and Assessment Neural Blind Separation for Electromagnetic Source Localization and Assessment L. Albini, P. Burrascano, E. Cardelli, A. Faba, S. Fiori Department of Industrial Engineering, University of Perugia Via G.

More information

PERFORMANCE EVALUATION OF WCDMA SYSTEM FOR DIFFERENT MODULATIONS WITH EQUAL GAIN COMBINING SCHEME

PERFORMANCE EVALUATION OF WCDMA SYSTEM FOR DIFFERENT MODULATIONS WITH EQUAL GAIN COMBINING SCHEME PERFORMANCE EVALUATION OF WCDMA SYSTEM FOR DIFFERENT MODULATIONS WITH EQUAL GAIN COMBINING SCHEME Rajkumar Gupta Assistant Professor Amity University, Rajasthan Abstract The performance of the WCDMA system

More information

High Performance Phase Rotated Spreading Codes for MC-CDMA

High Performance Phase Rotated Spreading Codes for MC-CDMA 2016 International Conference on Computing, Networking and Communications (ICNC), Workshop on Computing, Networking and Communications (CNC) High Performance Phase Rotated Spreading Codes for MC-CDMA Zhiping

More information

Spectrum Sensing Using Bayesian Method for Maximum Spectrum Utilization in Cognitive Radio

Spectrum Sensing Using Bayesian Method for Maximum Spectrum Utilization in Cognitive Radio 5 Spectrum Sensing Using Bayesian Method for Maximum Spectrum Utilization in Cognitive Radio Anurama Karumanchi, Mohan Kumar Badampudi 2 Research Scholar, 2 Assoc. Professor, Dept. of ECE, Malla Reddy

More information