SlideShare a Scribd company logo
Page | 1
ADAPTIVE EQUALIZATION
Oladapo Kayode A.
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)
Page | 2
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:
1. 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.
2. 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
3. Preset equalizer assume that the channel is time invariant; try to find H(f) and then design
an equalizer depending on H(f).
4. 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:
1. 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.
2. The output of the receiver filter is pictured at the symbol rate.
3. Sampled signal is applied to adaptive transversal filter equalizer. Transversal filters are
actually FIR discrete time filters.
4. The object is to adapt the coefficients to minimize the noise and inter-symbol interference
(depending on the type of equalizer) at the output.
5. The adaptation of the equalizer is driven by an error signal.
Operating Modes of Adaptive Equalizer
Adaptive equalizer can operate in two modes:
a. Decision Directed Mode which indicates that the receiver decisions are used to generate
error signal.
b. 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.
c. 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
Page | 3
filter coefficients in the worst possible channel conditions. 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.
d. 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)
Page | 4
Survey of Equalization Techniques
Figure 3: Classification of equalization Source: SriKisna (2016)
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:
i. 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.
ii. 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 intersymbol interference (ISI) at
decision time instants (i.e. at the center of the bit/symbol interval).
Page | 5
- 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.

More Related Content

What's hot

Adaptive equalization
Adaptive equalizationAdaptive equalization
Adaptive equalization
Kamal Bhatt
 
Chap 4 (large scale propagation)
Chap 4 (large scale propagation)Chap 4 (large scale propagation)
Chap 4 (large scale propagation)asadkhan1327
 
Diversity Techniques in Wireless Communication
Diversity Techniques in Wireless CommunicationDiversity Techniques in Wireless Communication
Diversity Techniques in Wireless Communication
Sahar Foroughi
 
Fading & Doppler Effect
Fading & Doppler EffectFading & Doppler Effect
Fading & Doppler Effect
Swapnil Bangera
 
Spread spectrum modulation
Spread spectrum modulationSpread spectrum modulation
Spread spectrum modulation
METHODIST COLLEGE OF ENGG & TECH
 
Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)
Ahmad Gomaa
 
Ec 2401 wireless communication unit 4
Ec 2401 wireless communication   unit 4Ec 2401 wireless communication   unit 4
Ec 2401 wireless communication unit 4
JAIGANESH SEKAR
 
Diversity Techniques in mobile communications
Diversity Techniques in mobile communicationsDiversity Techniques in mobile communications
Diversity Techniques in mobile communicationsDiwaker Pant
 
Baseband transmission
Baseband transmissionBaseband transmission
Baseband transmission
Punk Pankaj
 
Windowing ofdm
Windowing ofdmWindowing ofdm
Windowing ofdm
Sreeram Reddy
 
Lecture Notes: EEEC6440315 Communication Systems - Inter Symbol Interference...
Lecture Notes:  EEEC6440315 Communication Systems - Inter Symbol Interference...Lecture Notes:  EEEC6440315 Communication Systems - Inter Symbol Interference...
Lecture Notes: EEEC6440315 Communication Systems - Inter Symbol Interference...
AIMST University
 
Introduction to equalization
Introduction to equalizationIntroduction to equalization
Introduction to equalization
Harshit Srivastava
 
Eqalization and diversity
Eqalization and diversityEqalization and diversity
Eqalization and diversity
erindrasen
 
Equalization
EqualizationEqualization
Equalization
@zenafaris91
 
MIMO Channel Capacity
MIMO Channel CapacityMIMO Channel Capacity
MIMO Channel Capacity
Pei-Che Chang
 
Digital modulation techniques
Digital modulation techniquesDigital modulation techniques
Digital modulation techniques
mpsrekha83
 
Equalisation, diversity, coding.
Equalisation, diversity, coding.Equalisation, diversity, coding.
Equalisation, diversity, coding.
Vrince Vimal
 
Synchronization
SynchronizationSynchronization
10. types of small scale fading
10. types of small scale fading10. types of small scale fading
10. types of small scale fading
JAIGANESH SEKAR
 

What's hot (20)

Adaptive equalization
Adaptive equalizationAdaptive equalization
Adaptive equalization
 
