SlideShare a Scribd company logo
1 of 6
Download to read offline
IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE)
e-ISSN: 2278-1676, p-ISSN: 2320–3331, Volume 4, Issue 6 (Mar. -Apr. 2013), PP 69-74
www.iosrjournals.org

 Parametric Optimization and Analysis of Adaptive Equalization
             Algorithms for Noisy Speech Signals
      G.R. Mishra, Mudit Shukla*, O. P. Singh, Sachin Kumar, Kamal Ahmad
    Department of Electronics & Communication Engineering, Amity School of Engineering & Technology
                         Amity University Uttar Pradesh, Lucknow Campus, India

Abstract: Adaptive equalization technique plays key role in modern digital communication systems. Adaptive
digital filters are widely used in the area of signal processing such as echo cancellation, noise cancellation,
channel equalization and beamforming. This paper presents the performance analysis of RLS and CMA
algorithm in presence of noisy audio signal. The analysis shows that in CMA algorithm the convergence rate is
low as compare to RLS algorithm whereas CMA algorithm requires low computing power and relatively better
performance. The parameters of proposed equalizer have been optimized and simulated using Simulink.
Index Terms— CMA, Equalization, Noisy audio signal, RLS algorithms

                                              I.     Introduction
          In the digital communication system, when the signal passes through a channel, signal gets distorted
due to various causes. One of the most common causes is Inter symbol interference (ISI). In presence of ISI,
receiver does not clearly understand the received samples. The linear distortion which is produced by the
channel is minimized by the most important part of the receiver called equalizer by a process called
equalization. Equalization is defined as process of change in the frequency of a signal in order to maintain the
signal at the normal level [1]. If a signal is transmitted through a channel, its frequency can vary. So an equalizer
is most essential element of a receiver system, which removes emphasized frequency from the transmitted signal
[2].
          If the characteristics of the channel are known than optimum setting for equalizer can be computed. But
in the practical system the characteristics of the channel is the big problem, so adaptive equalizers are used.
Adaptive filter can be used in the system for different purposes such as system identification, noise cancellation,
echo cancellation and equalization. When adaptive filter theory converges with the equalizer then we get an
adaptive equalizer. Adaptive equalizer has capability to change the coefficients of transfer function as per
system requirement [3].
The adaptive equalization is of two types: trained equalization and blind equalization.

A) Trained Equalization
          Trained equalization is based on the pseudo random sequence. Which is the random pattern of bits
consists of ones and zeros called training sequence known both to the transmitter and receiver. In this paper we
use two types of trained equalization algorithms named LMS and RLS.
Least Mean Square (LMS) Algorithm: The LMS algorithm is a stochastic gradient algorithm, which means that
the gradient of the error performance surface with respect to the free parameter vector changes randomly from
one iteration to the next. The LMS algorithm achieves simplicity of implementation by using instantaneous
estimates of the autocorrelation matrix of the input signal vector, and the cross-correlation vector between the
input vector and the desired response. The LMS algorithm has two major shortcomings: slow rate of
convergence, and sensitivity to the eigen value spread (i.e., the ratio of the largest eigen value to the smallest
eigen value) of the correlation matrix of the input signal vector [4].
Recursive Least Square (RLS): The RLS algorithm utilizes continuously updated estimates of autocorrelation
matrix of the input signal vector, and the cross-correlation vector between the input vector and the desired
response quantities, which go back to the beginning of the adaptive process. Accordingly, the RLS algorithm
exhibits the following properties:
• Rate of convergence that is typically an order of magnitude faster than the LMS algorithm.
• Rate of convergence that is invariant to the eigen value spread of the correlation matrix of the input Vector [4].

B) Blind Equalization
         In the blind equalization no training sequence is used. However blind equalization is capable to
compensate amplitude and delay distortion of a communication channel. The channel equalization performed
without help of training sequence. The term blind indicate that the equalization is performed blindly on the data
without a reference signal. The blind equalization depends on the knowledge of signal’s structure and its

                                             www.iosrjournals.org                                          69 | Page
Parametric Optimization and Analysis of Adaptive Equalization Algorithms for Noisy Speech Signals

statistical properties. One of the most important advantages of the blind equalization is that no bandwidth is
wasted by its transmission because no training sequence is used at the start up [5]. The algorithm which we use
in this paper of blind equalization is Godard or constant modulus algorithm (CMA).
Godard or Constant Modulus Algorithm (CMA): Godard developed algorithm for the complex valued signal is
the most popular algorithm for the blind equalization of QAM signal is called the constant modulus algorithm
[6]. CMA tries to minimize the constant modulus cost function JCM. Consider a input data symbol {ak}. The
squared magnitude of received sample z(n) and Godard dispersion constant R2 depends only on the {ak}. CMA
minimizes the difference between these two by adjusting the weights of the equalizer. This gives the value of
JCM.
                                                  JCM=E [ (abs (z(n))2-R2)2]
Where z(n) is the equalizer output at time n. The equalizer coefficient update equalization in CMA uses a
gradient descent to minimize JCM. The equation is given by Godard as-
                                         C (n+1) =C (n)-µ y(n)z(n) [(abs(z(n))2-R2)]
For determining the value of R2
                                                 R2=E [a(n)4]/ E[abs(a(n))2]
Where a(n) is the signal to be transmitted and E[] is the exception over all possible transmitted data sequence. In
this paper we use three adaptive algorithms. Out of these three algorithms, two algorithms are based on trained
equalization LMS and RLS. The LMS algorithm is taken as a reference algorithm during this work. One blind
equalization algorithm CMA is used [7]. We evaluate the performance of the adaptive equalizer in the presence
of noisy audio source on the basis of their mean square error (MSE) convergence rate.

            II.    Proposed Adaptive Equalizer Combined With Noisy Audio Source
          Fig 1 shows the proposed block diagram of the adaptive equalizer combined with the noisy audio
