SlideShare a Scribd company logo
1 of 17
ADAPTIVE
EQUALIZATION
OLADAPO KAYODE
Outline
 Introduction
 Interference
 Inter-symbol interference
 Equalization
 Categories of equalization
 Adaptive Equalization
 Operating Modes of Adaptive Equalizer
 Block diagram of Adaptive Equalization
 Survey of Equalization Techniques
 Algorithm for Adaptive Equalization
Introduction
Interference
Wireless transmissions need to counter interference from a large kind of sources. There are
two main type of interference namely:
 Co-channel
 Adjacent Channel
Co-channel is also known as narrow band interference which is due to alternative closely
systems using an equivalent transmission frequency.
Adjacent channel interference case is caused when signals in nearby frequencies have
components outside their allocated range, and these components may interfere with on-
going transmission in the adjacent frequencies.
Inter-symbol interference
In addition to these two types is another type called Inter-symbol interference, which is a
form of twist of a signal in which one symbol interferes with subsequent symbols. This is an
unwanted development because the previous symbols have similar result as noise, therefore
creating less reliable communication.
Figure 1: Inter Symbol
Interference
Source: Chethan, Ravisimha & Kurian (2014)
Equalization
This is a commonly used strategy for resisting
inter symbol Interference. Since Inter-symbol
interference has been recognized as the main
blockage to high speed data transmission over
mobile radio channels. Equalization involves
the gathering of the dispersed symbol energy
into its original time interval.
Categories of Equalization
Equalizers are used in conquering the adverse effects of the channel and can be divided
into two broad categories:
 Maximum Likelihood Sequence Estimation (MLSE): This consist the making of channel
impulse response measurement and then giving a means for receiver adjustment to
the transmission area.
 Equalization with filters which make use of filters to reimburse the distorted pulses.
Depending on whether the timing is variant or invariant, equalizer can be categorize as
 Preset equalizer assume that the channel is time invariant; try to find H(f) and then
design an equalizer depending on H(f).
 Adaptive equalizer assume that the channel is time variant and also design an
equalizer filter with varying filter coefficients in time according to the change of channel
which try to eliminate ISS and additive noise at each time. This channel is assumed to
be slow.
Adaptive Equalization
As a mobile channel fades randomly and varied in time, the equalizer must track that the
time varying characteristics of the mobile channel, and thus are called adaptive
equalizers. It is an equalizer that automatically adapts to time-varying properties of the
mobile communication channel.
The following are the working principles of adaptive equalizers:
 Application of the received signal to receive filter. In this place, receive filter is not linked
filter. Because the channel impulse response is unknown. The receive filter in here is just
a low‐pass filter that refuse to accept all out of band noise.
 The output of the receiver filter is pictured at the symbol rate.
 Sampled signal is applied to adaptive transversal filter equalizer. Transversal filters are
actually FIR discrete time filters.
 The object is to adapt the coefficients to minimize the noise and inter-symbol interference
(depending on the type of equalizer) at the output.
 The adaptation of the equalizer is driven by an error signal
Operating Modes of Adaptive
Equalizer
Adaptive equalizer can operate in two modes:
 Decision Directed Mode which indicates that the receiver decisions are used to generate
error signal.
 Decision Directed Equalizer: This also indicates that adjustment is efficient in tracking slow
variations in the channel response.
Nevertheless, these approaches are not efficient during initial acquisition, which leads the
training and tracking mode.
 Training Mode
- Initially a known fixed length training sequence is sent by the transmitter, so that the
receiver’s equalizer adapt to a proper setting for minimum bit error rate (BER) detection.
- Training sequence is pseudo-random sequence or a fixed prescribed bit pattern. The training
sequence is designed to permit an equalizer at the receiver to acquire the proper filter
coefficients in the worst possible channel conditions.
Operating Modes of Adaptive
Equalizer
Therefore when the training sequence is finished, filter coefficients are near their optimal
values for reception of user data. An adaptive equalizer at the receiver uses a recursive
algorithm to evaluate the channel and estimate filter coefficients to compensate for the
channel.
- User data is sent immediately following the training sequence.
- The adaptive equalizer utilizes algorithm to estimate the filer coefficients (maximum delay,
deepest fades, maximum ISI etc.) near the optimum value to compensate for the distortion.
 Tracking Mode
