SlideShare une entreprise Scribd logo
1  sur  5
Télécharger pour lire hors ligne
Gunjan Verma, Prof. Jaspal Bagga / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.1191-1195
1191 | P a g e
Performance Analysis of Equalizer Techniques for Modulated
Signals
Gunjan Verma, Prof. Jaspal Bagga
(M.E in VLSI, SSGI University, Bhilai (C.G).
Associate Professor ETC, HOD IT Department, SSGI University, Bhilai (C.G).
ABSTRACT
In this work, the performance of two
equalizers Least Mean Square (LMS) and
Recursive Least Square (RLS) is observed by
calculating the BER effect of Rician channels over
low Doppler shift. AWGN is also added to the
channel from -10 dB to 20 dB. The Bit Error Rate
(BER) of 2, 4, 8-PSK (Phase Shift Keying) signals
and 16, 64- QAM (Quadrature Amplitude
Modulation) over Rayleigh and Rician channel is
calculated.
Keywords - Additive White Gaussian Noise
(AWGN), Least Mean Square (LMS), Recursive
Least Square (RLS), Bit Error Rate (BER), Phase
Shift Keying (PSK), Quadrature Amplitude
Modulation (QAM).
I. INTRODUCTION
The wireless channel can be described as a
function of time and space and the received signal is
the combination of many replicas of the original
signal impinging at receiver from many different
paths. The presence of reflectors in the
environment surrounding a transmitter and receiver
create multiple paths that a transmitted signal can
traverse. As a result, the receiver sees
the superposition of multiple copies of the
transmitted signal, each traversing a different path.
Each signal copy will experience differences
in attenuation, delay and phase shift while
travelling from the source to the receiver. This can
result in either constructive or destructive
interference, amplifying or attenuating the signal
power seen at the receiver. The general term fading
is used to describe fluctuation in the envelope of
transmitted radio signal. Equalizers are usually used
to compensate the received signals which are
corrupted by the inevitable noise, interference and
signal power attenuation introduced by
communication channel during transmission [1]. An
iterative combination of blind equalization and soft
clustering techniques [2], utilizes the CMA for initial
reconstruction of received constellation and then uses
an iterative approach in utilizing the decision
adjusted modulus algorithm to refine choices. Few
construct an error signal based on the cross relations
between different channel in a novel systematic way
[3]. The corresponding cost function is easy to
manipulate and facilitates the use of adaptive filtering
method. Most of work deals with the use of
individual equalizer like LMS, RLS, CMA and MMA
etc or combined with some other technique like
Artificial Neural Network (ANN), soft clustering etc
for the reduction of fading effect. [4-10].
1.1 Rayleigh fading
When communications occur in a multi-path
environment without LOS, the amplitude of the
received signal has typically a Rayleigh distribution
[6]. The Rayleigh distribution has a probability
density function given by:
(1)
and
Two important statistics exist for determining error
control codes and diversity schemes to be used in a
communication system: the Level Crossing Rate
(LCR) and the Average Fade Duration (AFD),
respectively. The received signal in mobile radio
communications often undergoes heavy statistical
fluctuations; in digital communications, a heavy
decline of the received signal directly leads to a
drastic increase in the bit error rate. Suitable
measures for characterizing this process are the LCR
and the AFD. The number of level crossings per
second is given by
(2)
Where, fmax is the maximum Doppler frequency, and
is the value of the specified signal level
R normalized to the local Root Mean Square(RMS)
amplitude of the fading envelope. AFD is defined as
the mean time period during which the receiver
signal is below a specified level R; it depends on
the speed of the mobile and is given by
(3)
Another mode to view the Rayleigh
distribution is as the probability density function of
the receiver signal amplitude to the noise ratio, which
is proportional to the square of the signal envelope.
Let A be the receiver signal-to-noise ratio; the
probability density function of A is exponential and
can be written
as: (4)
Where . The LCR can be written as
Gunjan Verma, Prof. Jaspal Bagga / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.1191-1195
1192 | P a g e
(5)
1.2 Rician Fading
Rician fading is a stochastic model or radio
propagation anomaly caused by partial cancellation
of a radio signal by itself the signal arrives at the
receiver by several different paths (hence
exhibiting multipath interference), and at least one of
the paths is changing (lengthening or shortening).
Rician fading occurs when one of the paths, typically
a line of sight signal, is much stronger than the
others. In Rician fading, the amplitude gain is
characterized by a Rician distribution.
A Rician fading channel can be described by
two parameters: and . Is the ratio between
the power in the direct path and the power in the
other, scattered, path. Is the total power from both
paths and acts as a scaling factor to the distribution.
( ) (6)
The received signal amplitude (not the received
signal power) is then Rice distributed with
parameters
and, (7)
. (8)
The resulting PDF then is:
(9)
Where, is the 0th
order modified Bessel
function of the first kind.
1.3 Equalizer
Equalizers are an important part of
receivers, which minimizes the linear distortion
produced by the channel. If channel characteristics
are known a priori, than optimum setting for
equalizers can be computed. But in practical systems
the channel characteristics are not known a priori, so
adaptive equalizers are used. Adaptive equalizers
adapt, or change the value of its taps as time
progresses [2].
1.3.1 Least Mean Squares Algorithm (LMS)
Least Mean Squares (LMS) algorithms
are a class of adaptive filter used to mimic a desired
filter by finding the filter coefficients that relate to
producing the least mean squares of the error signal
(difference between the desired and the actual signal).
It is a stochastic gradient descent method in that the
filter is only adapted based on the error at the
current time [3]. LMS algorithm is built around a
transversal filter, which is responsible for performing
the filtering process. A weight control mechanism
responsible for performing the adaptive control
process on the tape weight of the transversal filter as
illustrated in Figure 1.
Fig.1 Block diagram of adaptive transversal filter
employing LMS algorithm
The LMS algorithm in general, consists of
two basics procedure:
Filtering process, which involve, computing the
input signal and generating an estimation error by
comparing this output with a desired response as
follows:
(10)
y(n) is filter output and is the desired response at time
n.
Adaptive process, which involves the
automatics adjustment of the parameter of the filter in
accordance with the estimation error.
(11)
Where is the step-size, (n+1) = estimate of tape
weight vector at time (n+1) and If the prior
knowledge of the tape weight vector (n) is not
available set (n)=0.
The combination of these two processes
working together constitutes a feedback loop. First, a
transversal filter, around which the LMS algorithm is
built; this component is responsible for performing
the filtering process. Second, a mechanism for
performing the adaptive control process on the tap
weight of the transversal filter- hence the designated
“adaptive weight -control mechanism”.
1.3.2 Recursive Least Square Algorithm (RLS)
The RLS algorithm has the same to
procedures as LMS algorithm, except that it provides
a tracking rate sufficient for fast fading channel,
moreover RLS algorithm is known to have the
stability issues due to the covariance update formula
p (n), which is used for automatics adjustment in
accordance with the estimation error as follows:
(12)
Where p is inverse correlation matrix and is
regularization parameter, positive constant for high
SNR and negative constant for low SNR.
For each instance time n=1, 2, 3, 4………
(13)
u (14)
Time varying gain vector
(15)
) (16)
Gunjan Verma, Prof. Jaspal Bagga / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.1191-1195
1193 | P a g e
Fig. 2. Block diagram of adaptive transversal filter
employing RLS algorithm
II. Methodology
Random signals are generated by using
signal constellation. These signals are modulated
using PSK and QAM scheme. Rician channel over 10
Hz Doppler shift noise has been introduced in
channel with AWGN from -10 to 20 dB. The affected
signal is then equalized through LMS and RLS
equalizers. The equalized signal is the demodulated
and the BER of these signals is calculated for the
performance comparison of LMS and RLS equalizer.
The block diagram of methodology is shown in
Figure 3.
Fig. 3 Block diagram of Methodology
III. RESULT AND ANALYSIS
Equalization involves estimation of time
dispersion characteristic i.e. the impulse response of
the channel. Estimation is carried out by transmitting
a known “training” signal and comparing the
received signal with the training signal. The channel
impulse response is time varying. So, the estimation
of impulse response must be carried out regularly, via
the regular transmission of the training signal. The
equalizer is adaptive. This enables the channel
estimation and equalizing filter to be updated on a
continual basis during each training interval.
Fig 4. Value of cost function vs. timing offset
Cost function is calculated by “Monte Carlo”
method, as shown in figure 4. It generates a relatively
large number of realizations, or sample paths, so that
it can aggregate across realizations. Here the five cost
function are evaluated as :
(17)
(18)
(19)
(20)
(21)
It can be concluded from the above graph
that the cost function value are minimum at 0.4 to 0.6
timing offset. The cost function is the difference
between the desired and the estimated signal, so
during this timing offset the cost function or the error
signal is minimum.
Fig. 5. Scatter plot of 8-PSK signal using LMS
equalizer
Fig. 6 Scatter plot of 8-PSK signal using RLS
equalizer
Fig. 7. Scatter plot of 64-QAM signal using LMS
equalizer0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1
0
2
4
6
8
10
12
14
16
timing offset 
valueofcostfunctions
-1 -0.5 0 0.5 1
-1
-0.5
0
0.5
1
Quadrature
In-Phase
Scatter plot
Filtered signal
Equalized signal
Ideal signal constellation
-1.5 -1 -0.5 0 0.5 1 1.5
-1.5
-1
-0.5
0
0.5
1
1.5
Quadrature
In-Phase
Scatter plot
Filtered signal
Equalized signal
Ideal signal constellation
-20 -10 0 10 20
-20
-15
-10
-5
0
5
10
15
20
Quadrature
In-Phase
Iteration #3 (LMS)
Received signal
Equalized signal
Signal constellation
Gunjan Verma, Prof. Jaspal Bagga / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.1191-1195
1194 | P a g e
Fig. 8 Scatter plot of 64-QAM using RLS
equalizer.
As it can be observed from the scatter plot of 8-PSK
and 64-QAM signals shown in Figure 5, 6, 7 and 8,
the performance of RLS equalizer is comparatively
better than LMS equalizer. BER values of signal
using Rician channel at 10 Hz Doppler shift, where
the BER is calculated after demodulating the received
signals. As SNR is increasing the performance of
RLS equalizer is improving.
The BER of five different equalized signals are
calculated and observed in Table 1:
Table 1. BER values of signal using Rician channel at 10 Hz Doppler shift.
Rician channel at 10 Hz Doppler shift using LMS equalizer
SNR 2-PSK 4-PSK 8-PSK 16-QAM 64-QAM
LMS RLS LMS RLS LMS RLS LMS RLS LMS RLS
-10 0.494 0.402 0.7293 0.412 0.8627 0.4762 0.4225 0.3845 0.3427 0.3538
-5 0.4153 0.274 0.6873 0.2907 0.8273 0.4371 0.4547 0.352 0.4758 0.3538
0 0.214 0.1367 0.482 0.1447 0.7093 0.3798 0.4727 0.3952 0.4982 0.2519
5 0.054 0.044 0.3027 0.0353 0.544 0.3102 0.4338 0.2438 0.4906 0.2217
10 0.0173 0.012 0.1313 0.004 0.4267 0.2282 0.4052 0.0574 0.4914 0.1987
15 0.004 0.002 0.0973 0.0033 0.3727 0.2056 0.4079 0.0299 0.4664 0.1576
20 0.0033 0.0013 0.0813 6.67E-04 0.3507 0.1884 0.382 0.0135 0.4991 0.1362
The BER of M-PSK and M-QAM signals
is calculated for Rician channel at 10 Hz Doppler
shift over -10 to 20 dB SNR. It can be observed
from above values, for higher order QAM signals
in LMS equalizer, the BER is increasing even at 20
dB SNR where as in RLS equalizer the value of
BER is decreasing as SNR is increasing.
Fig.9 BER of M-psk signal using LMS and RLS
equalizer
Fig.10 BER of M-QAM signal using LMS and
RLS equalizer
The BER plot of M-PSK and M-QAM signals is
shown in Figure. 9 and 10 respectively. The
performance of both the equalizers can be
observed. It can be seen from above graph that for
16, 64-QAM signals, the performance of RLS
equalizer is better at 10Hz Doppler shift.
IV. Conclusion and Future Scope
The performance of two equalizers i.e. LMS and
RLS of 10 Hz Doppler shift has been studied by
calculating its BER from -10 dB to 20dB SNR. As
the order of modulated signals is increases the
performance of equalizers fall, the performance of
both the equalizer is almost same for lower order
signals i.e. 2, 4, 8-PSK where as for higher order
signals i.e. 16, 64-QAM RLS’s performance is
better.
For higher order, cascaded equalizers can be used
and the performance of higher order signals can be
improved. Blind equalization algorithm does not
require training sequence so it can be used in
communication system with effective use of
bandwidth. Candidate signals can be increased for
better realization of communication network.
REFERENCE
Citation from Journals:
1. John G. Proakis, Digital Communications,
4th
ed. 2001.ISBN 0-07-118183-0
2. H. R. Nikoofar and A. R. Sharafat,
“Modulation Classification for Burst-
Mode QAM Signal in Multipath Fading
-10 -5 0 5 10
-10
-5
0
5
10
Quadrature
In-Phase
Iteration #1 (RLS)
Received signal
Equalized signal
Signal constellation
-10 -5 0 5 10 15 20
10
-4
10
-3
10
-2
10
-1
10
0
rician channel at 10 Hz dopler shift of M-psk signals
SNR
BER
lms 2psk
rls 2psk
lms 4psk
rls 4psk
lms 8psk
rls 8psk
-10 -5 0 5 10 15 20
10
-2
10
-1
10
0
SNR
BER
rician channel at 10 Hz dopler shift of M-QAM signals
LMS 16QAM
RLS 16 QAM
LMS 64 QAM
RLS 64 QAM
Gunjan Verma, Prof. Jaspal Bagga / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.1191-1195
1195 | P a g e
Channels” Iranian J. of Sc. & Tech.,
Transaction B: Engineering, vol. 34, No.
B3, pp 257-274, 2010.
3. Veeraruna Kavitha and Vinod Sharma,
“Analysis of an LMS Linear Equalizer for
Fading Channels in Decision Directed
mode”.
4. Hsiao-Chun Wu, Yiyan Wu and Xianbin
Wang, “Robust Switching Blind Equalizer
for Wireless Cognitive Receiver” IEEE
Transaction on Wireless Communications,
vol. 7, No. 5, May 2008.
5. Jagdish C. Patra, Ranendra N Pal,
Rameswar Baliarsingh and Ganapati
Panda, “Nonlinear channel Equalization
on QAM Signal Constellation using
Artificial Neural Network”, IEEE
Transactions on Systems, Man and
Cybernetics, vol. 29, No. 2 Apr. 1999.
6. S. Popa, N. Draghiciu, R. Reiz, “Fading
Types in Wireless Communications
Systems”.
7. Simion Haykin, Digital Communication,
8th
ed.2007, ISBN-10 81-265-0824-8
8. Jochen Schiller, Mobile Communication,
2nd
ed. 2009, ISBN 978-81-317-2426-2.
9. William C. Y. Lee, Mobile
Communication Design Fundamentals, 2nd
ed. 2011, ISBN 978-81-265-3258-2.
10. Yoshihiko Akaiwa, Introduction to Digital
Mobile Communication, 2011, ISBN 978-
81-265-3257-5.