source. At the transmitter side the noise is added with the audio signal and then signal is encoded by the help of
differential encoder. Encoded data is modulated using QAM modulation scheme and BPSK is considered as
symbol constellation. After that this modulated data is transmitted through an AWGN channel. The signal is
received by a receiver having an equalizer. Three adaptive algorithms are performed simultaneously to make the
equalizer adaptive and evaluate the performance of the adaptive equalizer in the term of mean square error
convergence rate.




                  Fig 1- Simulink Diagram of Proposed Adaptive Equalizer Combined With Noisy Audio Source

                                       III.     Simulation Parameters
         The proposed model for the adaptive equalizer combined with the noisy audio source is simulated on
the MATLAB10.0 Simulink. Table 1 shows the parameters and its corresponding value/technique consider
during this work. The step size is taken as 0.01 for the LMS and CMA. A slight change in the step size can give
other outputs. We consider a mono audio signal of 8000Hz, 16-bit. The LMS and RLS is operated in the
training/decision direct mode, we can switch between the modes during the simulation.




                                                www.iosrjournals.org                                        70 | Page
Parametric Optimization and Analysis of Adaptive Equalization Algorithms for Noisy Speech Signals

                                               Table 1: Simulation Parameters




                                         IV.       Simulation Results




                                  Fig 2- Received Signal at the Output of the Channel (RLS)




                                 Fig 3- Received Signal at the Output of the Channel (CMA)

Fig 2 shows a scatter plot of the received signal at the output of the channel when the configurable algorithm is
RLS. This shows that during implementation of RLS algorithm while the noisy audio signal passes through
AWGN channel, the output is deviated from desired value. The simulation result of CMA algorithm is shown in
Fig 3. This result shows scatter plot of the received signal at the output of the channel, which is similar to result
of RLS.




                                                www.iosrjournals.org                                       71 | Page
Parametric Optimization and Analysis of Adaptive Equalization Algorithms for Noisy Speech Signals




                                             Fig 4- Signal Equalized by LMS
Fig 4 shows a scatter plot of the signal equalized by the reference equalizer. We consider LMS as a reference
equalizer.




                                             Fig 5- Signal Equalized by RLS
Fig 5 shows a scatter plot of the signal equalized by the RLS equalizer. This result is comparable to the
reference signal (Shown in figure 4). It indicates that the performance of RLS algorithm in presence of noisy
speech signal.




                                             Fig 6- Signal Equalized by CMA
Fig 6 shows a scatter plot of the signal equalized by the CMA equalizer. This result is also similar to the
reference signal (Shown in figure 4). These results show that the signal equalization capabilities of both
algorithms are similar.




                      Fig 7- Frequency Response of Equalizer (RLS), Channel and   Combined


                                              www.iosrjournals.org                                  72 | Page
Parametric Optimization and Analysis of Adaptive Equalization Algorithms for Noisy Speech Signals




                          Fig 8- Frequency Response of Equalizer (CMA), Channel and Combined
Fig 7 and 8 shows the frequency response of the equalizer (RLS and CMA), channel and combined. We can see
that in the presence of noisy audio source RLS equalizer has very poor frequency response as compare to the
CMA equalizer. The frequency response of the combination of channel and CMA equalizer is approximately
desired, which shows that in the case of noisy audio source the CMA equalizer has better frequency response.




                                         Fig 9- MSE Convergence Plot for RLS
Fig 9 shows the MSE convergence plot of the RLS equalizer. We can see that the convergence rate of RLS
equalizer is very much fast, almost in 0.001 sec it converges from 0.24 towards the minimum mean square error
(MMSE) but for a very short period of time 0.008. After 0.008 Sec the RLS equalizer not succeeds to achieve
that convergence rate.




                                        Fig 10- MSE Convergence Plot for CMA
Fig 10 shows the MSE convergence plot of the CMA equalizer. We can see that the CMA equalizer converges
from 0.24 to 0.05 in almost 0.05sec. Although it is slower than RLS but successfully maintain the convergence
rate. On the other hand the LMS equalizer takes time to converge [8, 15]. During the simulation process various
values of the step size have been taken and the desired results have been found at optimum value of 0.01. MSE
is one of the important parameter which decides the performance of equalizer. The simulation result shows that
CMA has better MSE convergence as comparison to RLS. Since CMA is blind equalization algorithm and RLS
is trained equalization algorithm so we can conclude that performance of blind equalization algorithm is better
as compare to trained equalization algorithm in presence of noisy audio signal.

                                              V.      Conclusion
         Thus using MATLAB simulation performance parameters of the LMS, RLS and CMA are optimized
and analyzed in the presence of the noisy audio source. It is analyzed that the step size (µ) is the important
parameter of these algorithms and the convergence characteristics decidedly depends on the µ. So the value of µ
can affects the convergence rate and mean square error. Also it is examine that in the presence of noisy audio
                                             www.iosrjournals.org                                     73 | Page
Parametric Optimization and Analysis of Adaptive Equalization Algorithms for Noisy Speech Signals

source, trained equalization algorithm RLS gives faster convergence rate as compare to the LMS, although
needing higher computational capability. The obtained results show that the CMA equalizer is very promising in
presence of noisy audio source. However CMA equalizer gives low convergence rate, comparable to that of the
RLS equalizer but has better performance and requires no much computing power.

                                                           References
[1]    John G. Proakis, “Digital Communications” McGraw-Hill International Edition, Fourth Edition 2001.
[2]    Theodore S. Rappaport, “Wireles Communications principles & practice Article”, Second Edition.2002
[3]    Shahid U.H.Qureshi, “Adaptive Equalization”, Vol-73, Issue-9, IEEE Proceedings-Sep 1985
[4]    S. Haykin, Adaptive Filter Theory, Prentice Hall, Englewood Cliffs, NJ, 4th edition, 2002.
[5]    C. R. Johnson et al., “Blind equalization using the constant modulus criterion: A review,” Proc. IEEE, vol. 86, no. 10, pp.1927–
       1950, Oct. 1998.