- When user data is received, the adaptive algorithm tracks the changes in the channel.
- As a result, adaptive equalizer continuously changes the filter characteristics over time i.e.,
weight of the filter changes over time.
- When an equalizer is properly trained, it is said to be converged, equalizers are widely used
in TDMA system.
Block diagram of adaptive
equalizer
An adaptive equalizer is a time varying filter which is constantly tuned i.e. the weights
are updated continuously by the adaptive algorithm either by sample basis or block by
block basis. The adaptive algorithm is controlled by error signal, e(t), derived by
comparing the output of equalizer, d(t), with some signal d^(t), which is either exact
scaled replica of the transmitted signal x(t) or which represents a known property of
transmitted signal as shown in figure below:
Working Principle:
𝑦(𝑡) − 𝑥(𝑡) ∗ 𝑓(𝑡) + 𝑛𝑏 (𝑡)
𝑑(𝑡) = 𝑥(𝑡) ∗ 𝑓(𝑡) ∗ ℎ𝑒𝑞 (𝑡) + 𝑛𝑏 (𝑡) ∗ ℎ𝑒𝑞 (𝑡)
𝑑(𝑡) = 𝑥(𝑡) ∗ 𝑔(𝑡) + 𝑛𝑏 (𝑡) ∗ ℎ𝑒𝑞 (𝑡)
If, nb(t)=0; d(t) = x(t), such that g(t) = f(t) * heq(t)= (t)
which implies that the equalizer is an inverse filter of the channel
Figure 2: Block diagram of adaptive
equalizer
Source: SriKisna (2016)
Survey of Equalization
Techniques
Figure 3: Classification of equalization Source: SriKisna
(2016)
Survey of Equalization
Techniques
The classification of equalizer is determined by the usage of adaptive equalizer output
for subsequent control of the equalizer. Mostly, the decision make determines the value
of the digital data bit being received and applies threshold activity.
This technique can be classified into two broad categories:
 Linear equalizer which is generally the easiest to implement and have get the
concept involved though the techniques suffer from noise enhancement on
frequency-selective fading channels and are not applicable to wireless
communications. In linear equalization, the output signal d(t) is not used in feedback
path to adapt the equalizer and can be implemented as FIR filter.
 In Non-linear equalizer the most common is the decision-feedback equalization
because of its simplicity in implementing and does not suffer from noise
enhancement. But suffer from error propagation when binary digits (bits) are
decoded in error leading to poor performance on channels with low signal-to-noise
ratio (SNR). The best equalization technique to use is maximum likelihood sequence
estimation (MLSE).
Summary of Adaptive Equalization
Algorithm
There are three adaptive equalization algorithms namely:
 Zero Forcing Algorithm (ZF): aims to eliminate the inter-
symbol interference (ISI) at decision time instants (i.e. at the
centre of the bit/symbol interval).
 Least Mean Squares Algorithm (LMS): derived from “method
of steepest descent” and it is meant for convergence towards
minimum mean square error (MMSE)
 Recursive Least Squares Algorithm (RLS): offers faster
convergence, but is computationally more complex than LMS
(since matrix inversion is required).
Table 1: Comparison of various algorithms for
adaptive equalization
Source: Deepa (n.d)
Bibliography
Chethan B, Ravisimha B & Kurian (2014). The effects of Inter Symbol Interference (ISI) and
FIR Pulse Shaping Filters: A survey. International Journal of Advanced Research in
Electrical, Electronics and Instrumentation Engineering. Vol. 3, Issue 5, May 2014. 9412 -
9416
Deepa T. (n.d). Adaptive Equalization. SRM University. Retrieved from
http://www.srmuniv.ac.in/sites/default/files/files/adaptive_equalizer.pdf.
Goldsmith A. (2004). Wireless Communication. Stanford University.
Ranjan B. (n.d.). Equalization and Diversity Techniques for Wireless Communications: Lecture
Note 30. Department of Electrical Engineering, Indian Institute of Technology, Delhi.
Retrieved from http://textofvideo.nptel.ac.in/117102062/lec29.pdf
SriKisna E. (2016). A Notebook on Wireless Communication System. Retrieved from
https://www.researchgate.net/profile/Shree_Krishna_Khadka2/publication/306035050.
THANK
YOU