Contenu connexe

Tendances

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
 
Channel Equalisation
Channel EqualisationChannel Equalisation
Channel EqualisationPoonan Sahoo
 
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
 
Emulation OF 3gpp Scme CHANNEL MODELS USING A Reverberation Chamber MEASUREME...
Emulation OF 3gpp Scme CHANNEL MODELS USING A Reverberation Chamber MEASUREME...Emulation OF 3gpp Scme CHANNEL MODELS USING A Reverberation Chamber MEASUREME...
Emulation OF 3gpp Scme CHANNEL MODELS USING A Reverberation Chamber MEASUREME...IJERA Editor
 
Classical Discrete-Time Fourier TransformBased Channel Estimation for MIMO-OF...
Classical Discrete-Time Fourier TransformBased Channel Estimation for MIMO-OF...Classical Discrete-Time Fourier TransformBased Channel Estimation for MIMO-OF...
Classical Discrete-Time Fourier TransformBased Channel Estimation for MIMO-OF...IJCSEA Journal
 
Performance improvement for papr reduction in lte downlink system with ellipt...
Performance improvement for papr reduction in lte downlink system with ellipt...Performance improvement for papr reduction in lte downlink system with ellipt...
Performance improvement for papr reduction in lte downlink system with ellipt...IJCNCJournal
 
