SlideShare a Scribd company logo
1 of 10
ASET
1
ASET
2
Equalization is the process of adjusting the balance between
frequency components.
It is use to mitigate the effect of ISI (inter symbol
interference), Co-Channel Interference
and Adjacent Channel Interference that occurred in the signal
from input to output.
ASET
3
INTER SYMBOL INTERFERENCE
•It is a form of distortion of a signal in which one symbol
interface with subsequent signals.
•It causes the errors at decision making device.
•ISI arrises when the data is transmitted through the channel
is dispersive in which each
•Received pulse is affected by the adjacent pulses and due to
which interference occurs in the transmitted signals.
ASET
4
CO-CHANNEL INTERFERENCE
and
ADJACENT CHANNEL INTERFERENCE
•These interferences occur in communication systems
due to multiple access techniques using space,
frequency and time.
•CCI occurs in cellular radio and dual polarized
microwave radio for efficient utilization of the allocated
channels frequencies by receiving the frequency in
different cells.
ASET
5
ASET
6
It is used to remove the effects of ISI and noise effect from the channel.
ASET
7
Those equalizers where frequency response characteristics are unknown but time
variant and the parameters of a equalizer are adjustable. If the parameters are once
adjusted it will be fixed during the transmission of data.
Those equalizers that can update their parameters on a periodic basis during the
transmission of data.
ASET
8
n = 100; % FIR filter order
fp = 20; % passband frequency
fs = 96; % sampling frequency
rp = 0.01; %Corresponds to 0.01 dB peak-to-peak ripple passband
rst = 20; % stopband attenuation
num = firceqrip(n,fp/(fs/2),[rp rst]);
% num = vector of coeffs(used to design n order filter)
fvtool(num,'Fs',fs) % Visualize filter
ASET
9
Equalizing a signal using Communications System Toolbox software involves these
steps:
1.Create an equalizer object that describes the equalizer class and the adaptive
algorithm that you want to use.
2.An equalizer object is a type of MATLAB variable that contains information about
the equalizer, such as the name of the equalizer class, the name of the adaptive
algorithm, and the values of the weights.
2.Adjust properties of the equalizer object, if necessary, to tailor it to your needs. For
example, you can change the number of weights or the values of the weights.
3.Apply the equalizer object to the signal you want to equalize, using the equalize
method of the equalizer object.
ASET
10
% Build a set of test data.
hMod = comm.BPSKModulator; % BPSKModulator System object
x = step(hMod,randi([0 1],1000,1)); % BPSK symbols
rxsig = conv(x,[1 0.8 0.3]); % Received signal
% Create an equalizer object.
= lineareq(8,lms(0.03));
% Change the reference tap index in the equalizer.
eqlms.RefTap = 4; % Apply the equalizer object to a signal.
= equalize(eqlms,rxsig,x(1:200));

More Related Content

What's hot

Channel Equalisation
Channel EqualisationChannel Equalisation
Channel Equalisation
Poonan Sahoo
 
Audio Equalization Using LMS Adaptive Filtering
Audio Equalization Using LMS Adaptive FilteringAudio Equalization Using LMS Adaptive Filtering
Audio Equalization Using LMS Adaptive Filtering
Bob Minnich
 
Digital communication
Digital communication Digital communication
Digital communication
Akshay Joshi
 
Acoustic echo cancellation
Acoustic echo cancellationAcoustic echo cancellation
Acoustic echo cancellation
chintanajoshi
 
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
 

What's hot (20)

Blind deconvolution in Wireless Communication
Blind deconvolution in Wireless CommunicationBlind deconvolution in Wireless Communication
Blind deconvolution in Wireless Communication
 
Adaptive equalization
Adaptive equalizationAdaptive equalization
Adaptive equalization
 
Channel Equalisation
Channel EqualisationChannel Equalisation
Channel Equalisation
 
Adc assignment final
Adc assignment finalAdc assignment final
Adc assignment final
 
Adaptive equalization
Adaptive equalizationAdaptive equalization
Adaptive equalization
 
pulse shaping and equalization
pulse shaping and equalizationpulse shaping and equalization
pulse shaping and equalization
 
Audio Equalization Using LMS Adaptive Filtering
Audio Equalization Using LMS Adaptive FilteringAudio Equalization Using LMS Adaptive Filtering
Audio Equalization Using LMS Adaptive Filtering
 
Adaptive Equalization
Adaptive EqualizationAdaptive Equalization
Adaptive Equalization
 
Digital communication
Digital communication Digital communication
Digital communication
 
Linear equalizations and its variations
Linear equalizations and its variationsLinear equalizations and its variations
Linear equalizations and its variations
 
Adaptive Noise Cancellation
Adaptive Noise CancellationAdaptive Noise Cancellation
Adaptive Noise Cancellation
 
Equalization
EqualizationEqualization
Equalization
 
Acoustic echo cancellation
Acoustic echo cancellationAcoustic echo cancellation
Acoustic echo cancellation
 