[6]    Domnique N. Godard, “Self-Recovering Equalization and carrier tracking in Two-Dimensional Data Communication Systems”,
       IEEE transactions on Communications, vol. COM-28, No.11, Nov.1980
[7]    E. Kalpana, O. Uma Maheswari, “Architecture Design for an Adaptive Equalizer”, National Conference, Pune..
[8]    O. Dabeer, “Convergence analysis of the LMS and the constant modulus algorithms,” Ph.D. dissertation, Univ. Calif., San Diego,
       La Jolla, 2002.
[9]    G. UNGERBOECK, "Theory on the speed of Convergence in adaptive Equalizers for digital Communications." IBM J. Res.
       Develop., Vol. 11, pp 546-555, 1972.
[10]   V. WEERACKODY, S. A. KASSAM, and K. R. LAKER, "Convergence Analysis of an Algorithm for Blind Equalization, " IEEE
       TRANS. COMMUN., Vol. 39, pp. 856-865, June 1991.
[11]   R. CUSANI and A. LAURENTI, "Convergence Analysis of CMA Blind Equalizer," IEEE Transac. Commun., Vol. 43, pp. 1304-
       1307, 1995.
[12]   J. Yaun, K. Tsai, “Analyisis of the Multimodulus Blind Equalization Algorithm in QAM Communication Systems”, IEEE
       Transactions on Communications, Vol. 53, No. 9, pp. 1427-1431, Sept. 2005.
[13]   A. Beasley, A. Cole-Rhodes, “Performance of an Adaptive Blind Equalizer for QAM Signals”, MILCOM 2005, Atlantic City, NJ,
       Oct. 2005.
[14]   L. He, M. G. Amin, C. Reed, Jr., R. C. Malkemes, “A Hybrid Adaptive Blind Equalization Algorithm for QAM Signals in Wireless
       Communications”, IEEE Trans. on Signal Proc., Vol. 52, No. 7, pp. 2058-2069, July 2004.
[15]   Onkar Dabeer and Elias Masry “Convergence Analysis of the Constant Modulus Algorithm” IEEE TRANSACTIONS ON
       INFORMATION THEORY, VOL. 49, NO. 6, JUNE 2003




                                                    www.iosrjournals.org                                                    74 | Page

More Related Content

What's hot

Improved Ad-Hoc Networks Using Cooperative Diversity
Improved Ad-Hoc Networks Using Cooperative DiversityImproved Ad-Hoc Networks Using Cooperative Diversity
Improved Ad-Hoc Networks Using Cooperative DiversityIJCSIT Journal
 
Sparse channel estimation by pilot allocation in MIMO-OFDM systems
Sparse channel estimation by pilot allocation  in   MIMO-OFDM systems     Sparse channel estimation by pilot allocation  in   MIMO-OFDM systems
Sparse channel estimation by pilot allocation in MIMO-OFDM systems IRJET Journal
 
Mitigating Interference to GPS Operation Using Variable Forgetting Factor Bas...
Mitigating Interference to GPS Operation Using Variable Forgetting Factor Bas...Mitigating Interference to GPS Operation Using Variable Forgetting Factor Bas...
Mitigating Interference to GPS Operation Using Variable Forgetting Factor Bas...IJCNCJournal
 
Performance Analysis of PAPR Reduction in MIMO-OFDM
Performance Analysis of PAPR Reduction in MIMO-OFDMPerformance Analysis of PAPR Reduction in MIMO-OFDM
Performance Analysis of PAPR Reduction in MIMO-OFDMIJARBEST JOURNAL
 
Optimization for Minimum Noise Figure of RF Low Noise Amplifier in 0.18µm Tec...
Optimization for Minimum Noise Figure of RF Low Noise Amplifier in 0.18µm Tec...Optimization for Minimum Noise Figure of RF Low Noise Amplifier in 0.18µm Tec...
Optimization for Minimum Noise Figure of RF Low Noise Amplifier in 0.18µm Tec...IJEEE
 
CHANNEL EQUALIZATION by NAVEEN TOKAS
CHANNEL EQUALIZATION by NAVEEN TOKASCHANNEL EQUALIZATION by NAVEEN TOKAS
CHANNEL EQUALIZATION by NAVEEN TOKASNAVEEN TOKAS
 
Equalization
EqualizationEqualization
Equalizationbhabendu
 
Analysis of Reduction of PAPR by Linear Predictive Coding in OFDM
Analysis of Reduction of PAPR by Linear Predictive Coding in OFDM Analysis of Reduction of PAPR by Linear Predictive Coding in OFDM
Analysis of Reduction of PAPR by Linear Predictive Coding in OFDM AnuragSingh1049
 
14 a blind edit ms word (edit tyas)2
14 a blind edit ms word (edit tyas)214 a blind edit ms word (edit tyas)2
14 a blind edit ms word (edit tyas)2IAESIJEECS
 
A blind channel shortening for multiuser, multicarrier CDMA system over multi...
A blind channel shortening for multiuser, multicarrier CDMA system over multi...A blind channel shortening for multiuser, multicarrier CDMA system over multi...
A blind channel shortening for multiuser, multicarrier CDMA system over multi...TELKOMNIKA JOURNAL
 
Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...
Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...
Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...IDES Editor
 
Comparative study of selected subcarrier index modulation OFDM schemes
Comparative study of selected subcarrier index modulation OFDM schemesComparative study of selected subcarrier index modulation OFDM schemes
Comparative study of selected subcarrier index modulation OFDM schemesTELKOMNIKA JOURNAL
 

What's hot (17)

Gn3411911195
Gn3411911195Gn3411911195
Gn3411911195
 
Improved Ad-Hoc Networks Using Cooperative Diversity
Improved Ad-Hoc Networks Using Cooperative DiversityImproved Ad-Hoc Networks Using Cooperative Diversity
Improved Ad-Hoc Networks Using Cooperative Diversity
 