Enhancement of New Channel Equalizer Using Adaptive Neuro Fuzzy Inference System
Enhancement of New Channel Equalizer Using Adaptive Neuro Fuzzy Inference SystemEnhancement of New Channel Equalizer Using Adaptive Neuro Fuzzy Inference System
Enhancement of New Channel Equalizer Using Adaptive Neuro Fuzzy Inference SystemIOSR Journals
 
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
 
Paper id 22201419
Paper id 22201419Paper id 22201419
Paper id 22201419IJRAT
 
Equalisation, diversity, coding.
Equalisation, diversity, coding.Equalisation, diversity, coding.
Equalisation, diversity, coding.Vrince Vimal
 
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLSBER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLSiosrjce
 
Small Scale Multi path measurements
Small Scale Multi path measurements Small Scale Multi path measurements
Small Scale Multi path measurements Siva Ganesan
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
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
 

Tendances (19)

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
 
Channel Equalisation
Channel EqualisationChannel Equalisation
Channel Equalisation
 
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...
 
Emulation OF 3gpp Scme CHANNEL MODELS USING A Reverberation Chamber MEASUREME...
Emulation OF 3gpp Scme CHANNEL MODELS USING A Reverberation Chamber MEASUREME...Emulation OF 3gpp Scme CHANNEL MODELS USING A Reverberation Chamber MEASUREME...
Emulation OF 3gpp Scme CHANNEL MODELS USING A Reverberation Chamber MEASUREME...
 
