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

What's hot

D0341015020
D0341015020D0341015020
D0341015020
inventionjournals
 
Design of Optimized FIR Filter Using FCSD Representation
Design  of  Optimized  FIR  Filter  Using  FCSD Representation Design  of  Optimized  FIR  Filter  Using  FCSD Representation
Design of Optimized FIR Filter Using FCSD Representation
IJEEE
 
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
 
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
IDES Editor
 
A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...
A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...
A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...
ijwmn
 
CS Based Channel Estimation for OFDM Systems under Long Delay Channels Using ...
CS Based Channel Estimation for OFDM Systems under Long Delay Channels Using ...CS Based Channel Estimation for OFDM Systems under Long Delay Channels Using ...
CS Based Channel Estimation for OFDM Systems under Long Delay Channels Using ...
IJERA Editor
 
Adaptive Beamforming Algorithms
Adaptive Beamforming Algorithms Adaptive Beamforming Algorithms
Adaptive Beamforming Algorithms
Mohammed Abuibaid
 
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
 
MODIFIED LLL ALGORITHM WITH SHIFTED START COLUMN FOR COMPLEXITY REDUCTION
MODIFIED LLL ALGORITHM WITH SHIFTED START COLUMN FOR COMPLEXITY REDUCTIONMODIFIED LLL ALGORITHM WITH SHIFTED START COLUMN FOR COMPLEXITY REDUCTION
MODIFIED LLL ALGORITHM WITH SHIFTED START COLUMN FOR COMPLEXITY REDUCTION
ijwmn
 
E0812730
E0812730E0812730
E0812730
IOSR Journals
 
Performance analysis of adaptive beamforming at receiver side by using lms an...
Performance analysis of adaptive beamforming at receiver side by using lms an...Performance analysis of adaptive beamforming at receiver side by using lms an...
Performance analysis of adaptive beamforming at receiver side by using lms an...
Ijrdt Journal
 
PERFORMANCE ANALYIS OF LMS ADAPTIVE FIR FILTER AND RLS ADAPTIVE FIR FILTER FO...
PERFORMANCE ANALYIS OF LMS ADAPTIVE FIR FILTER AND RLS ADAPTIVE FIR FILTER FO...PERFORMANCE ANALYIS OF LMS ADAPTIVE FIR FILTER AND RLS ADAPTIVE FIR FILTER FO...
PERFORMANCE ANALYIS OF LMS ADAPTIVE FIR FILTER AND RLS ADAPTIVE FIR FILTER FO...
sipij
 
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
 
Optimized OFDM Model Using CMA Channel Equalization for BER Evaluation
Optimized OFDM Model Using CMA Channel Equalization for BER EvaluationOptimized OFDM Model Using CMA Channel Equalization for BER Evaluation
Optimized OFDM Model Using CMA Channel Equalization for BER Evaluation
journalBEEI
 
Blind channel estimation for mimo ofdm systems
Blind channel estimation for mimo ofdm systemsBlind channel estimation for mimo ofdm systems
Blind channel estimation for mimo ofdm systems
trungquang0207
 
F0331031037
F0331031037F0331031037
F0331031037
inventionjournals
 
ANCLMS
ANCLMSANCLMS
Method for Converter Synchronization with RF Injection
Method for Converter Synchronization with RF InjectionMethod for Converter Synchronization with RF Injection
Method for Converter Synchronization with RF Injection
CSCJournals
 
Analysis of Peak to Average Power Ratio Reduction Techniques in Sfbc Ofdm System
Analysis of Peak to Average Power Ratio Reduction Techniques in Sfbc Ofdm SystemAnalysis of Peak to Average Power Ratio Reduction Techniques in Sfbc Ofdm System
Analysis of Peak to Average Power Ratio Reduction Techniques in Sfbc Ofdm System
IOSR Journals
 
Implementation of channel estimation algorithms in ofdm for 64 subcarriers
Implementation of channel estimation algorithms in ofdm for 64 subcarriersImplementation of channel estimation algorithms in ofdm for 64 subcarriers
Implementation of channel estimation algorithms in ofdm for 64 subcarriers
IAEME Publication
 

What's hot (20)

D0341015020
D0341015020D0341015020
D0341015020
 