Acoustic echo cancellation using nlms adaptive algorithm ranbeer
Acoustic echo cancellation using nlms adaptive algorithm ranbeerAcoustic echo cancellation using nlms adaptive algorithm ranbeer
Acoustic echo cancellation using nlms adaptive algorithm ranbeer
 
Dct and adaptive filters
Dct and adaptive filtersDct and adaptive filters
Dct and adaptive filters
 
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,...
 
Adaptive filter
Adaptive filterAdaptive filter
Adaptive filter
 
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
 
ANCLMS
ANCLMSANCLMS
ANCLMS
 
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...
 

Viewers also liked (7)

Recent advance in communications
Recent advance in communicationsRecent advance in communications
Recent advance in communications
 
2 drive test analysis ver1
2 drive test analysis ver12 drive test analysis ver1
2 drive test analysis ver1
 
combat fading in wireless
combat fading in wirelesscombat fading in wireless
combat fading in wireless
 
Interference and system capacity
Interference and system capacityInterference and system capacity
Interference and system capacity
 
Carrier Aggregation in LTE-Advanced
Carrier Aggregation in LTE-AdvancedCarrier Aggregation in LTE-Advanced
Carrier Aggregation in LTE-Advanced
 
Introduction To Wireless Fading Channels
Introduction To Wireless Fading ChannelsIntroduction To Wireless Fading Channels
Introduction To Wireless Fading Channels
 
Gsm channel calculations
Gsm channel calculationsGsm channel calculations
Gsm channel calculations
 

Similar to CHANNEL EQUALIZATION by NAVEEN TOKAS

Smart antenna algorithm and application
Smart antenna algorithm and applicationSmart antenna algorithm and application
Smart antenna algorithm and application
Virak Sou
 

Similar to CHANNEL EQUALIZATION by NAVEEN TOKAS (20)

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
 
Eqalization and diversity
Eqalization and diversityEqalization and diversity
Eqalization and diversity
 
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
 
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
 
Multichannel Speech Signal Separation by Beam forming Techniques
Multichannel Speech Signal Separation by Beam forming TechniquesMultichannel Speech Signal Separation by Beam forming Techniques
Multichannel Speech Signal Separation by Beam forming Techniques
 
SIMULATIONS OF ADAPTIVE ALGORITHMS FOR SPATIAL BEAMFORMING
SIMULATIONS OF ADAPTIVE ALGORITHMS FOR SPATIAL BEAMFORMINGSIMULATIONS OF ADAPTIVE ALGORITHMS FOR SPATIAL BEAMFORMING
SIMULATIONS OF ADAPTIVE ALGORITHMS FOR SPATIAL BEAMFORMING
 
Designing and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemDesigning and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM System
 
Designing and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemDesigning and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM System
 
G010513644
G010513644G010513644
G010513644
 
Reducer intermodulation noise filter for Transmission Systems Amplitude Modul...
Reducer intermodulation noise filter for Transmission Systems Amplitude Modul...Reducer intermodulation noise filter for Transmission Systems Amplitude Modul...
Reducer intermodulation noise filter for Transmission Systems Amplitude Modul...
 
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
 
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...
 
Smart antenna algorithm and application
Smart antenna algorithm and applicationSmart antenna algorithm and application
Smart antenna algorithm and application
 
3.1 structure of a wireless communicaiton link
3.1   structure of a wireless communicaiton link3.1   structure of a wireless communicaiton link
3.1 structure of a wireless communicaiton link
 
FPGA Design & Simulation Modeling of Baseband Data Transmission System
FPGA Design & Simulation Modeling of Baseband Data Transmission SystemFPGA Design & Simulation Modeling of Baseband Data Transmission System
FPGA Design & Simulation Modeling of Baseband Data Transmission System
 
A Noise Reduction Method Based on Modified Least Mean Square Algorithm of Rea...
A Noise Reduction Method Based on Modified Least Mean Square Algorithm of Rea...A Noise Reduction Method Based on Modified Least Mean Square Algorithm of Rea...
A Noise Reduction Method Based on Modified Least Mean Square Algorithm of Rea...
 
An Adaptive Approach to Switching Coded Modulation in OFDM System Under AWGN ...
An Adaptive Approach to Switching Coded Modulation in OFDM System Under AWGN ...An Adaptive Approach to Switching Coded Modulation in OFDM System Under AWGN ...
An Adaptive Approach to Switching Coded Modulation in OFDM System Under AWGN ...
 
Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...
Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...
Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...
 

More from NAVEEN TOKAS

More from NAVEEN TOKAS (12)

Signature verification
Signature verificationSignature verification
Signature verification
 
Leakage power optimization for ripple carry adder
Leakage power optimization for ripple carry adder Leakage power optimization for ripple carry adder
Leakage power optimization for ripple carry adder
 
Implementation of size reduction techniques in microstrip patch antennas
Implementation of size reduction techniques  in microstrip patch antennasImplementation of size reduction techniques  in microstrip patch antennas
Implementation of size reduction techniques in microstrip patch antennas
 
Cardiac Image Analysis based on K Means Clustering
Cardiac Image Analysis based on K Means ClusteringCardiac Image Analysis based on K Means Clustering
Cardiac Image Analysis based on K Means Clustering
 