Classical Discrete-Time Fourier TransformBased Channel Estimation for MIMO-OF...
Classical Discrete-Time Fourier TransformBased Channel Estimation for MIMO-OF...Classical Discrete-Time Fourier TransformBased Channel Estimation for MIMO-OF...
Classical Discrete-Time Fourier TransformBased Channel Estimation for MIMO-OF...
 
Hg3413361339
Hg3413361339Hg3413361339
Hg3413361339
 
Performance improvement for papr reduction in lte downlink system with ellipt...
Performance improvement for papr reduction in lte downlink system with ellipt...Performance improvement for papr reduction in lte downlink system with ellipt...
Performance improvement for papr reduction in lte downlink system with ellipt...
 
Enhancement of New Channel Equalizer Using Adaptive Neuro Fuzzy Inference System
Enhancement of New Channel Equalizer Using Adaptive Neuro Fuzzy Inference SystemEnhancement of New Channel Equalizer Using Adaptive Neuro Fuzzy Inference System
Enhancement of New Channel Equalizer Using Adaptive Neuro Fuzzy Inference System
 
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
 
Paper id 22201419
Paper id 22201419Paper id 22201419
Paper id 22201419
 
Equalisation, diversity, coding.
Equalisation, diversity, coding.Equalisation, diversity, coding.
Equalisation, diversity, coding.
 
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLSBER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS
 
Ijst 131202
Ijst 131202Ijst 131202
Ijst 131202
 
Small Scale Multi path measurements
Small Scale Multi path measurements Small Scale Multi path measurements
Small Scale Multi path measurements
 
Adaptive Equalization
Adaptive EqualizationAdaptive Equalization
Adaptive Equalization
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
Jx3417921795
Jx3417921795Jx3417921795
Jx3417921795
 
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
 
K0466974
K0466974K0466974
K0466974
 

En vedette

En vedette (20)

Gq3412071214
Gq3412071214Gq3412071214
Gq3412071214
 
Fy3410901095
Fy3410901095Fy3410901095
Fy3410901095
 
Go3411961201
Go3411961201Go3411961201
Go3411961201
 
Gc3411211125
Gc3411211125Gc3411211125
Gc3411211125
 
Ga3411031110
Ga3411031110Ga3411031110
Ga3411031110
 
Gj3411701173
Gj3411701173Gj3411701173
Gj3411701173
 
Im3314481452
Im3314481452Im3314481452
Im3314481452
 