More Related Content

What's hot (20)

Adaptive filter
Adaptive filterAdaptive filter
Adaptive filter
 
Chebyshev filter
Chebyshev filterChebyshev filter
Chebyshev filter
 
Pulse Modulation ppt
Pulse Modulation pptPulse Modulation ppt
Pulse Modulation ppt
 
Radar Systems- Unit-III : MTI and Pulse Doppler Radars
Radar Systems- Unit-III : MTI and Pulse Doppler RadarsRadar Systems- Unit-III : MTI and Pulse Doppler Radars
Radar Systems- Unit-III : MTI and Pulse Doppler Radars
 
SPEECH CODING
SPEECH CODINGSPEECH CODING
SPEECH CODING
 
OFDM
OFDMOFDM
OFDM
 
Adaptive filter
Adaptive filterAdaptive filter
Adaptive filter
 
Equalization
EqualizationEqualization
Equalization
 
Sampling
SamplingSampling
Sampling
 
DIGITAL SIGNAL PROCESSING
DIGITAL SIGNAL PROCESSINGDIGITAL SIGNAL PROCESSING
DIGITAL SIGNAL PROCESSING
 
Multirate DSP
Multirate DSPMultirate DSP
Multirate DSP
 
4.4 diversity combining techniques
4.4   diversity combining techniques4.4   diversity combining techniques
4.4 diversity combining techniques
 
Optical Wavelength converters
Optical Wavelength convertersOptical Wavelength converters
Optical Wavelength converters
 
Modulation techniques
Modulation techniquesModulation techniques
Modulation techniques
 
ASk,FSK,PSK
ASk,FSK,PSKASk,FSK,PSK
ASk,FSK,PSK
 
signal and channel bandwidth
signal and channel bandwidthsignal and channel bandwidth
signal and channel bandwidth
 
Small scale fading
Small scale fadingSmall scale fading
Small scale fading
 
Pulse shaping
Pulse shapingPulse shaping
Pulse shaping
 
GSM channels
GSM channelsGSM channels
GSM channels
 
Matched filter
Matched filterMatched filter
Matched filter
 

Similar to Adaptive equalization

Linear equalizations and its variations
Linear equalizations and its variationsLinear equalizations and its variations
Linear equalizations and its variationsVaishaliVaishali14
 
Channel Equalisation
Channel EqualisationChannel Equalisation
Channel EqualisationPoonan Sahoo
 
pulse shaping and equalization
pulse shaping and equalizationpulse shaping and equalization
pulse shaping and equalizationremyard
 
Eqalization and diversity
Eqalization and diversityEqalization and diversity
Eqalization and diversityerindrasen
 
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
 
Introduction to adaptive filtering and its applications.ppt
Introduction to adaptive filtering and its applications.pptIntroduction to adaptive filtering and its applications.ppt
Introduction to adaptive filtering and its applications.pptdebeshidutta2
 
Comparison of different Sub-Band Adaptive Noise Canceller with LMS and RLS
Comparison of different Sub-Band Adaptive Noise Canceller with LMS and RLSComparison of different Sub-Band Adaptive Noise Canceller with LMS and RLS
Comparison of different Sub-Band Adaptive Noise Canceller with LMS and RLSijsrd.com
 
P ERFORMANCE A NALYSIS O F A DAPTIVE N OISE C ANCELLER E MPLOYING N LMS A LG...
P ERFORMANCE A NALYSIS  O F A DAPTIVE N OISE C ANCELLER E MPLOYING N LMS A LG...P ERFORMANCE A NALYSIS  O F A DAPTIVE N OISE C ANCELLER E MPLOYING N LMS A LG...
P ERFORMANCE A NALYSIS O F A DAPTIVE N OISE C ANCELLER E MPLOYING N LMS A LG...ijwmn
 
Simulation of Adaptive Noise Canceller for an ECG signal Analysis
Simulation of Adaptive Noise Canceller for an ECG signal AnalysisSimulation of Adaptive Noise Canceller for an ECG signal Analysis
Simulation of Adaptive Noise Canceller for an ECG signal AnalysisIDES Editor
 
Adaptive linear equalizer
Adaptive linear equalizerAdaptive linear equalizer
Adaptive linear equalizerSophia Jeanne
 