Chap 4 (large scale propagation)
Chap 4 (large scale propagation)Chap 4 (large scale propagation)
Chap 4 (large scale propagation)
 
Diversity Techniques in Wireless Communication
Diversity Techniques in Wireless CommunicationDiversity Techniques in Wireless Communication
Diversity Techniques in Wireless Communication
 
Fading & Doppler Effect
Fading & Doppler EffectFading & Doppler Effect
Fading & Doppler Effect
 
Spread spectrum modulation
Spread spectrum modulationSpread spectrum modulation
Spread spectrum modulation
 
Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)
 
Ec 2401 wireless communication unit 4
Ec 2401 wireless communication   unit 4Ec 2401 wireless communication   unit 4
Ec 2401 wireless communication unit 4
 
Diversity Techniques in mobile communications
Diversity Techniques in mobile communicationsDiversity Techniques in mobile communications
Diversity Techniques in mobile communications
 
Baseband transmission
Baseband transmissionBaseband transmission
Baseband transmission
 
Windowing ofdm
Windowing ofdmWindowing ofdm
Windowing ofdm
 
Lecture Notes: EEEC6440315 Communication Systems - Inter Symbol Interference...
Lecture Notes:  EEEC6440315 Communication Systems - Inter Symbol Interference...Lecture Notes:  EEEC6440315 Communication Systems - Inter Symbol Interference...
Lecture Notes: EEEC6440315 Communication Systems - Inter Symbol Interference...
 
Introduction to equalization
Introduction to equalizationIntroduction to equalization
Introduction to equalization
 
Eqalization and diversity
Eqalization and diversityEqalization and diversity
Eqalization and diversity
 
Equalization
EqualizationEqualization
Equalization
 
Spread spectrum
Spread spectrumSpread spectrum
Spread spectrum
 
MIMO Channel Capacity
MIMO Channel CapacityMIMO Channel Capacity
MIMO Channel Capacity
 
Digital modulation techniques
Digital modulation techniquesDigital modulation techniques
Digital modulation techniques
 
Equalisation, diversity, coding.
Equalisation, diversity, coding.Equalisation, diversity, coding.
Equalisation, diversity, coding.
 
Synchronization
SynchronizationSynchronization
Synchronization
 
10. types of small scale fading
10. types of small scale fading10. types of small scale fading
10. types of small scale fading
 

Similar to Adaptive Equalization

Linear equalizations and its variations
Linear equalizations and its variationsLinear equalizations and its variations
Linear equalizations and its variations
VaishaliVaishali14
 
Unit iv wcn main
Unit iv wcn mainUnit iv wcn main
Unit iv wcn main
vilasini rvr
 
Equalization with the help of Non OMA.pptx
Equalization with the help of Non OMA.pptxEqualization with the help of Non OMA.pptx
Equalization with the help of Non OMA.pptx
UditJain156267
 
pulse shaping and equalization
pulse shaping and equalizationpulse shaping and equalization
pulse shaping and equalization
remyard
 
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
debeshidutta2
 
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
idescitation
 
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
 
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
ijsrd.com
 
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
IOSR 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 System
IOSR Journals
 
Gn3411911195
Gn3411911195Gn3411911195
Gn3411911195
IJERA Editor
 
Paper id 252014135
Paper id 252014135Paper id 252014135
Paper id 252014135IJRAT
 
CHANNEL EQUALIZATION by NAVEEN TOKAS
CHANNEL EQUALIZATION by NAVEEN TOKASCHANNEL EQUALIZATION by NAVEEN TOKAS
CHANNEL EQUALIZATION by NAVEEN TOKAS
NAVEEN TOKAS
 
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
IDES Editor
 
Equalization.pdf
Equalization.pdfEqualization.pdf
Equalization.pdf
shashi480250
 
Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...
Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...
Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...Venkata Sudhir Vedurla
 
Comparison of fx lms and n fxlms algorithms in matlab using active vibration ...
Comparison of fx lms and n fxlms algorithms in matlab using active vibration ...Comparison of fx lms and n fxlms algorithms in matlab using active vibration ...
Comparison of fx lms and n fxlms algorithms in matlab using active vibration ...
IJARIIT
 