Unit iv wcn main
Unit iv wcn mainUnit iv wcn main
Unit iv wcn main
 
Sparse channel estimation by pilot allocation in MIMO-OFDM systems
Sparse channel estimation by pilot allocation  in   MIMO-OFDM systems     Sparse channel estimation by pilot allocation  in   MIMO-OFDM systems
Sparse channel estimation by pilot allocation in MIMO-OFDM systems
 
Mitigating Interference to GPS Operation Using Variable Forgetting Factor Bas...
Mitigating Interference to GPS Operation Using Variable Forgetting Factor Bas...Mitigating Interference to GPS Operation Using Variable Forgetting Factor Bas...
Mitigating Interference to GPS Operation Using Variable Forgetting Factor Bas...
 
E0812730
E0812730E0812730
E0812730
 
Performance Analysis of PAPR Reduction in MIMO-OFDM
Performance Analysis of PAPR Reduction in MIMO-OFDMPerformance Analysis of PAPR Reduction in MIMO-OFDM
Performance Analysis of PAPR Reduction in MIMO-OFDM
 
Optimization for Minimum Noise Figure of RF Low Noise Amplifier in 0.18µm Tec...
Optimization for Minimum Noise Figure of RF Low Noise Amplifier in 0.18µm Tec...Optimization for Minimum Noise Figure of RF Low Noise Amplifier in 0.18µm Tec...
Optimization for Minimum Noise Figure of RF Low Noise Amplifier in 0.18µm Tec...
 
Da36615618
Da36615618Da36615618
Da36615618
 
CHANNEL EQUALIZATION by NAVEEN TOKAS
CHANNEL EQUALIZATION by NAVEEN TOKASCHANNEL EQUALIZATION by NAVEEN TOKAS
CHANNEL EQUALIZATION by NAVEEN TOKAS
 
Equalization
EqualizationEqualization
Equalization
 
Analysis of Reduction of PAPR by Linear Predictive Coding in OFDM
Analysis of Reduction of PAPR by Linear Predictive Coding in OFDM Analysis of Reduction of PAPR by Linear Predictive Coding in OFDM
Analysis of Reduction of PAPR by Linear Predictive Coding in OFDM
 
14 a blind edit ms word (edit tyas)2
14 a blind edit ms word (edit tyas)214 a blind edit ms word (edit tyas)2
14 a blind edit ms word (edit tyas)2
 
A blind channel shortening for multiuser, multicarrier CDMA system over multi...
A blind channel shortening for multiuser, multicarrier CDMA system over multi...A blind channel shortening for multiuser, multicarrier CDMA system over multi...
A blind channel shortening for multiuser, multicarrier CDMA system over multi...
 
Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...
Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...
Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...
 
Comparative study of selected subcarrier index modulation OFDM schemes
Comparative study of selected subcarrier index modulation OFDM schemesComparative study of selected subcarrier index modulation OFDM schemes
Comparative study of selected subcarrier index modulation OFDM schemes
 
Equalization
EqualizationEqualization
Equalization
 

Viewers also liked

Utilization Data Mining to Detect Spyware
Utilization Data Mining to Detect Spyware Utilization Data Mining to Detect Spyware
Utilization Data Mining to Detect Spyware IOSR Journals
 
Efficient Design of Reversible Sequential Circuit
Efficient Design of Reversible Sequential CircuitEfficient Design of Reversible Sequential Circuit
Efficient Design of Reversible Sequential CircuitIOSR Journals
 
Pretext Knowledge Grids on Unstructured Data for Facilitating Online Education
Pretext Knowledge Grids on Unstructured Data for Facilitating  Online EducationPretext Knowledge Grids on Unstructured Data for Facilitating  Online Education
Pretext Knowledge Grids on Unstructured Data for Facilitating Online EducationIOSR Journals
 
A Study in Employing Rough Set Based Approach for Clustering on Categorical ...
A Study in Employing Rough Set Based Approach for Clustering  on Categorical ...A Study in Employing Rough Set Based Approach for Clustering  on Categorical ...
A Study in Employing Rough Set Based Approach for Clustering on Categorical ...IOSR Journals
 
Hide and Seek: Embedding Audio into RGB 24-bit Color Image Sporadically Usin...
Hide and Seek: Embedding Audio into RGB 24-bit Color Image  Sporadically Usin...Hide and Seek: Embedding Audio into RGB 24-bit Color Image  Sporadically Usin...
Hide and Seek: Embedding Audio into RGB 24-bit Color Image Sporadically Usin...IOSR Journals
 
ODRS: Optimal Data Replication Scheme for Time Efficiency In MANETs
ODRS: Optimal Data Replication Scheme for Time Efficiency In  MANETsODRS: Optimal Data Replication Scheme for Time Efficiency In  MANETs
ODRS: Optimal Data Replication Scheme for Time Efficiency In MANETsIOSR Journals
 
Preclusion Measures for Protecting P2P Networks from Malware Spread
Preclusion Measures for Protecting P2P Networks from Malware  SpreadPreclusion Measures for Protecting P2P Networks from Malware  Spread
Preclusion Measures for Protecting P2P Networks from Malware SpreadIOSR Journals
 
Use of Search Engines by Postgraduate Students of the University Of Nigeria,...
Use of Search Engines by Postgraduate Students of the University  Of Nigeria,...Use of Search Engines by Postgraduate Students of the University  Of Nigeria,...
Use of Search Engines by Postgraduate Students of the University Of Nigeria,...IOSR Journals
 

Viewers also liked (20)

L0956974
L0956974L0956974
L0956974
 
H0325660
H0325660H0325660
H0325660
 
G0354447
G0354447G0354447
G0354447
 
G0514551
G0514551G0514551
G0514551
 
E0512535
E0512535E0512535
E0512535
 
D0521522
D0521522D0521522
D0521522
 
J0525460
J0525460J0525460
J0525460
 