Design of Optimized FIR Filter Using FCSD Representation
Design  of  Optimized  FIR  Filter  Using  FCSD Representation Design  of  Optimized  FIR  Filter  Using  FCSD Representation
Design of Optimized FIR Filter Using FCSD Representation
 
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
 
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
 
A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...
A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...
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 ...
CS Based Channel Estimation for OFDM Systems under Long Delay Channels Using ...CS Based Channel Estimation for OFDM Systems under Long Delay Channels Using ...
CS Based Channel Estimation for OFDM Systems under Long Delay Channels Using ...
 
Adaptive Beamforming Algorithms
Adaptive Beamforming Algorithms Adaptive Beamforming Algorithms
Adaptive Beamforming Algorithms
 
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
 
MODIFIED LLL ALGORITHM WITH SHIFTED START COLUMN FOR COMPLEXITY REDUCTION
MODIFIED LLL ALGORITHM WITH SHIFTED START COLUMN FOR COMPLEXITY REDUCTIONMODIFIED LLL ALGORITHM WITH SHIFTED START COLUMN FOR COMPLEXITY REDUCTION
MODIFIED LLL ALGORITHM WITH SHIFTED START COLUMN FOR COMPLEXITY REDUCTION
 
E0812730
E0812730E0812730
E0812730
 
Performance analysis of adaptive beamforming at receiver side by using lms an...
Performance analysis of adaptive beamforming at receiver side by using lms an...Performance analysis of adaptive beamforming at receiver side by using lms an...
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...
PERFORMANCE ANALYIS OF LMS ADAPTIVE FIR FILTER AND RLS ADAPTIVE FIR FILTER FO...PERFORMANCE ANALYIS OF LMS ADAPTIVE FIR FILTER AND RLS ADAPTIVE FIR FILTER FO...
PERFORMANCE ANALYIS OF LMS ADAPTIVE FIR FILTER AND RLS ADAPTIVE FIR FILTER FO...
 
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...
 
Optimized OFDM Model Using CMA Channel Equalization for BER Evaluation
Optimized OFDM Model Using CMA Channel Equalization for BER EvaluationOptimized OFDM Model Using CMA Channel Equalization for BER Evaluation
Optimized OFDM Model Using CMA Channel Equalization for BER Evaluation
 
Blind channel estimation for mimo ofdm systems
Blind channel estimation for mimo ofdm systemsBlind channel estimation for mimo ofdm systems
Blind channel estimation for mimo ofdm systems
 
F0331031037
F0331031037F0331031037
F0331031037
 
ANCLMS
ANCLMSANCLMS
ANCLMS
 
Method for Converter Synchronization with RF Injection
Method for Converter Synchronization with RF InjectionMethod for Converter Synchronization with RF Injection
Method for Converter Synchronization with RF Injection
 
Analysis of Peak to Average Power Ratio Reduction Techniques in Sfbc Ofdm System
Analysis of Peak to Average Power Ratio Reduction Techniques in Sfbc Ofdm SystemAnalysis of Peak to Average Power Ratio Reduction Techniques in Sfbc Ofdm System
Analysis of Peak to Average Power Ratio Reduction Techniques in Sfbc Ofdm System
 
Implementation of channel estimation algorithms in ofdm for 64 subcarriers
Implementation of channel estimation algorithms in ofdm for 64 subcarriersImplementation of channel estimation algorithms in ofdm for 64 subcarriers
Implementation of channel estimation algorithms in ofdm for 64 subcarriers
 

Viewers also liked

L012266672
L012266672L012266672
L012266672
IOSR Journals
 
Comparative Study and Analysis of Image Inpainting Techniques
Comparative Study and Analysis of Image Inpainting TechniquesComparative Study and Analysis of Image Inpainting Techniques
Comparative Study and Analysis of Image Inpainting Techniques
IOSR Journals
 
G018114448
G018114448G018114448
G018114448
IOSR Journals
 
E011142632
E011142632E011142632
E011142632
IOSR Journals
 
K017146064
K017146064K017146064
K017146064
IOSR Journals
 
E011123541
E011123541E011123541
E011123541
IOSR Journals
 
L012316876
L012316876L012316876
L012316876
IOSR Journals
 