Desmontaje de 4 chasis
Desmontaje de 4 chasisDesmontaje de 4 chasis
Desmontaje de 4 chasis
 
Antrax power point presentation_for clients_05-apr-2014
Antrax power point presentation_for clients_05-apr-2014Antrax power point presentation_for clients_05-apr-2014
Antrax power point presentation_for clients_05-apr-2014
 
La computadora y sus partes
La computadora y sus partesLa computadora y sus partes
La computadora y sus partes
 
Naturaleza
NaturalezaNaturaleza
Naturaleza
 
Apresentação Institucional Goldnet
Apresentação Institucional GoldnetApresentação Institucional Goldnet
Apresentação Institucional Goldnet
 
Libros
LibrosLibros
Libros
 
Fundo tactahuanusha
Fundo tactahuanushaFundo tactahuanusha
Fundo tactahuanusha
 
diapositiva de creaciòn de un blog
diapositiva de creaciòn de un blogdiapositiva de creaciòn de un blog
diapositiva de creaciòn de un blog
 
Case #Twittaodeimoveis
Case #TwittaodeimoveisCase #Twittaodeimoveis
Case #Twittaodeimoveis
 
Vitrina15 mineralogia
Vitrina15 mineralogiaVitrina15 mineralogia
Vitrina15 mineralogia
 
ASL unit 1 lesson 2 HD 720p (Fall 2016)
ASL unit 1 lesson 2 HD 720p (Fall 2016)ASL unit 1 lesson 2 HD 720p (Fall 2016)
ASL unit 1 lesson 2 HD 720p (Fall 2016)
 
Programacion ventilacion
Programacion  ventilacionProgramacion  ventilacion
Programacion ventilacion
 
Examen jqcv novembre 2005
Examen jqcv novembre 2005Examen jqcv novembre 2005
Examen jqcv novembre 2005
 

Similaire à Gn3411911195

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
 
SαS noise suppression for OFDM wireless communication in rayleight channel
SαS noise suppression for OFDM wireless communication in rayleight channel SαS noise suppression for OFDM wireless communication in rayleight channel
SαS noise suppression for OFDM wireless communication in rayleight channel IJECEIAES
 
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
 
Investigation and Analysis of SNR Estimation in OFDM system
Investigation and Analysis of SNR Estimation in OFDM systemInvestigation and Analysis of SNR Estimation in OFDM system
Investigation and Analysis of SNR Estimation in 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
 
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
 
Linear equalizations and its variations
Linear equalizations and its variationsLinear equalizations and its variations
Linear equalizations and its variationsVaishaliVaishali14
 
Performance Analysis of Rake Receivers in IR–UWB System
Performance Analysis of Rake Receivers in IR–UWB System Performance Analysis of Rake Receivers in IR–UWB System
Performance Analysis of Rake Receivers in IR–UWB System IOSR Journals
 
Performance Analysis of Rake Receivers in IR–UWB System
Performance Analysis of Rake Receivers in IR–UWB SystemPerformance Analysis of Rake Receivers in IR–UWB System
Performance Analysis of Rake Receivers in IR–UWB SystemIOSR Journals
 
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
 
Noise Cancellation in ECG Signals using Computationally
Noise Cancellation in ECG Signals using ComputationallyNoise Cancellation in ECG Signals using Computationally
Noise Cancellation in ECG Signals using ComputationallyCSCJournals
 
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...ijcnac
 
Enhancement of New Channel Equalizer Using Adaptive Neuro Fuzzy Inference System
Enhancement of New Channel Equalizer Using Adaptive Neuro Fuzzy Inference SystemEnhancement of New Channel Equalizer Using Adaptive Neuro Fuzzy Inference System
Enhancement of New Channel Equalizer Using Adaptive Neuro Fuzzy Inference SystemIOSR Journals
 
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading ChannelCapacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading ChannelIOSR Journals
 

Similaire à Gn3411911195 (20)

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
 
SαS noise suppression for OFDM wireless communication in rayleight channel
SαS noise suppression for OFDM wireless communication in rayleight channel SαS noise suppression for OFDM wireless communication in rayleight channel
SαS noise suppression for OFDM wireless communication in rayleight channel
 
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
 
I017325055
I017325055I017325055
I017325055
 
Investigation and Analysis of SNR Estimation in OFDM system
Investigation and Analysis of SNR Estimation in OFDM systemInvestigation and Analysis of SNR Estimation in OFDM system
Investigation and Analysis of SNR Estimation in 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
 
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
 
E0812730
E0812730E0812730
E0812730
 
Ko3518201823
Ko3518201823Ko3518201823
Ko3518201823
 
Linear equalizations and its variations
Linear equalizations and its variationsLinear equalizations and its variations
Linear equalizations and its variations
 
Performance Analysis of Rake Receivers in IR–UWB System
Performance Analysis of Rake Receivers in IR–UWB System Performance Analysis of Rake Receivers in IR–UWB System
Performance Analysis of Rake Receivers in IR–UWB System
 
Performance Analysis of Rake Receivers in IR–UWB System
Performance Analysis of Rake Receivers in IR–UWB SystemPerformance Analysis of Rake Receivers in IR–UWB System
Performance Analysis of Rake Receivers in IR–UWB System
 
Dq33705710
Dq33705710Dq33705710
Dq33705710
 