linear equalizer and turbo equalizer
linear equalizer and turbo equalizerlinear equalizer and turbo equalizer
linear equalizer and turbo equalizer
Divya_mtech
 
AREA EFFICIENT & COST EFFECTIVE PULSE SHAPING FILTER FOR SOFTWARE RADIOS
AREA EFFICIENT & COST EFFECTIVE PULSE SHAPING FILTER FOR SOFTWARE RADIOS AREA EFFICIENT & COST EFFECTIVE PULSE SHAPING FILTER FOR SOFTWARE RADIOS
AREA EFFICIENT & COST EFFECTIVE PULSE SHAPING FILTER FOR SOFTWARE RADIOS
ijasuc
 

Similar to Adaptive Equalization (20)

Linear equalizations and its variations
Linear equalizations and its variationsLinear equalizations and its variations
Linear equalizations and its variations
 
Unit iv wcn main
Unit iv wcn mainUnit iv wcn main
Unit iv wcn main
 
Equalization with the help of Non OMA.pptx
Equalization with the help of Non OMA.pptxEqualization with the help of Non OMA.pptx
Equalization with the help of Non OMA.pptx
 
pulse shaping and equalization
pulse shaping and equalizationpulse shaping and equalization
pulse shaping and equalization
 
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
 
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
 
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...
 
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
 
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
 
CHANNEL EQUALIZATION by NAVEEN TOKAS
CHANNEL EQUALIZATION by NAVEEN TOKASCHANNEL EQUALIZATION by NAVEEN TOKAS
CHANNEL EQUALIZATION by NAVEEN TOKAS
 
K0466974
K0466974K0466974
K0466974
 
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
 
Equalization.pdf
Equalization.pdfEqualization.pdf
Equalization.pdf
 
Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...
Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...
Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...
 
Comparison of fx lms and n fxlms algorithms in matlab using active vibration ...
Comparison of fx lms and n fxlms algorithms in matlab using active vibration ...Comparison of fx lms and n fxlms algorithms in matlab using active vibration ...
Comparison of fx lms and n fxlms algorithms in matlab using active vibration ...
 
linear equalizer and turbo equalizer
linear equalizer and turbo equalizerlinear equalizer and turbo equalizer
linear equalizer and turbo equalizer
 
AREA EFFICIENT & COST EFFECTIVE PULSE SHAPING FILTER FOR SOFTWARE RADIOS
AREA EFFICIENT & COST EFFECTIVE PULSE SHAPING FILTER FOR SOFTWARE RADIOS AREA EFFICIENT & COST EFFECTIVE PULSE SHAPING FILTER FOR SOFTWARE RADIOS
AREA EFFICIENT & COST EFFECTIVE PULSE SHAPING FILTER FOR SOFTWARE RADIOS
 

Recently uploaded

Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 

Recently uploaded (20)

Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 

Adaptive Equalization

  • 1. Page | 1 ADAPTIVE EQUALIZATION Oladapo Kayode A. 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)
  • 2. Page | 2 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: 1. 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. 2. 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 3. Preset equalizer assume that the channel is time invariant; try to find H(f) and then design an equalizer depending on H(f). 4. 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: 1. 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. 2. The output of the receiver filter is pictured at the symbol rate. 3. Sampled signal is applied to adaptive transversal filter equalizer. Transversal filters are actually FIR discrete time filters. 4. The object is to adapt the coefficients to minimize the noise and inter-symbol interference (depending on the type of equalizer) at the output. 5. The adaptation of the equalizer is driven by an error signal. Operating Modes of Adaptive Equalizer Adaptive equalizer can operate in two modes: a. Decision Directed Mode which indicates that the receiver decisions are used to generate error signal. b. 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. c. 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
  • 3. Page | 3 filter coefficients in the worst possible channel conditions. 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. d. 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)
  • 4. Page | 4 Survey of Equalization Techniques Figure 3: Classification of equalization Source: SriKisna (2016) 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: i. 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. ii. 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 intersymbol interference (ISI) at decision time instants (i.e. at the center of the bit/symbol interval).
  • 5. Page | 5 - 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.