SlideShare a Scribd company logo
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 3, Ver. II (May – Jun. 2015), PP 50-55
www.iosrjournals.org
DOI: 10.9790/0661-17325055 www.iosrjournals.org 50 | Page
BER Analysis ofImpulse Noise inOFDM System Using
LMS,NLMS&RLS
Dr.E.V.Krishna Rao1
,K.Srikanth2
,Sk.Nadeem Farooq3
,B.Sriram4
Y.Chandana5
1,2,3,4,5
Department ofElectronics and Communication Engineering
1, 2, 3,4,5,
K L University, Vaddeswaram, Guntur, Andhra Pradesh
Abstract:Orthogonal Frequency Division Multiplexing (OFDM) scheme is also used as a digital multi carrier
modulation method .Alarge number of closely spaced orthogonal sub-carrier signals are used to carry data on
several parallel data streams or channels. While OFDM is ideally suited to deal with frequency selective
channels and AWGN, its performance may be dramatically impacted by the presence of impulse noise. In fact,
very strong noise impulses in the time domain might result in the erasure of whole OFDM blocks of symbols at
the receiver. BER analysisis done by using various adaptive algorithms and Impulse noise impact can be
observed.
I. Introduction
Orthogonal Frequency Division Multiplexing (OFDM) is a modulation scheme widely used in wired
systems (DSL, PLC) and wireless systems (WiMAX, 3GPP LTE). Various issues are linear distortion due to
inter symbol interference(ISI),Inter-carrier Interference(ICI) additive white Gaussian noise (AWGN) and
impulse noise. OFDM is ideally suited to handle ISI by frequency domain transmission and equalization using
the Inverse Discrete Fourier Transform (IDFT)/ Discrete Fourier Transform (DFT) cyclic prefix and the effect
of AWGN is eliminated using an appropriate level of coded modulation, impulse remains a limiting factor.
II. OFDM System
In the OFDM system coding techniquessuch as forward error control/coding (FEC) coding and
interleaving is added to the OFDM system needed to protect against burst errors(robustness). An OFDM system
is called codded OFDM(COFDM) system when both channel coding and interleaving are done.
In a digital domain binary input data are collected and FEC coded with schemes such as convolution
codes. To obtain diversity gain bit stream are interleaved. Afterwards, 16-QAM a group of channel codded bits
are mapped to corresponding constellation points. Then at this point the data are represented as complex
numbers and they are serial. Known pilot symbol are mapped with known mapping scheme can be inserted at
this moment. A serial to parallel converter is applied and the IFFT operation is performed on the parallel
complex data. The transformed data are grouped together again, as per the number of required transmission
subcarriers. Cyclic prefix is inserted in every block of OFDM data according to the system specification and the
data are multiplexed in a serial fashion. At this point of time the data are OFDM modulated and ready to be
transmitted. A time-domain digital data is transform to time-domain analog data using DAC. RF modulation is
performed and the signal is up-converted to transmission frequency.
Fig1 Basic OFDM System with AWGN & Impulse Noises
BER Analysis of Impulse Noise in OFDM System Using LMS, NLMS & RLS
DOI: 10.9790/0661-17325055 www.iosrjournals.org 51 | Page
After OFDM signal transmitted from the transmitter antenna, the signals go through all the anomaly
and hostility of wireless channels. After receiving the signal, the receiver downconverts the signal and converts
to digital domain using ADC convertor, symbol timing and synchronization are performed. After ADC
conversion, symbol timing and synchronization is achieved. Then OFDM signal is demodulated using an FFT
block. After that, channel estimation is performed using the demodulated pilots. Using the estimation, the
complex received data are obtained which are demapped according to the transmission constellation diagram. At
this moment the originally transmitted bit stream are recovered using FEC decoding and de-interleaving.
III. Impulse Noise
Impulse noise is generated by spurious sources such as switching of electrical AC sources.
Impulse noise can be broadly classified as
Fig2 Types of Impulse Noise
Periodic impulses consists of impulses of longer duration &occurring periodically in time.Aperiodic
impulse noise is characterized by impulses occurring at random time. In this paper we concentrate on aperiodic
impulse noise.
There are different statistical model available for modelling aperiodic impulse noise .The most
commonly used models are Gaussian mixture model, Middleton’s Class A model and symmetric alpha stable
mode [1].
IV. Algorithms
1) Least Mean Square (LMS)
In the Lest Mean Square(LMS) algorithme(n) is minimized in the mean square sense with changes in
the filter tap weights. The algorithm converges to a set of tap-weightswhen the processes X(𝑛)&d(𝑛) are jointly
stationary, which on average, are equal to the Wiener-Hopf solution. The LMS algorithm is a practical scheme
for realizing Wiener filters, without explicitly solving the Wiener-Hopf equation
𝑒(𝑛) = 𝑑(𝑛) − 𝑦(𝑛)
The cost function J(𝑡) chosen for the steepest descent algorithm determines the coefficient solution obtained by
using adaptive filter. If the MSE cost function is chosen, the resulting algorithm depends on statistics of s(𝑡)
&d(𝑡) because of the expectation operation that defines this cost function is the least square cost function given
by
𝐽(𝑡) = ά(i)(d i − w′(t)s(i))2t
i=0
The weight update equation for LMS can be represented as
W(𝑡 + 1) = 𝑊(𝑡) + µ𝑒(𝑡)𝑆(𝑡)
Where µ is learning factor, requires only multiplications and additions to implement. In effect, the iterative
nature of the LMS coefficient updates is a form of time-averaging that smoothers the errors in the instantaneous
gradient calculation to obtain a more reasonable estimate of the true gradient.
BER Analysis of Impulse Noise in OFDM System Using LMS, NLMS & RLS
DOI: 10.9790/0661-17325055 www.iosrjournals.org 52 | Page
2) Normalized Least Mean Square (NLMS)
The NLMS algorithm is the extension of the standard LMS algorithm, the NLMS algorithms
implementation is very similar to that of the LMS algorithm. Each iteration of the NLMS algorithm requires
these steps to be followed
 The adaptive filter output is calculated by the equation
 An error signal is calculated as the difference between the desired signal and the filter output
 The input vector step size value is calculated as
 The filter tap weights are updated in preparation for the next iteration