Dq33705710
Dq33705710Dq33705710
Dq33705710
 
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
 
Unit iv wcn main
Unit iv wcn mainUnit iv wcn main
Unit iv wcn main
 
Noise Cancellation in ECG Signals using Computationally
Noise Cancellation in ECG Signals using ComputationallyNoise Cancellation in ECG Signals using Computationally
Noise Cancellation in ECG Signals using Computationally
 
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...
 
Enhancement of New Channel Equalizer Using Adaptive Neuro Fuzzy Inference System
Enhancement of New Channel Equalizer Using Adaptive Neuro Fuzzy Inference SystemEnhancement of New Channel Equalizer Using Adaptive Neuro Fuzzy Inference System
Enhancement of New Channel Equalizer Using Adaptive Neuro Fuzzy Inference System
 
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading ChannelCapacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
 

Dernier

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 

Dernier (20)

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 

Gn3411911195

  • 1. Gunjan Verma, Prof. Jaspal Bagga / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.1191-1195 1191 | P a g e Performance Analysis of Equalizer Techniques for Modulated Signals Gunjan Verma, Prof. Jaspal Bagga (M.E in VLSI, SSGI University, Bhilai (C.G). Associate Professor ETC, HOD IT Department, SSGI University, Bhilai (C.G). ABSTRACT In this work, the performance of two equalizers Least Mean Square (LMS) and Recursive Least Square (RLS) is observed by calculating the BER effect of Rician channels over low Doppler shift. AWGN is also added to the channel from -10 dB to 20 dB. The Bit Error Rate (BER) of 2, 4, 8-PSK (Phase Shift Keying) signals and 16, 64- QAM (Quadrature Amplitude Modulation) over Rayleigh and Rician channel is calculated. Keywords - Additive White Gaussian Noise (AWGN), Least Mean Square (LMS), Recursive Least Square (RLS), Bit Error Rate (BER), Phase Shift Keying (PSK), Quadrature Amplitude Modulation (QAM). I. INTRODUCTION The wireless channel can be described as a function of time and space and the received signal is the combination of many replicas of the original signal impinging at receiver from many different paths. The presence of reflectors in the environment surrounding a transmitter and receiver create multiple paths that a transmitted signal can traverse. As a result, the receiver sees the superposition of multiple copies of the transmitted signal, each traversing a different path. Each signal copy will experience differences in attenuation, delay and phase shift while travelling from the source to the receiver. This can result in either constructive or destructive interference, amplifying or attenuating the signal power seen at the receiver. The general term fading is used to describe fluctuation in the envelope of transmitted radio signal. Equalizers are usually used to compensate the received signals which are corrupted by the inevitable noise, interference and signal power attenuation introduced by communication channel during transmission [1]. An iterative combination of blind equalization and soft clustering techniques [2], utilizes the CMA for initial reconstruction of received constellation and then uses an iterative approach in utilizing the decision adjusted modulus algorithm to refine choices. Few construct an error signal based on the cross relations between different channel in a novel systematic way [3]. The corresponding cost function is easy to manipulate and facilitates the use of adaptive filtering method. Most of work deals with the use of individual equalizer like LMS, RLS, CMA and MMA etc or combined with some other technique like Artificial Neural Network (ANN), soft clustering etc for the reduction of fading effect. [4-10]. 1.1 Rayleigh fading When communications occur in a multi-path environment without LOS, the amplitude of the received signal has typically a Rayleigh distribution [6]. The Rayleigh distribution has a probability density function given by: (1) and Two important statistics exist for determining error control codes and diversity schemes to be used in a communication system: the Level Crossing Rate (LCR) and the Average Fade Duration (AFD), respectively. The received signal in mobile radio communications often undergoes heavy statistical fluctuations; in digital communications, a heavy decline of the received signal directly leads to a drastic increase in the bit error rate. Suitable measures for characterizing this process are the LCR and the AFD. The number of level crossings per second is given by (2) Where, fmax is the maximum Doppler frequency, and is the value of the specified signal level R normalized to the local Root Mean Square(RMS) amplitude of the fading envelope. AFD is defined as the mean time period during which the receiver signal is below a specified level R; it depends on the speed of the mobile and is given by (3) Another mode to view the Rayleigh distribution is as the probability density function of the receiver signal amplitude to the noise ratio, which is proportional to the square of the signal envelope. Let A be the receiver signal-to-noise ratio; the probability density function of A is exponential and can be written as: (4) Where . The LCR can be written as
  • 2. Gunjan Verma, Prof. Jaspal Bagga / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.1191-1195 1192 | P a g e (5) 1.2 Rician Fading Rician fading is a stochastic model or radio propagation anomaly caused by partial cancellation of a radio signal by itself the signal arrives at the receiver by several different paths (hence exhibiting multipath interference), and at least one of the paths is changing (lengthening or shortening). Rician fading occurs when one of the paths, typically a line of sight signal, is much stronger than the others. In Rician fading, the amplitude gain is characterized by a Rician distribution. A Rician fading channel can be described by two parameters: and . Is the ratio between the power in the direct path and the power in the other, scattered, path. Is the total power from both paths and acts as a scaling factor to the distribution. ( ) (6) The received signal amplitude (not the received signal power) is then Rice distributed with parameters and, (7) . (8) The resulting PDF then is: (9) Where, is the 0th order modified Bessel function of the first kind. 1.3 Equalizer Equalizers are an important part of receivers, which minimizes the linear distortion produced by the channel. If channel characteristics are known a priori, than optimum setting for equalizers can be computed. But in practical systems the channel characteristics are not known a priori, so adaptive equalizers are used. Adaptive equalizers adapt, or change the value of its taps as time progresses [2]. 1.3.1 Least Mean Squares Algorithm (LMS) Least Mean Squares (LMS) algorithms are a class of adaptive filter used to mimic a desired filter by finding the filter coefficients that relate to producing the least mean squares of the error signal (difference between the desired and the actual signal). It is a stochastic gradient descent method in that the filter is only adapted based on the error at the current time [3]. LMS algorithm is built around a transversal filter, which is responsible for performing the filtering process. A weight control mechanism responsible for performing the adaptive control process on the tape weight of the transversal filter as illustrated in Figure 1. Fig.1 Block diagram of adaptive transversal filter employing LMS algorithm The LMS algorithm in general, consists of two basics procedure: Filtering process, which involve, computing the input signal and generating an estimation error by comparing this output with a desired response as follows: (10) y(n) is filter output and is the desired response at time n. Adaptive process, which involves the automatics adjustment of the parameter of the filter in accordance with the estimation error. (11) Where is the step-size, (n+1) = estimate of tape weight vector at time (n+1) and If the prior knowledge of the tape weight vector (n) is not available set (n)=0. The combination of these two processes working together constitutes a feedback loop. First, a transversal filter, around which the LMS algorithm is built; this component is responsible for performing the filtering process. Second, a mechanism for performing the adaptive control process on the tap weight of the transversal filter- hence the designated “adaptive weight -control mechanism”. 1.3.2 Recursive Least Square Algorithm (RLS) The RLS algorithm has the same to procedures as LMS algorithm, except that it provides a tracking rate sufficient for fast fading channel, moreover RLS algorithm is known to have the stability issues due to the covariance update formula p (n), which is used for automatics adjustment in accordance with the estimation error as follows: (12) Where p is inverse correlation matrix and is regularization parameter, positive constant for high SNR and negative constant for low SNR. For each instance time n=1, 2, 3, 4……… (13) u (14) Time varying gain vector (15) ) (16)
  • 3. Gunjan Verma, Prof. Jaspal Bagga / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.1191-1195 1193 | P a g e Fig. 2. Block diagram of adaptive transversal filter employing RLS algorithm II. Methodology Random signals are generated by using signal constellation. These signals are modulated using PSK and QAM scheme. Rician channel over 10 Hz Doppler shift noise has been introduced in channel with AWGN from -10 to 20 dB. The affected signal is then equalized through LMS and RLS equalizers. The equalized signal is the demodulated and the BER of these signals is calculated for the performance comparison of LMS and RLS equalizer. The block diagram of methodology is shown in Figure 3. Fig. 3 Block diagram of Methodology III. RESULT AND ANALYSIS Equalization involves estimation of time dispersion characteristic i.e. the impulse response of the channel. Estimation is carried out by transmitting a known “training” signal and comparing the received signal with the training signal. The channel impulse response is time varying. So, the estimation of impulse response must be carried out regularly, via the regular transmission of the training signal. The equalizer is adaptive. This enables the channel estimation and equalizing filter to be updated on a continual basis during each training interval. Fig 4. Value of cost function vs. timing offset Cost function is calculated by “Monte Carlo” method, as shown in figure 4. It generates a relatively large number of realizations, or sample paths, so that it can aggregate across realizations. Here the five cost function are evaluated as : (17) (18) (19) (20) (21) It can be concluded from the above graph that the cost function value are minimum at 0.4 to 0.6 timing offset. The cost function is the difference between the desired and the estimated signal, so during this timing offset the cost function or the error signal is minimum. Fig. 5. Scatter plot of 8-PSK signal using LMS equalizer Fig. 6 Scatter plot of 8-PSK signal using RLS equalizer Fig. 7. Scatter plot of 64-QAM signal using LMS equalizer0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 0 2 4 6 8 10 12 14 16 timing offset  valueofcostfunctions -1 -0.5 0 0.5 1 -1 -0.5 0 0.5 1 Quadrature In-Phase Scatter plot Filtered signal Equalized signal Ideal signal constellation -1.5 -1 -0.5 0 0.5 1 1.5 -1.5 -1 -0.5 0 0.5 1 1.5 Quadrature In-Phase Scatter plot Filtered signal Equalized signal Ideal signal constellation -20 -10 0 10 20 -20 -15 -10 -5 0 5 10 15 20 Quadrature In-Phase Iteration #3 (LMS) Received signal Equalized signal Signal constellation
  • 4. Gunjan Verma, Prof. Jaspal Bagga / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.1191-1195 1194 | P a g e Fig. 8 Scatter plot of 64-QAM using RLS equalizer. As it can be observed from the scatter plot of 8-PSK and 64-QAM signals shown in Figure 5, 6, 7 and 8, the performance of RLS equalizer is comparatively better than LMS equalizer. BER values of signal using Rician channel at 10 Hz Doppler shift, where the BER is calculated after demodulating the received signals. As SNR is increasing the performance of RLS equalizer is improving. The BER of five different equalized signals are calculated and observed in Table 1: Table 1. BER values of signal using Rician channel at 10 Hz Doppler shift. Rician channel at 10 Hz Doppler shift using LMS equalizer SNR 2-PSK 4-PSK 8-PSK 16-QAM 64-QAM LMS RLS LMS RLS LMS RLS LMS RLS LMS RLS -10 0.494 0.402 0.7293 0.412 0.8627 0.4762 0.4225 0.3845 0.3427 0.3538 -5 0.4153 0.274 0.6873 0.2907 0.8273 0.4371 0.4547 0.352 0.4758 0.3538 0 0.214 0.1367 0.482 0.1447 0.7093 0.3798 0.4727 0.3952 0.4982 0.2519 5 0.054 0.044 0.3027 0.0353 0.544 0.3102 0.4338 0.2438 0.4906 0.2217 10 0.0173 0.012 0.1313 0.004 0.4267 0.2282 0.4052 0.0574 0.4914 0.1987 15 0.004 0.002 0.0973 0.0033 0.3727 0.2056 0.4079 0.0299 0.4664 0.1576 20 0.0033 0.0013 0.0813 6.67E-04 0.3507 0.1884 0.382 0.0135 0.4991 0.1362 The BER of M-PSK and M-QAM signals is calculated for Rician channel at 10 Hz Doppler shift over -10 to 20 dB SNR. It can be observed from above values, for higher order QAM signals in LMS equalizer, the BER is increasing even at 20 dB SNR where as in RLS equalizer the value of BER is decreasing as SNR is increasing. Fig.9 BER of M-psk signal using LMS and RLS equalizer Fig.10 BER of M-QAM signal using LMS and RLS equalizer The BER plot of M-PSK and M-QAM signals is shown in Figure. 9 and 10 respectively. The performance of both the equalizers can be observed. It can be seen from above graph that for 16, 64-QAM signals, the performance of RLS equalizer is better at 10Hz Doppler shift. IV. Conclusion and Future Scope The performance of two equalizers i.e. LMS and RLS of 10 Hz Doppler shift has been studied by calculating its BER from -10 dB to 20dB SNR. As the order of modulated signals is increases the performance of equalizers fall, the performance of both the equalizer is almost same for lower order signals i.e. 2, 4, 8-PSK where as for higher order signals i.e. 16, 64-QAM RLS’s performance is better. For higher order, cascaded equalizers can be used and the performance of higher order signals can be improved. Blind equalization algorithm does not require training sequence so it can be used in communication system with effective use of bandwidth. Candidate signals can be increased for better realization of communication network. REFERENCE Citation from Journals: 1. John G. Proakis, Digital Communications, 4th ed. 2001.ISBN 0-07-118183-0 2. H. R. Nikoofar and A. R. Sharafat, “Modulation Classification for Burst- Mode QAM Signal in Multipath Fading -10 -5 0 5 10 -10 -5 0 5 10 Quadrature In-Phase Iteration #1 (RLS) Received signal Equalized signal Signal constellation -10 -5 0 5 10 15 20 10 -4 10 -3 10 -2 10 -1 10 0 rician channel at 10 Hz dopler shift of M-psk signals SNR BER lms 2psk rls 2psk lms 4psk rls 4psk lms 8psk rls 8psk -10 -5 0 5 10 15 20 10 -2 10 -1 10 0 SNR BER rician channel at 10 Hz dopler shift of M-QAM signals LMS 16QAM RLS 16 QAM LMS 64 QAM RLS 64 QAM
  • 5. Gunjan Verma, Prof. Jaspal Bagga / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.1191-1195 1195 | P a g e Channels” Iranian J. of Sc. & Tech., Transaction B: Engineering, vol. 34, No. B3, pp 257-274, 2010. 3. Veeraruna Kavitha and Vinod Sharma, “Analysis of an LMS Linear Equalizer for Fading Channels in Decision Directed mode”. 4. Hsiao-Chun Wu, Yiyan Wu and Xianbin Wang, “Robust Switching Blind Equalizer for Wireless Cognitive Receiver” IEEE Transaction on Wireless Communications, vol. 7, No. 5, May 2008. 5. Jagdish C. Patra, Ranendra N Pal, Rameswar Baliarsingh and Ganapati Panda, “Nonlinear channel Equalization on QAM Signal Constellation using Artificial Neural Network”, IEEE Transactions on Systems, Man and Cybernetics, vol. 29, No. 2 Apr. 1999. 6. S. Popa, N. Draghiciu, R. Reiz, “Fading Types in Wireless Communications Systems”. 7. Simion Haykin, Digital Communication, 8th ed.2007, ISBN-10 81-265-0824-8 8. Jochen Schiller, Mobile Communication, 2nd ed. 2009, ISBN 978-81-317-2426-2. 9. William C. Y. Lee, Mobile Communication Design Fundamentals, 2nd ed. 2011, ISBN 978-81-265-3258-2. 10. Yoshihiko Akaiwa, Introduction to Digital Mobile Communication, 2011, ISBN 978- 81-265-3257-5.