ALGORITHM LEVEL ANALYSIS and DATA CORRELATION
ALGORITHM LEVEL ANALYSIS and DATA CORRELATIONALGORITHM LEVEL ANALYSIS and DATA CORRELATION
ALGORITHM LEVEL ANALYSIS and DATA CORRELATION
 
Low power VLSI Degisn
Low power VLSI DegisnLow power VLSI Degisn
Low power VLSI Degisn
 
CHRACTERISTICS OF MEASURING INSTRUMENTS by NAVEEN TOKAS
CHRACTERISTICS OF MEASURING INSTRUMENTS by NAVEEN TOKASCHRACTERISTICS OF MEASURING INSTRUMENTS by NAVEEN TOKAS
CHRACTERISTICS OF MEASURING INSTRUMENTS by NAVEEN TOKAS
 
PRESSURE MEASUREMENY by NAVEEN TOKAS
PRESSURE MEASUREMENY by NAVEEN TOKASPRESSURE MEASUREMENY by NAVEEN TOKAS
PRESSURE MEASUREMENY by NAVEEN TOKAS
 
Communication skills ppt by naveen tokas
Communication skills ppt by naveen tokasCommunication skills ppt by naveen tokas
Communication skills ppt by naveen tokas
 
BOOK on RANI MUKHERJEE BY NAVEEN TOKAS
BOOK on RANI MUKHERJEE BY NAVEEN TOKASBOOK on RANI MUKHERJEE BY NAVEEN TOKAS
BOOK on RANI MUKHERJEE BY NAVEEN TOKAS
 
JAVA PPT by NAVEEN TOKAS
JAVA PPT by NAVEEN TOKASJAVA PPT by NAVEEN TOKAS
JAVA PPT by NAVEEN TOKAS
 
php with wordpress and mysql ppt by Naveen Tokas
 php with wordpress and mysql ppt by Naveen Tokas php with wordpress and mysql ppt by Naveen Tokas
php with wordpress and mysql ppt by Naveen Tokas
 

Recently uploaded

Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
AldoGarca30
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 

Recently uploaded (20)

Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesLinux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .ppt
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdf
 
Signal Processing and Linear System Analysis
Signal Processing and Linear System AnalysisSignal Processing and Linear System Analysis
Signal Processing and Linear System Analysis
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth Reinforcement
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 

CHANNEL EQUALIZATION by NAVEEN TOKAS

  • 2. ASET 2 Equalization is the process of adjusting the balance between frequency components. It is use to mitigate the effect of ISI (inter symbol interference), Co-Channel Interference and Adjacent Channel Interference that occurred in the signal from input to output.
  • 3. ASET 3 INTER SYMBOL INTERFERENCE •It is a form of distortion of a signal in which one symbol interface with subsequent signals. •It causes the errors at decision making device. •ISI arrises when the data is transmitted through the channel is dispersive in which each •Received pulse is affected by the adjacent pulses and due to which interference occurs in the transmitted signals.
  • 4. ASET 4 CO-CHANNEL INTERFERENCE and ADJACENT CHANNEL INTERFERENCE •These interferences occur in communication systems due to multiple access techniques using space, frequency and time. •CCI occurs in cellular radio and dual polarized microwave radio for efficient utilization of the allocated channels frequencies by receiving the frequency in different cells.
  • 6. ASET 6 It is used to remove the effects of ISI and noise effect from the channel.
  • 7. ASET 7 Those equalizers where frequency response characteristics are unknown but time variant and the parameters of a equalizer are adjustable. If the parameters are once adjusted it will be fixed during the transmission of data. Those equalizers that can update their parameters on a periodic basis during the transmission of data.
  • 8. ASET 8 n = 100; % FIR filter order fp = 20; % passband frequency fs = 96; % sampling frequency rp = 0.01; %Corresponds to 0.01 dB peak-to-peak ripple passband rst = 20; % stopband attenuation num = firceqrip(n,fp/(fs/2),[rp rst]); % num = vector of coeffs(used to design n order filter) fvtool(num,'Fs',fs) % Visualize filter
  • 9. ASET 9 Equalizing a signal using Communications System Toolbox software involves these steps: 1.Create an equalizer object that describes the equalizer class and the adaptive algorithm that you want to use. 2.An equalizer object is a type of MATLAB variable that contains information about the equalizer, such as the name of the equalizer class, the name of the adaptive algorithm, and the values of the weights. 2.Adjust properties of the equalizer object, if necessary, to tailor it to your needs. For example, you can change the number of weights or the values of the weights. 3.Apply the equalizer object to the signal you want to equalize, using the equalize method of the equalizer object.
  • 10. ASET 10 % Build a set of test data. hMod = comm.BPSKModulator; % BPSKModulator System object x = step(hMod,randi([0 1],1000,1)); % BPSK symbols rxsig = conv(x,[1 0.8 0.3]); % Received signal % Create an equalizer object. = lineareq(8,lms(0.03)); % Change the reference tap index in the equalizer. eqlms.RefTap = 4; % Apply the equalizer object to a signal. = equalize(eqlms,rxsig,x(1:200));