Each iteration of the NLMS algorithm requires 3N+1 multiplications, this is only N more than the standard LMS
algorithm. This is an acceptable increase considering the gains in stability and echo attenuation achieve [3].
3) Recursive Least Square (RLS)
Recursive least squares algorithms have a faster convergences speed and do not exhibit the Eigen value spread
problem. RLS algorithms calculate J(n) by using the following equation
Where N is the filter length and λ is the forgetting factor. This algorithm calculates not only the instantaneous
value e2
(n) but also the past values, such as e2
(n–1), e2
(n– 2), ..., e2
(n–N+1). The value range of the forgetting
factor is (0, 1]. When the forgetting factor is less than 1, this factor specifies that this algorithm places a larger
weight on the current value and a smaller weight on the past values. The resulting E[e2
(n)] of the RLS
algorithms is more accurate than that of the LMS algorithms.
Fig3 RLS Block Diagram
 Calculate the adaptive filter output signal y(n).
 The error signal e(n) is calculated by using the following equation
e(n) = d(n)–y(n).
 The filter coefficients are updated by using the following equation
Where the filter coefficient is vector and is the gain vector is defined by the following
equation
Where λ is the forgetting factor and P(n) is the inverse correlation matrix of the input signal.
BER Analysis of Impulse Noise in OFDM System Using LMS, NLMS & RLS
DOI: 10.9790/0661-17325055 www.iosrjournals.org 53 | Page
V. Simulation Results
Fig4Transmitted OFDM Signal
Fig5OFDM Transmitted Spectrum
Fig6Channel Output with Impulse Noise
BER Analysis of Impulse Noise in OFDM System Using LMS, NLMS & RLS
DOI: 10.9790/0661-17325055 www.iosrjournals.org 54 | Page
Fig7Original Message Signal
Fig8Recovered Noisy Signal Using RLS
Fig9BER Analysis using LMS Algorithm
Fig10BER Analysis Using NLMS Algorithm
BER Analysis of Impulse Noise in OFDM System Using LMS, NLMS & RLS
DOI: 10.9790/0661-17325055 www.iosrjournals.org 55 | Page
Fig11BER Analysis Using RLS Algorithm
VI. Simulation Description
The graphs shown above contains BER plots for the LMS,NLMS and RLS algorithms. The graphs are
plotted for the various SNR values. By varying the SNR values we can observe the variation in BER values as
shown in above plots. As we take the SNR between 0 and 4, the BER of individual algorithms increased over a
period of internal and then decreased. Of those algorithms we executed RLS showing minimum BER when
compared with the LMS and NLMS algorithms, and after RLS algorithm, NLMS algorithm showing better
performance than LMS algorithm.
VII. Conclusion
In this research the above algorithms, LMS algorithm is the most popular adaptive algorithm, because
of the low computational complexity. Even though, the LMS algorithm suffers from slow and data dependent
convergence behaviour. Where NLMS algorithm, an equally simple, but more robust variant of the LMS
algorithm, exhibits a better balance between simplicity and performance than the LMS algorithm. Due to its
good characteristics the NLMS has been largely used in real-time applications but RLS has more sustainability
to higher SNR compared to LMS & NLMS, RLS is better among the algorithms used.
References
[1]. T.Y. Al-Naffouri, A.A Quadeer and G.Caire, “Impulse Noise Estimation and Removal for OFDM
Systems”.
[2]. Sumi Mathew, PrasanthMurukan, “Periodic Impulse Noise Reduction in OFDM based Power Line
Communication”
[3]. AlokPandey, L.D Malviya “Comparitive Study of LMS & NLMS Algorithms in Adaptive Equalize”.
[4]. T.Y. Al-Naffouri, A.A Quadeer and G.Caire, “Impulse Noise Estimation and cancellation in DSL using
orthogonal clustering”.
[5]. Vidya S. Bhosale, V.N. Ghodke “Comparitive Study of RLS&LMS Algorithms for OFDM System”.
[6]. M. Zimmermann and K. Dostert, “An analysis of the broadband noise scenario in power line networks,”
2000 International Symposium on Power line Communications and its Applications.
[7]. D. Fertonani and G. Colavolpe, “On reliable communications over channels impaired by bursty impulse
noise,” IEEE Trans. Commun., vol. 57, no. 7, pp. 2024–2030, July 2009.
[8]. J. Lin, M. Nassar, and B. L. Evans, “Impulsive noise mitigation in powerline communications using
sparse Bayesian learning,” IEEE J. Sel.AreasCommun., vol. 31, no. 7, pp. 1172–1183, Jul. 2013.
[9]. A. Al-Dweik, A. Hazmi, B. Sharif, and C. Tsimenidis,“Efficient interleaving technique OFDM system
over impulsive noise channels,” in Proc. 2010 IEEE Int. Symp. Pers. Indoor and Mobile Radio Comm
[10]. T. Starr, M. Sorbara, J. M. Cioffi, and P.J.Silverman, DSL Adcances. Prentice Hall Professional, 2003.