Influence of Construction Parameters on Performance of Dense Graded Bituminou...
Influence of Construction Parameters on Performance of Dense Graded Bituminou...Influence of Construction Parameters on Performance of Dense Graded Bituminou...
Influence of Construction Parameters on Performance of Dense Graded Bituminou...
IOSR Journals
 
Effective Waste Management and Environmental Control
Effective Waste Management and Environmental ControlEffective Waste Management and Environmental Control
Effective Waste Management and Environmental Control
IOSR Journals
 
L017358286
L017358286L017358286
L017358286
IOSR Journals
 
F017533540
F017533540F017533540
F017533540
IOSR Journals
 
A Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc Network
A Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc NetworkA Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc Network
A Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc Network
IOSR Journals
 
A017230107
A017230107A017230107
A017230107
IOSR Journals
 
D017351725
D017351725D017351725
D017351725
IOSR Journals
 
G017633943
G017633943G017633943
G017633943
IOSR Journals
 
D012131728
D012131728D012131728
D012131728
IOSR Journals
 
Analysis of Multimedia Traffic Performance in a Multi-Class traffic environme...
Analysis of Multimedia Traffic Performance in a Multi-Class traffic environme...Analysis of Multimedia Traffic Performance in a Multi-Class traffic environme...
Analysis of Multimedia Traffic Performance in a Multi-Class traffic environme...
IOSR Journals
 
B012430711
B012430711B012430711
B012430711
IOSR Journals
 
O01821100103
O01821100103O01821100103
O01821100103
IOSR Journals
 
K1802027780
K1802027780K1802027780
K1802027780
IOSR Journals
 

Viewers also liked (20)

L012266672
L012266672L012266672
L012266672
 
Comparative Study and Analysis of Image Inpainting Techniques
Comparative Study and Analysis of Image Inpainting TechniquesComparative Study and Analysis of Image Inpainting Techniques
Comparative Study and Analysis of Image Inpainting Techniques
 
G018114448
G018114448G018114448
G018114448
 
E011142632
E011142632E011142632
E011142632
 
K017146064
K017146064K017146064
K017146064
 
E011123541
E011123541E011123541
E011123541
 
L012316876
L012316876L012316876
L012316876
 
Influence of Construction Parameters on Performance of Dense Graded Bituminou...
Influence of Construction Parameters on Performance of Dense Graded Bituminou...Influence of Construction Parameters on Performance of Dense Graded Bituminou...
Influence of Construction Parameters on Performance of Dense Graded Bituminou...
 
Effective Waste Management and Environmental Control
Effective Waste Management and Environmental ControlEffective Waste Management and Environmental Control
Effective Waste Management and Environmental Control
 
L017358286
L017358286L017358286
L017358286
 
F017533540
F017533540F017533540
F017533540
 
A Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc Network
A Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc NetworkA Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc Network
A Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc Network
 
A017230107
A017230107A017230107
A017230107
 
D017351725
D017351725D017351725
D017351725
 
G017633943
G017633943G017633943
G017633943
 
D012131728
D012131728D012131728
D012131728
 
Analysis of Multimedia Traffic Performance in a Multi-Class traffic environme...
Analysis of Multimedia Traffic Performance in a Multi-Class traffic environme...Analysis of Multimedia Traffic Performance in a Multi-Class traffic environme...
Analysis of Multimedia Traffic Performance in a Multi-Class traffic environme...
 
B012430711
B012430711B012430711
B012430711
 
O01821100103
O01821100103O01821100103
O01821100103
 
K1802027780
K1802027780K1802027780
K1802027780
 

Similar to I017325055

IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...
IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...
IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...
IJCNCJournal
 
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
 
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
IOSR 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 Channel
IOSR Journals
 
Ko3518201823
Ko3518201823Ko3518201823
Ko3518201823
IJERA Editor
 
L010628894
L010628894L010628894
L010628894
IOSR Journals
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
ICI and PAPR enhancement in MIMO-OFDM system using RNS coding
ICI and PAPR enhancement in MIMO-OFDM system using RNS codingICI and PAPR enhancement in MIMO-OFDM system using RNS coding
ICI and PAPR enhancement in MIMO-OFDM system using RNS coding
IJECEIAES
 
Application of smart antenna interference suppression techniques in tdscdma
Application of smart antenna interference suppression techniques in tdscdmaApplication of smart antenna interference suppression techniques in tdscdma
Application of smart antenna interference suppression techniques in tdscdma
marwaeng
 