CHANNEL EQUALIZATION by NAVEEN TOKAS
CHANNEL EQUALIZATION by NAVEEN TOKASCHANNEL EQUALIZATION by NAVEEN TOKAS
CHANNEL EQUALIZATION by NAVEEN TOKASNAVEEN TOKAS
 
Low power vlsi implementation adaptive noise cancellor based on least means s...
Low power vlsi implementation adaptive noise cancellor based on least means s...Low power vlsi implementation adaptive noise cancellor based on least means s...
Low power vlsi implementation adaptive noise cancellor based on least means s...shaik chand basha
 
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
 
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
 
Paper id 252014135
Paper id 252014135Paper id 252014135
Paper id 252014135IJRAT
 
Noice canclellation using adaptive filters with adpative algorithms(LMS,NLMS,...
Noice canclellation using adaptive filters with adpative algorithms(LMS,NLMS,...Noice canclellation using adaptive filters with adpative algorithms(LMS,NLMS,...
Noice canclellation using adaptive filters with adpative algorithms(LMS,NLMS,...Brati Sundar Nanda
 

Similar to Adaptive equalization (20)

Adaptive Equalization
Adaptive EqualizationAdaptive Equalization
Adaptive Equalization
 
Linear equalizations and its variations
Linear equalizations and its variationsLinear equalizations and its variations
Linear equalizations and its variations
 
Channel Equalisation
Channel EqualisationChannel Equalisation
Channel Equalisation
 
Unit iv wcn main
Unit iv wcn mainUnit iv wcn main
Unit iv wcn main
 
pulse shaping and equalization
pulse shaping and equalizationpulse shaping and equalization
pulse shaping and equalization
 
Eqalization and diversity
Eqalization and diversityEqalization and diversity
Eqalization and diversity
 
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
 
Introduction to adaptive filtering and its applications.ppt
Introduction to adaptive filtering and its applications.pptIntroduction to adaptive filtering and its applications.ppt
Introduction to adaptive filtering and its applications.ppt
 
Comparison of different Sub-Band Adaptive Noise Canceller with LMS and RLS
Comparison of different Sub-Band Adaptive Noise Canceller with LMS and RLSComparison of different Sub-Band Adaptive Noise Canceller with LMS and RLS
Comparison of different Sub-Band Adaptive Noise Canceller with LMS and RLS
 
K0466974
K0466974K0466974
K0466974
 
P ERFORMANCE A NALYSIS O F A DAPTIVE N OISE C ANCELLER E MPLOYING N LMS A LG...
P ERFORMANCE A NALYSIS  O F A DAPTIVE N OISE C ANCELLER E MPLOYING N LMS A LG...P ERFORMANCE A NALYSIS  O F A DAPTIVE N OISE C ANCELLER E MPLOYING N LMS A LG...
P ERFORMANCE A NALYSIS O F A DAPTIVE N OISE C ANCELLER E MPLOYING N LMS A LG...
 
Simulation of Adaptive Noise Canceller for an ECG signal Analysis
Simulation of Adaptive Noise Canceller for an ECG signal AnalysisSimulation of Adaptive Noise Canceller for an ECG signal Analysis
Simulation of Adaptive Noise Canceller for an ECG signal Analysis
 
Adaptive linear equalizer
Adaptive linear equalizerAdaptive linear equalizer
Adaptive linear equalizer
 
CHANNEL EQUALIZATION by NAVEEN TOKAS
CHANNEL EQUALIZATION by NAVEEN TOKASCHANNEL EQUALIZATION by NAVEEN TOKAS
CHANNEL EQUALIZATION by NAVEEN TOKAS
 
Low power vlsi implementation adaptive noise cancellor based on least means s...
Low power vlsi implementation adaptive noise cancellor based on least means s...Low power vlsi implementation adaptive noise cancellor based on least means s...
Low power vlsi implementation adaptive noise cancellor based on least means s...
 
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
 
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
 
Gn3411911195
Gn3411911195Gn3411911195
Gn3411911195
 
Paper id 252014135
Paper id 252014135Paper id 252014135
Paper id 252014135
 
Noice canclellation using adaptive filters with adpative algorithms(LMS,NLMS,...
Noice canclellation using adaptive filters with adpative algorithms(LMS,NLMS,...Noice canclellation using adaptive filters with adpative algorithms(LMS,NLMS,...
Noice canclellation using adaptive filters with adpative algorithms(LMS,NLMS,...
 

Recently uploaded

Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 

Recently uploaded (20)

Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 

Adaptive equalization

  • 2. Outline  Introduction  Interference  Inter-symbol interference  Equalization  Categories of equalization  Adaptive Equalization  Operating Modes of Adaptive Equalizer  Block diagram of Adaptive Equalization  Survey of Equalization Techniques  Algorithm for Adaptive Equalization
  • 3. Introduction Interference Wireless transmissions need to counter interference from a large kind of sources. There are two main type of interference namely:  Co-channel  Adjacent Channel Co-channel is also known as narrow band interference which is due to alternative closely systems using an equivalent transmission frequency. Adjacent channel interference case is caused when signals in nearby frequencies have components outside their allocated range, and these components may interfere with on- going transmission in the adjacent frequencies. Inter-symbol interference In addition to these two types is another type called Inter-symbol interference, which is a form of twist of a signal in which one symbol interferes with subsequent symbols. This is an unwanted development because the previous symbols have similar result as noise, therefore creating less reliable communication.
  • 4. Figure 1: Inter Symbol Interference Source: Chethan, Ravisimha & Kurian (2014)
  • 5. Equalization This is a commonly used strategy for resisting inter symbol Interference. Since Inter-symbol interference has been recognized as the main blockage to high speed data transmission over mobile radio channels. Equalization involves the gathering of the dispersed symbol energy into its original time interval.
  • 6. Categories of Equalization Equalizers are used in conquering the adverse effects of the channel and can be divided into two broad categories:  Maximum Likelihood Sequence Estimation (MLSE): This consist the making of channel impulse response measurement and then giving a means for receiver adjustment to the transmission area.  Equalization with filters which make use of filters to reimburse the distorted pulses. Depending on whether the timing is variant or invariant, equalizer can be categorize as  Preset equalizer assume that the channel is time invariant; try to find H(f) and then design an equalizer depending on H(f).  Adaptive equalizer assume that the channel is time variant and also design an equalizer filter with varying filter coefficients in time according to the change of channel which try to eliminate ISS and additive noise at each time. This channel is assumed to be slow.
  • 7. Adaptive Equalization As a mobile channel fades randomly and varied in time, the equalizer must track that the time varying characteristics of the mobile channel, and thus are called adaptive equalizers. It is an equalizer that automatically adapts to time-varying properties of the mobile communication channel. The following are the working principles of adaptive equalizers:  Application of the received signal to receive filter. In this place, receive filter is not linked filter. Because the channel impulse response is unknown. The receive filter in here is just a low‐pass filter that refuse to accept all out of band noise.  The output of the receiver filter is pictured at the symbol rate.  Sampled signal is applied to adaptive transversal filter equalizer. Transversal filters are actually FIR discrete time filters.  The object is to adapt the coefficients to minimize the noise and inter-symbol interference (depending on the type of equalizer) at the output.  The adaptation of the equalizer is driven by an error signal
  • 8. Operating Modes of Adaptive Equalizer Adaptive equalizer can operate in two modes:  Decision Directed Mode which indicates that the receiver decisions are used to generate error signal.  Decision Directed Equalizer: This also indicates that adjustment is efficient in tracking slow variations in the channel response. Nevertheless, these approaches are not efficient during initial acquisition, which leads the training and tracking mode.  Training Mode - Initially a known fixed length training sequence is sent by the transmitter, so that the receiver’s equalizer adapt to a proper setting for minimum bit error rate (BER) detection. - Training sequence is pseudo-random sequence or a fixed prescribed bit pattern. The training sequence is designed to permit an equalizer at the receiver to acquire the proper filter coefficients in the worst possible channel conditions.
  • 9. Operating Modes of Adaptive Equalizer Therefore when the training sequence is finished, filter coefficients are near their optimal values for reception of user data. An adaptive equalizer at the receiver uses a recursive algorithm to evaluate the channel and estimate filter coefficients to compensate for the channel. - User data is sent immediately following the training sequence. - The adaptive equalizer utilizes algorithm to estimate the filer coefficients (maximum delay, deepest fades, maximum ISI etc.) near the optimum value to compensate for the distortion.  Tracking Mode - When user data is received, the adaptive algorithm tracks the changes in the channel. - As a result, adaptive equalizer continuously changes the filter characteristics over time i.e., weight of the filter changes over time. - When an equalizer is properly trained, it is said to be converged, equalizers are widely used in TDMA system.
  • 10. Block diagram of adaptive equalizer An adaptive equalizer is a time varying filter which is constantly tuned i.e. the weights are updated continuously by the adaptive algorithm either by sample basis or block by block basis. The adaptive algorithm is controlled by error signal, e(t), derived by comparing the output of equalizer, d(t), with some signal d^(t), which is either exact scaled replica of the transmitted signal x(t) or which represents a known property of transmitted signal as shown in figure below: Working Principle: 𝑦(𝑡) − 𝑥(𝑡) ∗ 𝑓(𝑡) + 𝑛𝑏 (𝑡) 𝑑(𝑡) = 𝑥(𝑡) ∗ 𝑓(𝑡) ∗ ℎ𝑒𝑞 (𝑡) + 𝑛𝑏 (𝑡) ∗ ℎ𝑒𝑞 (𝑡) 𝑑(𝑡) = 𝑥(𝑡) ∗ 𝑔(𝑡) + 𝑛𝑏 (𝑡) ∗ ℎ𝑒𝑞 (𝑡) If, nb(t)=0; d(t) = x(t), such that g(t) = f(t) * heq(t)= (t) which implies that the equalizer is an inverse filter of the channel
  • 11. Figure 2: Block diagram of adaptive equalizer Source: SriKisna (2016)
  • 12. Survey of Equalization Techniques Figure 3: Classification of equalization Source: SriKisna (2016)
  • 13. Survey of Equalization Techniques The classification of equalizer is determined by the usage of adaptive equalizer output for subsequent control of the equalizer. Mostly, the decision make determines the value of the digital data bit being received and applies threshold activity. This technique can be classified into two broad categories:  Linear equalizer which is generally the easiest to implement and have get the concept involved though the techniques suffer from noise enhancement on frequency-selective fading channels and are not applicable to wireless communications. In linear equalization, the output signal d(t) is not used in feedback path to adapt the equalizer and can be implemented as FIR filter.  In Non-linear equalizer the most common is the decision-feedback equalization because of its simplicity in implementing and does not suffer from noise enhancement. But suffer from error propagation when binary digits (bits) are decoded in error leading to poor performance on channels with low signal-to-noise ratio (SNR). The best equalization technique to use is maximum likelihood sequence estimation (MLSE).
  • 14. Summary of Adaptive Equalization Algorithm There are three adaptive equalization algorithms namely:  Zero Forcing Algorithm (ZF): aims to eliminate the inter- symbol interference (ISI) at decision time instants (i.e. at the centre of the bit/symbol interval).  Least Mean Squares Algorithm (LMS): derived from “method of steepest descent” and it is meant for convergence towards minimum mean square error (MMSE)  Recursive Least Squares Algorithm (RLS): offers faster convergence, but is computationally more complex than LMS (since matrix inversion is required).
  • 15. Table 1: Comparison of various algorithms for adaptive equalization Source: Deepa (n.d)
  • 16. Bibliography Chethan B, Ravisimha B & Kurian (2014). The effects of Inter Symbol Interference (ISI) and FIR Pulse Shaping Filters: A survey. International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. Vol. 3, Issue 5, May 2014. 9412 - 9416 Deepa T. (n.d). Adaptive Equalization. SRM University. Retrieved from http://www.srmuniv.ac.in/sites/default/files/files/adaptive_equalizer.pdf. Goldsmith A. (2004). Wireless Communication. Stanford University. Ranjan B. (n.d.). Equalization and Diversity Techniques for Wireless Communications: Lecture Note 30. Department of Electrical Engineering, Indian Institute of Technology, Delhi. Retrieved from http://textofvideo.nptel.ac.in/117102062/lec29.pdf SriKisna E. (2016). A Notebook on Wireless Communication System. Retrieved from https://www.researchgate.net/profile/Shree_Krishna_Khadka2/publication/306035050.