More Related Content

PDF
K0466974
PDF
Iisrt zzzz shamili ch
PPTX
Channel equalization
PPTX
linear equalizer and turbo equalizer
PDF
Performance Analysis of PAPR Reduction in MIMO-OFDM
PDF
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithm
PDF
Adaptive Equalization
K0466974
Iisrt zzzz shamili ch
Channel equalization
linear equalizer and turbo equalizer
Performance Analysis of PAPR Reduction in MIMO-OFDM
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithm
Adaptive Equalization

What's hot (20)

PDF
D0341015020
PDF
Design of Optimized FIR Filter Using FCSD Representation
PDF
Sparse channel estimation by pilot allocation in MIMO-OFDM systems
PDF
Filtering Electrocardiographic Signals using filtered- X LMS algorithm
PDF
A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...
PDF
CS Based Channel Estimation for OFDM Systems under Long Delay Channels Using ...
PPTX
Adaptive Beamforming Algorithms
PDF
Analysis of Reduction of PAPR by Linear Predictive Coding in OFDM
PDF
MODIFIED LLL ALGORITHM WITH SHIFTED START COLUMN FOR COMPLEXITY REDUCTION
PDF
E0812730
PDF
Performance analysis of adaptive beamforming at receiver side by using lms an...
PDF
PERFORMANCE ANALYIS OF LMS ADAPTIVE FIR FILTER AND RLS ADAPTIVE FIR FILTER FO...
PDF
A blind channel shortening for multiuser, multicarrier CDMA system over multi...
PDF
Optimized OFDM Model Using CMA Channel Equalization for BER Evaluation
PDF
Blind channel estimation for mimo ofdm systems
PDF
F0331031037
PDF
PDF
Method for Converter Synchronization with RF Injection
PDF
Analysis of Peak to Average Power Ratio Reduction Techniques in Sfbc Ofdm System
PDF
Implementation of channel estimation algorithms in ofdm for 64 subcarriers
D0341015020
Design of Optimized FIR Filter Using FCSD Representation
Sparse channel estimation by pilot allocation in MIMO-OFDM systems
Filtering Electrocardiographic Signals using filtered- X LMS algorithm
A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...
CS Based Channel Estimation for OFDM Systems under Long Delay Channels Using ...
Adaptive Beamforming Algorithms
Analysis of Reduction of PAPR by Linear Predictive Coding in OFDM
MODIFIED LLL ALGORITHM WITH SHIFTED START COLUMN FOR COMPLEXITY REDUCTION
E0812730
Performance analysis of adaptive beamforming at receiver side by using lms an...
PERFORMANCE ANALYIS OF LMS ADAPTIVE FIR FILTER AND RLS ADAPTIVE FIR FILTER FO...
A blind channel shortening for multiuser, multicarrier CDMA system over multi...
Optimized OFDM Model Using CMA Channel Equalization for BER Evaluation
Blind channel estimation for mimo ofdm systems
F0331031037
Method for Converter Synchronization with RF Injection
Analysis of Peak to Average Power Ratio Reduction Techniques in Sfbc Ofdm System
Implementation of channel estimation algorithms in ofdm for 64 subcarriers
Ad