Utilization Data Mining to Detect Spyware
Utilization Data Mining to Detect Spyware Utilization Data Mining to Detect Spyware
Utilization Data Mining to Detect Spyware
 
G01064046
G01064046G01064046
G01064046
 
K0556366
K0556366K0556366
K0556366
 
Efficient Design of Reversible Sequential Circuit
Efficient Design of Reversible Sequential CircuitEfficient Design of Reversible Sequential Circuit
Efficient Design of Reversible Sequential Circuit
 
Pretext Knowledge Grids on Unstructured Data for Facilitating Online Education
Pretext Knowledge Grids on Unstructured Data for Facilitating  Online EducationPretext Knowledge Grids on Unstructured Data for Facilitating  Online Education
Pretext Knowledge Grids on Unstructured Data for Facilitating Online Education
 
A Study in Employing Rough Set Based Approach for Clustering on Categorical ...
A Study in Employing Rough Set Based Approach for Clustering  on Categorical ...A Study in Employing Rough Set Based Approach for Clustering  on Categorical ...
A Study in Employing Rough Set Based Approach for Clustering on Categorical ...
 
Hide and Seek: Embedding Audio into RGB 24-bit Color Image Sporadically Usin...
Hide and Seek: Embedding Audio into RGB 24-bit Color Image  Sporadically Usin...Hide and Seek: Embedding Audio into RGB 24-bit Color Image  Sporadically Usin...
Hide and Seek: Embedding Audio into RGB 24-bit Color Image Sporadically Usin...
 
ODRS: Optimal Data Replication Scheme for Time Efficiency In MANETs
ODRS: Optimal Data Replication Scheme for Time Efficiency In  MANETsODRS: Optimal Data Replication Scheme for Time Efficiency In  MANETs
ODRS: Optimal Data Replication Scheme for Time Efficiency In MANETs
 
A0330103
A0330103A0330103
A0330103
 
Preclusion Measures for Protecting P2P Networks from Malware Spread
Preclusion Measures for Protecting P2P Networks from Malware  SpreadPreclusion Measures for Protecting P2P Networks from Malware  Spread
Preclusion Measures for Protecting P2P Networks from Malware Spread
 
C0531519
C0531519C0531519
C0531519
 
E0441929
E0441929E0441929
E0441929
 
Use of Search Engines by Postgraduate Students of the University Of Nigeria,...
Use of Search Engines by Postgraduate Students of the University  Of Nigeria,...Use of Search Engines by Postgraduate Students of the University  Of Nigeria,...
Use of Search Engines by Postgraduate Students of the University Of Nigeria,...
 

Similar to K0466974

Performance Evaluation Of Adaptive Array Antennas In Cognitive Relay Network
Performance Evaluation Of Adaptive Array Antennas In Cognitive Relay NetworkPerformance Evaluation Of Adaptive Array Antennas In Cognitive Relay Network
Performance Evaluation Of Adaptive Array Antennas In Cognitive Relay Networkcsijjournal
 
Performance Evaluation of Adaptive Array Antennas in Cognitive Relay Network
Performance Evaluation of Adaptive Array Antennas in Cognitive Relay NetworkPerformance Evaluation of Adaptive Array Antennas in Cognitive Relay Network
Performance Evaluation of Adaptive Array Antennas in Cognitive Relay Networkcsijjournal
 
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK csijjournal
 
ADAPTIVE ARRAY BEAMFORMING USING AN ENHANCED RLS ALGORITHM
ADAPTIVE ARRAY BEAMFORMING USING AN ENHANCED RLS ALGORITHMADAPTIVE ARRAY BEAMFORMING USING AN ENHANCED RLS ALGORITHM
ADAPTIVE ARRAY BEAMFORMING USING AN ENHANCED RLS ALGORITHMpijans
 
Echo Cancellation Algorithms using Adaptive Filters: A Comparative Study
Echo Cancellation Algorithms using Adaptive Filters: A Comparative StudyEcho Cancellation Algorithms using Adaptive Filters: A Comparative Study
Echo Cancellation Algorithms using Adaptive Filters: A Comparative Studyidescitation
 
Simulation of Adaptive Noise Canceller for an ECG signal Analysis
Simulation of Adaptive Noise Canceller for an ECG signal AnalysisSimulation of Adaptive Noise Canceller for an ECG signal Analysis
Simulation of Adaptive Noise Canceller for an ECG signal AnalysisIDES Editor
 
Filtering Electrocardiographic Signals using filtered- X LMS algorithm
Filtering Electrocardiographic Signals using filtered- X LMS algorithmFiltering Electrocardiographic Signals using filtered- X LMS algorithm
Filtering Electrocardiographic Signals using filtered- X LMS algorithmIDES Editor
 
FPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMS
FPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMSFPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMS
FPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMSEditor IJMTER
 
Designing and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemDesigning and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemIOSR Journals
 
Designing and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemDesigning and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemIOSR Journals
 
Analysis of Adaptive Algorithms
Analysis of Adaptive AlgorithmsAnalysis of Adaptive Algorithms
Analysis of Adaptive Algorithmsijsrd.com
 
Smart antenna algorithm and application
Smart antenna algorithm and applicationSmart antenna algorithm and application
Smart antenna algorithm and applicationVirak Sou
 
Equalization with the help of Non OMA.pptx
Equalization with the help of Non OMA.pptxEqualization with the help of Non OMA.pptx
Equalization with the help of Non OMA.pptxUditJain156267
 
Minimization Of Inter Symbol Interference Based Error in OFDM System Using A...
Minimization Of Inter Symbol Interference Based Error in  OFDM System Using A...Minimization Of Inter Symbol Interference Based Error in  OFDM System Using A...
Minimization Of Inter Symbol Interference Based Error in OFDM System Using A...IJMER
 
A new adaptive step size mcma blind equalizer algorithm based on absoulate erroe
A new adaptive step size mcma blind equalizer algorithm based on absoulate erroeA new adaptive step size mcma blind equalizer algorithm based on absoulate erroe
A new adaptive step size mcma blind equalizer algorithm based on absoulate erroeIAEME Publication
 