Performance evaluation on the basis of bit error rate for different order of ...
Performance evaluation on the basis of bit error rate for different order of ...Performance evaluation on the basis of bit error rate for different order of ...
Performance evaluation on the basis of bit error rate for different order of ...
ijmnct
 
Multi-carrier Equalization by Restoration of RedundancY (MERRY) for Adaptive ...
Multi-carrier Equalization by Restoration of RedundancY (MERRY) for Adaptive ...Multi-carrier Equalization by Restoration of RedundancY (MERRY) for Adaptive ...
Multi-carrier Equalization by Restoration of RedundancY (MERRY) for Adaptive ...
IJNSA Journal
 
Performance of Matching Algorithmsfor Signal Approximation
Performance of Matching Algorithmsfor Signal ApproximationPerformance of Matching Algorithmsfor Signal Approximation
Performance of Matching Algorithmsfor Signal Approximation
iosrjce
 
Gn3411911195
Gn3411911195Gn3411911195
Gn3411911195
IJERA Editor
 
Discrete wavelet transform-based RI adaptive algorithm for system identification
Discrete wavelet transform-based RI adaptive algorithm for system identificationDiscrete wavelet transform-based RI adaptive algorithm for system identification
Discrete wavelet transform-based RI adaptive algorithm for system identification
IJECEIAES
 
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
 
B0510916
B0510916B0510916
B0510916
IOSR Journals
 
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
 
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
csijjournal
 
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
csijjournal
 
40120140501015
4012014050101540120140501015
40120140501015
IAEME Publication
 

Similar to I017325055 (20)

IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...
IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...
IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...
 
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...
 
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
 
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
 
Ko3518201823
Ko3518201823Ko3518201823
Ko3518201823
 
L010628894
L010628894L010628894
L010628894
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
ICI and PAPR enhancement in MIMO-OFDM system using RNS coding
ICI and PAPR enhancement in MIMO-OFDM system using RNS codingICI and PAPR enhancement in MIMO-OFDM system using RNS coding
ICI and PAPR enhancement in MIMO-OFDM system using RNS coding
 
Application of smart antenna interference suppression techniques in tdscdma
Application of smart antenna interference suppression techniques in tdscdmaApplication of smart antenna interference suppression techniques in tdscdma
Application of smart antenna interference suppression techniques in tdscdma
 
Performance evaluation on the basis of bit error rate for different order of ...
Performance evaluation on the basis of bit error rate for different order of ...Performance evaluation on the basis of bit error rate for different order of ...
Performance evaluation on the basis of bit error rate for different order of ...
 
Multi-carrier Equalization by Restoration of RedundancY (MERRY) for Adaptive ...
Multi-carrier Equalization by Restoration of RedundancY (MERRY) for Adaptive ...Multi-carrier Equalization by Restoration of RedundancY (MERRY) for Adaptive ...
Multi-carrier Equalization by Restoration of RedundancY (MERRY) for Adaptive ...
 
Performance of Matching Algorithmsfor Signal Approximation
Performance of Matching Algorithmsfor Signal ApproximationPerformance of Matching Algorithmsfor Signal Approximation
Performance of Matching Algorithmsfor Signal Approximation
 
Gn3411911195
Gn3411911195Gn3411911195
Gn3411911195
 
Discrete wavelet transform-based RI adaptive algorithm for system identification
Discrete wavelet transform-based RI adaptive algorithm for system identificationDiscrete wavelet transform-based RI adaptive algorithm for system identification
Discrete wavelet transform-based RI adaptive algorithm for system identification
 
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...
 
B0510916
B0510916B0510916
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
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 NetworkPerformance Evaluation of Adaptive Array Antennas in Cognitive Relay Network
Performance Evaluation of Adaptive Array Antennas in Cognitive Relay Network
 
40120140501015
4012014050101540120140501015
40120140501015
 

More from IOSR Journals

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

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
 

Recently uploaded

Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Speck&Tech
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
Infrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI modelsInfrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI models
Zilliz
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
IndexBug
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
Zilliz
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
SOFTTECHHUB
 

Recently uploaded (20)

Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
Infrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI modelsInfrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI models
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
 

I017325055

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