Similar to BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS (20)

PDF
IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...
PDF
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...
PDF
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
PDF
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
PDF
Ko3518201823
PDF
L010628894
PDF
International Journal of Engineering Research and Development (IJERD)
PDF
ICI and PAPR enhancement in MIMO-OFDM system using RNS coding
PDF
Application of smart antenna interference suppression techniques in tdscdma
PDF
Performance evaluation on the basis of bit error rate for different order of ...
PDF
Multi-carrier Equalization by Restoration of RedundancY (MERRY) for Adaptive ...
PDF
Performance of Matching Algorithmsfor Signal Approximation
PDF
Gn3411911195
PDF
Discrete wavelet transform-based RI adaptive algorithm for system identification
PDF
Efficient reduction of PLI in ECG signal using new variable step size least m...
PDF
B0510916
PDF
Performance Evaluation Of Adaptive Array Antennas In Cognitive Relay Network
PDF
Performance Evaluation of Adaptive Array Antennas in Cognitive Relay Network
PDF
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
PDF
40120140501015
IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Ko3518201823
L010628894
International Journal of Engineering Research and Development (IJERD)
ICI and PAPR enhancement in MIMO-OFDM system using RNS coding
Application of smart antenna interference suppression techniques in tdscdma
Performance evaluation on the basis of bit error rate for different order of ...
Multi-carrier Equalization by Restoration of RedundancY (MERRY) for Adaptive ...
Performance of Matching Algorithmsfor Signal Approximation
Gn3411911195
Discrete wavelet transform-based RI adaptive algorithm for system identification
Efficient reduction of PLI in ECG signal using new variable step size least m...
B0510916
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
40120140501015
Ad

More from iosrjce (20)