Eqalization and diversity
Eqalization and diversityEqalization and diversity
Eqalization and diversityerindrasen
 
Efficient reduction of PLI in ECG signal using new variable step size least m...
Efficient reduction of PLI in ECG signal using new variable step size least m...Efficient reduction of PLI in ECG signal using new variable step size least m...
Efficient reduction of PLI in ECG signal using new variable step size least m...IJECEIAES
 

Similar to K0466974 (20)

I017325055
I017325055I017325055
I017325055
 
Performance Evaluation Of Adaptive Array Antennas In Cognitive Relay Network
Performance Evaluation Of Adaptive Array Antennas In Cognitive Relay NetworkPerformance Evaluation Of Adaptive Array Antennas In Cognitive Relay Network
Performance Evaluation Of Adaptive Array Antennas In Cognitive Relay Network
 
Performance Evaluation of Adaptive Array Antennas in Cognitive Relay Network
Performance Evaluation of Adaptive Array Antennas in Cognitive Relay NetworkPerformance Evaluation of Adaptive Array Antennas in Cognitive Relay Network
Performance Evaluation of Adaptive Array Antennas in Cognitive Relay Network
 
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
 
ADAPTIVE ARRAY BEAMFORMING USING AN ENHANCED RLS ALGORITHM
ADAPTIVE ARRAY BEAMFORMING USING AN ENHANCED RLS ALGORITHMADAPTIVE ARRAY BEAMFORMING USING AN ENHANCED RLS ALGORITHM
ADAPTIVE ARRAY BEAMFORMING USING AN ENHANCED RLS ALGORITHM
 
Echo Cancellation Algorithms using Adaptive Filters: A Comparative Study
Echo Cancellation Algorithms using Adaptive Filters: A Comparative StudyEcho Cancellation Algorithms using Adaptive Filters: A Comparative Study
Echo Cancellation Algorithms using Adaptive Filters: A Comparative Study
 
Simulation of Adaptive Noise Canceller for an ECG signal Analysis
Simulation of Adaptive Noise Canceller for an ECG signal AnalysisSimulation of Adaptive Noise Canceller for an ECG signal Analysis
Simulation of Adaptive Noise Canceller for an ECG signal Analysis
 
Adaptive equalization
Adaptive equalizationAdaptive equalization
Adaptive equalization
 
Filtering Electrocardiographic Signals using filtered- X LMS algorithm
Filtering Electrocardiographic Signals using filtered- X LMS algorithmFiltering Electrocardiographic Signals using filtered- X LMS algorithm
Filtering Electrocardiographic Signals using filtered- X LMS algorithm
 
FPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMS
FPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMSFPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMS
FPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMS
 
Designing and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemDesigning and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM System
 
Designing and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemDesigning and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM System
 
Analysis of Adaptive Algorithms
Analysis of Adaptive AlgorithmsAnalysis of Adaptive Algorithms
Analysis of Adaptive Algorithms
 
Smart antenna algorithm and application
Smart antenna algorithm and applicationSmart antenna algorithm and application
Smart antenna algorithm and application
 
205 eng105
205 eng105205 eng105
205 eng105
 
Equalization with the help of Non OMA.pptx
Equalization with the help of Non OMA.pptxEqualization with the help of Non OMA.pptx
Equalization with the help of Non OMA.pptx
 
Minimization Of Inter Symbol Interference Based Error in OFDM System Using A...
Minimization Of Inter Symbol Interference Based Error in  OFDM System Using A...Minimization Of Inter Symbol Interference Based Error in  OFDM System Using A...
Minimization Of Inter Symbol Interference Based Error in OFDM System Using A...
 
A new adaptive step size mcma blind equalizer algorithm based on absoulate erroe
A new adaptive step size mcma blind equalizer algorithm based on absoulate erroeA new adaptive step size mcma blind equalizer algorithm based on absoulate erroe
A new adaptive step size mcma blind equalizer algorithm based on absoulate erroe
 
Eqalization and diversity
Eqalization and diversityEqalization and diversity
Eqalization and diversity
 
Efficient reduction of PLI in ECG signal using new variable step size least m...
Efficient reduction of PLI in ECG signal using new variable step size least m...Efficient reduction of PLI in ECG signal using new variable step size least m...
Efficient reduction of PLI in ECG signal using new variable step size least m...
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