PDF
An Examination of Effectuation Dimension as Financing Practice of Small and M...
PDF
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
PDF
Childhood Factors that influence success in later life
PDF
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
PDF
Customer’s Acceptance of Internet Banking in Dubai
PDF
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
PDF
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
PDF
Student`S Approach towards Social Network Sites
PDF
Broadcast Management in Nigeria: The systems approach as an imperative
PDF
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
PDF
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
PDF
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
PDF
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
PDF
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
PDF
Media Innovations and its Impact on Brand awareness & Consideration
PDF
Customer experience in supermarkets and hypermarkets – A comparative study
PDF
Social Media and Small Businesses: A Combinational Strategic Approach under t...
PDF
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
PDF
Implementation of Quality Management principles at Zimbabwe Open University (...
PDF
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
An Examination of Effectuation Dimension as Financing Practice of Small and M...
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Childhood Factors that influence success in later life
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Customer’s Acceptance of Internet Banking in Dubai
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Student`S Approach towards Social Network Sites
Broadcast Management in Nigeria: The systems approach as an imperative
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Media Innovations and its Impact on Brand awareness & Consideration
Customer experience in supermarkets and hypermarkets – A comparative study
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Implementation of Quality Management principles at Zimbabwe Open University (...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...

Recently uploaded (20)

PPTX
6ME3A-Unit-II-Sensors and Actuators_Handouts.pptx
PPTX
Nature of X-rays, X- Ray Equipment, Fluoroscopy
PPT
INTRODUCTION -Data Warehousing and Mining-M.Tech- VTU.ppt
PDF
Integrating Fractal Dimension and Time Series Analysis for Optimized Hyperspe...
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
PPTX
Fundamentals of Mechanical Engineering.pptx
PPTX
Information Storage and Retrieval Techniques Unit III
PPTX
CURRICULAM DESIGN engineering FOR CSE 2025.pptx
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PDF
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
Fundamentals of safety and accident prevention -final (1).pptx
PDF
86236642-Electric-Loco-Shed.pdf jfkduklg
PDF
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PDF
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PDF
Categorization of Factors Affecting Classification Algorithms Selection
PDF
Exploratory_Data_Analysis_Fundamentals.pdf
PDF
EXPLORING LEARNING ENGAGEMENT FACTORS INFLUENCING BEHAVIORAL, COGNITIVE, AND ...
6ME3A-Unit-II-Sensors and Actuators_Handouts.pptx
Nature of X-rays, X- Ray Equipment, Fluoroscopy
INTRODUCTION -Data Warehousing and Mining-M.Tech- VTU.ppt
Integrating Fractal Dimension and Time Series Analysis for Optimized Hyperspe...
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
Fundamentals of Mechanical Engineering.pptx
Information Storage and Retrieval Techniques Unit III
CURRICULAM DESIGN engineering FOR CSE 2025.pptx
Automation-in-Manufacturing-Chapter-Introduction.pdf
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Fundamentals of safety and accident prevention -final (1).pptx
86236642-Electric-Loco-Shed.pdf jfkduklg
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
Categorization of Factors Affecting Classification Algorithms Selection
Exploratory_Data_Analysis_Fundamentals.pdf
EXPLORING LEARNING ENGAGEMENT FACTORS INFLUENCING BEHAVIORAL, COGNITIVE, AND ...

BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 3, Ver. II (May – Jun. 2015), PP 50-55 www.iosrjournals.org DOI: 10.9790/0661-17325055 www.iosrjournals.org 50 | Page BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS Dr.E.V.Krishna Rao1 ,K.Srikanth2 ,Sk.Nadeem Farooq3 ,B.Sriram4 Y.Chandana5 1,2,3,4,5 Department ofElectronics and Communication Engineering 1, 2, 3,4,5, K L University, Vaddeswaram, Guntur, Andhra Pradesh Abstract:Orthogonal Frequency Division Multiplexing (OFDM) scheme is also used as a digital multi carrier modulation method .Alarge number of closely spaced orthogonal sub-carrier signals are used to carry data on several parallel data streams or channels. While OFDM is ideally suited to deal with frequency selective channels and AWGN, its performance may be dramatically impacted by the presence of impulse noise. In fact, very strong noise impulses in the time domain might result in the erasure of whole OFDM blocks of symbols at the receiver. BER analysisis done by using various adaptive algorithms and Impulse noise impact can be observed. I. Introduction Orthogonal Frequency Division Multiplexing (OFDM) is a modulation scheme widely used in wired systems (DSL, PLC) and wireless systems (WiMAX, 3GPP LTE). Various issues are linear distortion due to inter symbol interference(ISI),Inter-carrier Interference(ICI) additive white Gaussian noise (AWGN) and impulse noise. OFDM is ideally suited to handle ISI by frequency domain transmission and equalization using the Inverse Discrete Fourier Transform (IDFT)/ Discrete Fourier Transform (DFT) cyclic prefix and the effect of AWGN is eliminated using an appropriate level of coded modulation, impulse remains a limiting factor. II. OFDM System In the OFDM system coding techniquessuch as forward error control/coding (FEC) coding and interleaving is added to the OFDM system needed to protect against burst errors(robustness). An OFDM system is called codded OFDM(COFDM) system when both channel coding and interleaving are done. In a digital domain binary input data are collected and FEC coded with schemes such as convolution codes. To obtain diversity gain bit stream are interleaved. Afterwards, 16-QAM a group of channel codded bits are mapped to corresponding constellation points. Then at this point the data are represented as complex numbers and they are serial. Known pilot symbol are mapped with known mapping scheme can be inserted at this moment. A serial to parallel converter is applied and the IFFT operation is performed on the parallel complex data. The transformed data are grouped together again, as per the number of required transmission subcarriers. Cyclic prefix is inserted in every block of OFDM data according to the system specification and the data are multiplexed in a serial fashion. At this point of time the data are OFDM modulated and ready to be transmitted. A time-domain digital data is transform to time-domain analog data using DAC. RF modulation is performed and the signal is up-converted to transmission frequency. Fig1 Basic OFDM System with AWGN & Impulse Noises
  • 2. BER Analysis of Impulse Noise in OFDM System Using LMS, NLMS & RLS DOI: 10.9790/0661-17325055 www.iosrjournals.org 51 | Page After OFDM signal transmitted from the transmitter antenna, the signals go through all the anomaly and hostility of wireless channels. After receiving the signal, the receiver downconverts the signal and converts to digital domain using ADC convertor, symbol timing and synchronization are performed. After ADC conversion, symbol timing and synchronization is achieved. Then OFDM signal is demodulated using an FFT block. After that, channel estimation is performed using the demodulated pilots. Using the estimation, the complex received data are obtained which are demapped according to the transmission constellation diagram. At this moment the originally transmitted bit stream are recovered using FEC decoding and de-interleaving. III. Impulse Noise Impulse noise is generated by spurious sources such as switching of electrical AC sources. Impulse noise can be broadly classified as Fig2 Types of Impulse Noise Periodic impulses consists of impulses of longer duration &occurring periodically in time.Aperiodic impulse noise is characterized by impulses occurring at random time. In this paper we concentrate on aperiodic impulse noise. There are different statistical model available for modelling aperiodic impulse noise .The most commonly used models are Gaussian mixture model, Middleton’s Class A model and symmetric alpha stable mode [1]. IV. Algorithms 1) Least Mean Square (LMS) In the Lest Mean Square(LMS) algorithme(n) is minimized in the mean square sense with changes in the filter tap weights. The algorithm converges to a set of tap-weightswhen the processes X(𝑛)&d(𝑛) are jointly stationary, which on average, are equal to the Wiener-Hopf solution. The LMS algorithm is a practical scheme for realizing Wiener filters, without explicitly solving the Wiener-Hopf equation 𝑒(𝑛) = 𝑑(𝑛) − 𝑦(𝑛) The cost function J(𝑡) chosen for the steepest descent algorithm determines the coefficient solution obtained by using adaptive filter. If the MSE cost function is chosen, the resulting algorithm depends on statistics of s(𝑡) &d(𝑡) because of the expectation operation that defines this cost function is the least square cost function given by 𝐽(𝑡) = ά(i)(d i − w′(t)s(i))2t i=0 The weight update equation for LMS can be represented as W(𝑡 + 1) = 𝑊(𝑡) + µ𝑒(𝑡)𝑆(𝑡) Where µ is learning factor, requires only multiplications and additions to implement. In effect, the iterative nature of the LMS coefficient updates is a form of time-averaging that smoothers the errors in the instantaneous gradient calculation to obtain a more reasonable estimate of the true gradient.
  • 3. BER Analysis of Impulse Noise in OFDM System Using LMS, NLMS & RLS DOI: 10.9790/0661-17325055 www.iosrjournals.org 52 | Page 2) Normalized Least Mean Square (NLMS) The NLMS algorithm is the extension of the standard LMS algorithm, the NLMS algorithms implementation is very similar to that of the LMS algorithm. Each iteration of the NLMS algorithm requires these steps to be followed  The adaptive filter output is calculated by the equation  An error signal is calculated as the difference between the desired signal and the filter output  The input vector step size value is calculated as  The filter tap weights are updated in preparation for the next iteration Each iteration of the NLMS algorithm requires 3N+1 multiplications, this is only N more than the standard LMS algorithm. This is an acceptable increase considering the gains in stability and echo attenuation achieve [3]. 3) Recursive Least Square (RLS) Recursive least squares algorithms have a faster convergences speed and do not exhibit the Eigen value spread problem. RLS algorithms calculate J(n) by using the following equation Where N is the filter length and λ is the forgetting factor. This algorithm calculates not only the instantaneous value e2 (n) but also the past values, such as e2 (n–1), e2 (n– 2), ..., e2 (n–N+1). The value range of the forgetting factor is (0, 1]. When the forgetting factor is less than 1, this factor specifies that this algorithm places a larger weight on the current value and a smaller weight on the past values. The resulting E[e2 (n)] of the RLS algorithms is more accurate than that of the LMS algorithms. Fig3 RLS Block Diagram  Calculate the adaptive filter output signal y(n).  The error signal e(n) is calculated by using the following equation e(n) = d(n)–y(n).  The filter coefficients are updated by using the following equation Where the filter coefficient is vector and is the gain vector is defined by the following equation Where λ is the forgetting factor and P(n) is the inverse correlation matrix of the input signal.
  • 4. BER Analysis of Impulse Noise in OFDM System Using LMS, NLMS & RLS DOI: 10.9790/0661-17325055 www.iosrjournals.org 53 | Page V. Simulation Results Fig4Transmitted OFDM Signal Fig5OFDM Transmitted Spectrum Fig6Channel Output with Impulse Noise
  • 5. BER Analysis of Impulse Noise in OFDM System Using LMS, NLMS & RLS DOI: 10.9790/0661-17325055 www.iosrjournals.org 54 | Page Fig7Original Message Signal Fig8Recovered Noisy Signal Using RLS Fig9BER Analysis using LMS Algorithm Fig10BER Analysis Using NLMS Algorithm
  • 6. BER Analysis of Impulse Noise in OFDM System Using LMS, NLMS & RLS DOI: 10.9790/0661-17325055 www.iosrjournals.org 55 | Page Fig11BER Analysis Using RLS Algorithm VI. Simulation Description The graphs shown above contains BER plots for the LMS,NLMS and RLS algorithms. The graphs are plotted for the various SNR values. By varying the SNR values we can observe the variation in BER values as shown in above plots. As we take the SNR between 0 and 4, the BER of individual algorithms increased over a period of internal and then decreased. Of those algorithms we executed RLS showing minimum BER when compared with the LMS and NLMS algorithms, and after RLS algorithm, NLMS algorithm showing better performance than LMS algorithm. VII. Conclusion In this research the above algorithms, LMS algorithm is the most popular adaptive algorithm, because of the low computational complexity. Even though, the LMS algorithm suffers from slow and data dependent convergence behaviour. Where NLMS algorithm, an equally simple, but more robust variant of the LMS algorithm, exhibits a better balance between simplicity and performance than the LMS algorithm. Due to its good characteristics the NLMS has been largely used in real-time applications but RLS has more sustainability to higher SNR compared to LMS & NLMS, RLS is better among the algorithms used. References [1]. T.Y. Al-Naffouri, A.A Quadeer and G.Caire, “Impulse Noise Estimation and Removal for OFDM Systems”. [2]. Sumi Mathew, PrasanthMurukan, “Periodic Impulse Noise Reduction in OFDM based Power Line Communication” [3]. AlokPandey, L.D Malviya “Comparitive Study of LMS & NLMS Algorithms in Adaptive Equalize”. [4]. T.Y. Al-Naffouri, A.A Quadeer and G.Caire, “Impulse Noise Estimation and cancellation in DSL using orthogonal clustering”. [5]. Vidya S. Bhosale, V.N. Ghodke “Comparitive Study of RLS&LMS Algorithms for OFDM System”. [6]. M. Zimmermann and K. Dostert, “An analysis of the broadband noise scenario in power line networks,” 2000 International Symposium on Power line Communications and its Applications. [7]. D. Fertonani and G. Colavolpe, “On reliable communications over channels impaired by bursty impulse noise,” IEEE Trans. Commun., vol. 57, no. 7, pp. 2024–2030, July 2009. [8]. J. Lin, M. Nassar, and B. L. Evans, “Impulsive noise mitigation in powerline communications using sparse Bayesian learning,” IEEE J. Sel.AreasCommun., vol. 31, no. 7, pp. 1172–1183, Jul. 2013. [9]. A. Al-Dweik, A. Hazmi, B. Sharif, and C. Tsimenidis,“Efficient interleaving technique OFDM system over impulsive noise channels,” in Proc. 2010 IEEE Int. Symp. Pers. Indoor and Mobile Radio Comm [10]. T. Starr, M. Sorbara, J. M. Cioffi, and P.J.Silverman, DSL Adcances. Prentice Hall Professional, 2003.