K0466974

  • 1. IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-ISSN: 2278-1676, p-ISSN: 2320–3331, Volume 4, Issue 6 (Mar. -Apr. 2013), PP 69-74 www.iosrjournals.org Parametric Optimization and Analysis of Adaptive Equalization Algorithms for Noisy Speech Signals G.R. Mishra, Mudit Shukla*, O. P. Singh, Sachin Kumar, Kamal Ahmad Department of Electronics & Communication Engineering, Amity School of Engineering & Technology Amity University Uttar Pradesh, Lucknow Campus, India Abstract: Adaptive equalization technique plays key role in modern digital communication systems. Adaptive digital filters are widely used in the area of signal processing such as echo cancellation, noise cancellation, channel equalization and beamforming. This paper presents the performance analysis of RLS and CMA algorithm in presence of noisy audio signal. The analysis shows that in CMA algorithm the convergence rate is low as compare to RLS algorithm whereas CMA algorithm requires low computing power and relatively better performance. The parameters of proposed equalizer have been optimized and simulated using Simulink. Index Terms— CMA, Equalization, Noisy audio signal, RLS algorithms I. Introduction In the digital communication system, when the signal passes through a channel, signal gets distorted due to various causes. One of the most common causes is Inter symbol interference (ISI). In presence of ISI, receiver does not clearly understand the received samples. The linear distortion which is produced by the channel is minimized by the most important part of the receiver called equalizer by a process called equalization. Equalization is defined as process of change in the frequency of a signal in order to maintain the signal at the normal level [1]. If a signal is transmitted through a channel, its frequency can vary. So an equalizer is most essential element of a receiver system, which removes emphasized frequency from the transmitted signal [2]. If the characteristics of the channel are known than optimum setting for equalizer can be computed. But in the practical system the characteristics of the channel is the big problem, so adaptive equalizers are used. Adaptive filter can be used in the system for different purposes such as system identification, noise cancellation, echo cancellation and equalization. When adaptive filter theory converges with the equalizer then we get an adaptive equalizer. Adaptive equalizer has capability to change the coefficients of transfer function as per system requirement [3]. The adaptive equalization is of two types: trained equalization and blind equalization. A) Trained Equalization Trained equalization is based on the pseudo random sequence. Which is the random pattern of bits consists of ones and zeros called training sequence known both to the transmitter and receiver. In this paper we use two types of trained equalization algorithms named LMS and RLS. Least Mean Square (LMS) Algorithm: The LMS algorithm is a stochastic gradient algorithm, which means that the gradient of the error performance surface with respect to the free parameter vector changes randomly from one iteration to the next. The LMS algorithm achieves simplicity of implementation by using instantaneous estimates of the autocorrelation matrix of the input signal vector, and the cross-correlation vector between the input vector and the desired response. The LMS algorithm has two major shortcomings: slow rate of convergence, and sensitivity to the eigen value spread (i.e., the ratio of the largest eigen value to the smallest eigen value) of the correlation matrix of the input signal vector [4]. Recursive Least Square (RLS): The RLS algorithm utilizes continuously updated estimates of autocorrelation matrix of the input signal vector, and the cross-correlation vector between the input vector and the desired response quantities, which go back to the beginning of the adaptive process. Accordingly, the RLS algorithm exhibits the following properties: • Rate of convergence that is typically an order of magnitude faster than the LMS algorithm. • Rate of convergence that is invariant to the eigen value spread of the correlation matrix of the input Vector [4]. B) Blind Equalization In the blind equalization no training sequence is used. However blind equalization is capable to compensate amplitude and delay distortion of a communication channel. The channel equalization performed without help of training sequence. The term blind indicate that the equalization is performed blindly on the data without a reference signal. The blind equalization depends on the knowledge of signal’s structure and its www.iosrjournals.org 69 | Page
  • 2. Parametric Optimization and Analysis of Adaptive Equalization Algorithms for Noisy Speech Signals statistical properties. One of the most important advantages of the blind equalization is that no bandwidth is wasted by its transmission because no training sequence is used at the start up [5]. The algorithm which we use in this paper of blind equalization is Godard or constant modulus algorithm (CMA). Godard or Constant Modulus Algorithm (CMA): Godard developed algorithm for the complex valued signal is the most popular algorithm for the blind equalization of QAM signal is called the constant modulus algorithm [6]. CMA tries to minimize the constant modulus cost function JCM. Consider a input data symbol {ak}. The squared magnitude of received sample z(n) and Godard dispersion constant R2 depends only on the {ak}. CMA minimizes the difference between these two by adjusting the weights of the equalizer. This gives the value of JCM. JCM=E [ (abs (z(n))2-R2)2] Where z(n) is the equalizer output at time n. The equalizer coefficient update equalization in CMA uses a gradient descent to minimize JCM. The equation is given by Godard as- C (n+1) =C (n)-µ y(n)z(n) [(abs(z(n))2-R2)] For determining the value of R2 R2=E [a(n)4]/ E[abs(a(n))2] Where a(n) is the signal to be transmitted and E[] is the exception over all possible transmitted data sequence. In this paper we use three adaptive algorithms. Out of these three algorithms, two algorithms are based on trained equalization LMS and RLS. The LMS algorithm is taken as a reference algorithm during this work. One blind equalization algorithm CMA is used [7]. We evaluate the performance of the adaptive equalizer in the presence of noisy audio source on the basis of their mean square error (MSE) convergence rate. II. Proposed Adaptive Equalizer Combined With Noisy Audio Source Fig 1 shows the proposed block diagram of the adaptive equalizer combined with the noisy audio source. At the transmitter side the noise is added with the audio signal and then signal is encoded by the help of differential encoder. Encoded data is modulated using QAM modulation scheme and BPSK is considered as symbol constellation. After that this modulated data is transmitted through an AWGN channel. The signal is received by a receiver having an equalizer. Three adaptive algorithms are performed simultaneously to make the equalizer adaptive and evaluate the performance of the adaptive equalizer in the term of mean square error convergence rate. Fig 1- Simulink Diagram of Proposed Adaptive Equalizer Combined With Noisy Audio Source III. Simulation Parameters The proposed model for the adaptive equalizer combined with the noisy audio source is simulated on the MATLAB10.0 Simulink. Table 1 shows the parameters and its corresponding value/technique consider during this work. The step size is taken as 0.01 for the LMS and CMA. A slight change in the step size can give other outputs. We consider a mono audio signal of 8000Hz, 16-bit. The LMS and RLS is operated in the training/decision direct mode, we can switch between the modes during the simulation. www.iosrjournals.org 70 | Page
  • 3. Parametric Optimization and Analysis of Adaptive Equalization Algorithms for Noisy Speech Signals Table 1: Simulation Parameters IV. Simulation Results Fig 2- Received Signal at the Output of the Channel (RLS) Fig 3- Received Signal at the Output of the Channel (CMA) Fig 2 shows a scatter plot of the received signal at the output of the channel when the configurable algorithm is RLS. This shows that during implementation of RLS algorithm while the noisy audio signal passes through AWGN channel, the output is deviated from desired value. The simulation result of CMA algorithm is shown in Fig 3. This result shows scatter plot of the received signal at the output of the channel, which is similar to result of RLS. www.iosrjournals.org 71 | Page
  • 4. Parametric Optimization and Analysis of Adaptive Equalization Algorithms for Noisy Speech Signals Fig 4- Signal Equalized by LMS Fig 4 shows a scatter plot of the signal equalized by the reference equalizer. We consider LMS as a reference equalizer. Fig 5- Signal Equalized by RLS Fig 5 shows a scatter plot of the signal equalized by the RLS equalizer. This result is comparable to the reference signal (Shown in figure 4). It indicates that the performance of RLS algorithm in presence of noisy speech signal. Fig 6- Signal Equalized by CMA Fig 6 shows a scatter plot of the signal equalized by the CMA equalizer. This result is also similar to the reference signal (Shown in figure 4). These results show that the signal equalization capabilities of both algorithms are similar. Fig 7- Frequency Response of Equalizer (RLS), Channel and Combined www.iosrjournals.org 72 | Page
  • 5. Parametric Optimization and Analysis of Adaptive Equalization Algorithms for Noisy Speech Signals Fig 8- Frequency Response of Equalizer (CMA), Channel and Combined Fig 7 and 8 shows the frequency response of the equalizer (RLS and CMA), channel and combined. We can see that in the presence of noisy audio source RLS equalizer has very poor frequency response as compare to the CMA equalizer. The frequency response of the combination of channel and CMA equalizer is approximately desired, which shows that in the case of noisy audio source the CMA equalizer has better frequency response. Fig 9- MSE Convergence Plot for RLS Fig 9 shows the MSE convergence plot of the RLS equalizer. We can see that the convergence rate of RLS equalizer is very much fast, almost in 0.001 sec it converges from 0.24 towards the minimum mean square error (MMSE) but for a very short period of time 0.008. After 0.008 Sec the RLS equalizer not succeeds to achieve that convergence rate. Fig 10- MSE Convergence Plot for CMA Fig 10 shows the MSE convergence plot of the CMA equalizer. We can see that the CMA equalizer converges from 0.24 to 0.05 in almost 0.05sec. Although it is slower than RLS but successfully maintain the convergence rate. On the other hand the LMS equalizer takes time to converge [8, 15]. During the simulation process various values of the step size have been taken and the desired results have been found at optimum value of 0.01. MSE is one of the important parameter which decides the performance of equalizer. The simulation result shows that CMA has better MSE convergence as comparison to RLS. Since CMA is blind equalization algorithm and RLS is trained equalization algorithm so we can conclude that performance of blind equalization algorithm is better as compare to trained equalization algorithm in presence of noisy audio signal. V. Conclusion Thus using MATLAB simulation performance parameters of the LMS, RLS and CMA are optimized and analyzed in the presence of the noisy audio source. It is analyzed that the step size (µ) is the important parameter of these algorithms and the convergence characteristics decidedly depends on the µ. So the value of µ can affects the convergence rate and mean square error. Also it is examine that in the presence of noisy audio www.iosrjournals.org 73 | Page
  • 6. Parametric Optimization and Analysis of Adaptive Equalization Algorithms for Noisy Speech Signals source, trained equalization algorithm RLS gives faster convergence rate as compare to the LMS, although needing higher computational capability. The obtained results show that the CMA equalizer is very promising in presence of noisy audio source. However CMA equalizer gives low convergence rate, comparable to that of the RLS equalizer but has better performance and requires no much computing power. References [1] John G. Proakis, “Digital Communications” McGraw-Hill International Edition, Fourth Edition 2001. [2] Theodore S. Rappaport, “Wireles Communications principles & practice Article”, Second Edition.2002 [3] Shahid U.H.Qureshi, “Adaptive Equalization”, Vol-73, Issue-9, IEEE Proceedings-Sep 1985 [4] S. Haykin, Adaptive Filter Theory, Prentice Hall, Englewood Cliffs, NJ, 4th edition, 2002. [5] C. R. Johnson et al., “Blind equalization using the constant modulus criterion: A review,” Proc. IEEE, vol. 86, no. 10, pp.1927– 1950, Oct. 1998. [6] Domnique N. Godard, “Self-Recovering Equalization and carrier tracking in Two-Dimensional Data Communication Systems”, IEEE transactions on Communications, vol. COM-28, No.11, Nov.1980 [7] E. Kalpana, O. Uma Maheswari, “Architecture Design for an Adaptive Equalizer”, National Conference, Pune.. [8] O. Dabeer, “Convergence analysis of the LMS and the constant modulus algorithms,” Ph.D. dissertation, Univ. Calif., San Diego, La Jolla, 2002. [9] G. UNGERBOECK, "Theory on the speed of Convergence in adaptive Equalizers for digital Communications." IBM J. Res. Develop., Vol. 11, pp 546-555, 1972. [10] V. WEERACKODY, S. A. KASSAM, and K. R. LAKER, "Convergence Analysis of an Algorithm for Blind Equalization, " IEEE TRANS. COMMUN., Vol. 39, pp. 856-865, June 1991. [11] R. CUSANI and A. LAURENTI, "Convergence Analysis of CMA Blind Equalizer," IEEE Transac. Commun., Vol. 43, pp. 1304- 1307, 1995. [12] J. Yaun, K. Tsai, “Analyisis of the Multimodulus Blind Equalization Algorithm in QAM Communication Systems”, IEEE Transactions on Communications, Vol. 53, No. 9, pp. 1427-1431, Sept. 2005. [13] A. Beasley, A. Cole-Rhodes, “Performance of an Adaptive Blind Equalizer for QAM Signals”, MILCOM 2005, Atlantic City, NJ, Oct. 2005. [14] L. He, M. G. Amin, C. Reed, Jr., R. C. Malkemes, “A Hybrid Adaptive Blind Equalization Algorithm for QAM Signals in Wireless Communications”, IEEE Trans. on Signal Proc., Vol. 52, No. 7, pp. 2058-2069, July 2004. [15] Onkar Dabeer and Elias Masry “Convergence Analysis of the Constant Modulus Algorithm” IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 49, NO. 6, JUNE 2003 www.iosrjournals.org 74 | Page