SlideShare uma empresa Scribd logo
1 de 28
Baixar para ler offline
Channel estimation using OFDM systems
Group no.12
Advanced Communications Systems 2014
Group no.12 Advanced Communications Systems 2014 1 / 26
Motivation
OFDM technique is used to split a
high-rate data stream into a number of
lower rate streams that are transmitted
simultaneously over a number of
subcarriers.
Figure: Spectrum of OFDM subcarriers
Group no.12 Advanced Communications Systems 2014 2 / 26
Motivation
Each subcarrier is multiplied by a
constant gain.
OFDM eases the equalization process
of received signals. No need for
complex equalizers
Figure: Parallel Subchannel Model
Group no.12 Advanced Communications Systems 2014 3 / 26
Motivation
For equalization, receiver should have a
Channel Estate Information (CSI)
Different channel estimation techniques
are developed.
Figure: IEEE 802.11g receiver
Group no.12 Advanced Communications Systems 2014 4 / 26
Conceptual view: Channel estimation
The transmitter side sends a kown signal to the receiver side∗
. The received
signal is then in frquency domain analysis (with noise free claim in this section)
Y(f ) = X(f )H(f ) , Where:
Y(f): Spectrum of received signal (know at Rx).
X(f): Spectrum of reference signal (known at Tx and Rx).
H(f): Frequency response of the channel(un known).
However, the estimated channel ˆH(f ) = H(f ) ± δ , where δ is
contaminated by noise effect.
Suggested techniques of estimation are investigated to reduce this value (δ).
∗
Basic point to point communications case
Group no.12 Advanced Communications Systems 2014 5 / 26
Pilot arrangements
Figure: Pilot arrangements
Group no.12 Advanced Communications Systems 2014 6 / 26
Pilot arrangements
There are two basic types of pilot arrangments :
Block type: All sub-carriers reserved for pilots wit a specific period.
used for slow fading channels.
Figure: Block type of pilot arrangement
Group no.12 Advanced Communications Systems 2014 7 / 26
Pilot arrangements
There are two basic types of pilot arrangments :
Comb type: Some sub-carriers are reserved for pilots for each symbol.
used for fast fading channels.
Figure: Comb type of pilot arrangement
Group no.12 Advanced Communications Systems 2014 8 / 26
Block type pilot channel estimation
Least Squares
least squares estimatation minimizes the L2 norm, or in other order the
euclidean distance between the received signal and the original signal
Least squares solution
min J( ˆH) = Y − X ˆH 2
2
X =



x1 . . . 0
...
...
...
0 . . . xp


 , ˆH =



ˆh1
...
ˆhp


 , Y =



Y1
...
Yp



Analytical Solution ˆHLS = X−1
Y
Group no.12 Advanced Communications Systems 2014 9 / 26
Block type pilot channel estimation
Least Squares
least squares estimatation minimizes the L2 norm, or in other order the
euclidean distance between the received signal and the original signal
Least squares solution
∴ ˆHLS =





Y1
X1
...
Yp
Xp





X: Matrix of transmitted pilots diag(X) for p = 0, . . . , lNp − 1
Y: Received pilot signals.
ˆH Estimated Channel Frequency Response (CFR) at pilots
Group no.12 Advanced Communications Systems 2014 10 / 26
Block type pilot channel estimation
Minimum Mean Square Error
The MMSE estimator employs the second order statistics of channel conditions
to minimize the MSE.
MMSE solution
min J( ˆH) = E H − ˆH 2
2 = E { e2 2
2}
Figure: MMSE block diagram
Group no.12 Advanced Communications Systems 2014 11 / 26
Block type pilot channel estimation
Minimum Mean Square Error
MMSE solution
min J( ˆH) = E H − ˆH 2
2 = E { e2 2
2}
Analytical Solution ˆhMMSE = RhY R−1
YY Y
ˆHMMSE = F ˆhMMSE
F =



W00
N . . . W
0(N−1)
N
...
...
...
W
(N−1)0
N . . . W
(N−1)(N−1)
N


 , F : DFT matrix
ˆHMMSE = (RHH + σ2
w(XXH
)H
)−1
W
ˆHLS
Group no.12 Advanced Communications Systems 2014 12 / 26
Block type pilot channel estimation
LS performance
Advantages:
Very low complexity.
No dependency on channel statistics.
Disadvantages:
Suffer from high MSE between the actual channel gain and
estimated version. MSE =
1
SNR
Group no.12 Advanced Communications Systems 2014 13 / 26
Block type pilot channel estimation
LS performance
Advantages:
Very low complexity.
No dependency on channel statistics.
Disadvantages:
Suffer from high MSE between the actual channel gain and
estimated version. MSE =
1
SNR
Group no.12 Advanced Communications Systems 2014 13 / 26
Block type pilot channel estimation
MMSE performance
Advantages:
Better perfromance than LS, since it dependes on minimizing the
MSE.
Disadvantages:
High complexity, it depends on the channel statistics.
Suggested technique called Modified MMSE to reduce the complexity of MMSE
estimator.
Group no.12 Advanced Communications Systems 2014 14 / 26
Block type pilot channel estimation
MMSE performance
Advantages:
Better perfromance than LS, since it dependes on minimizing the
MSE.
Disadvantages:
High complexity, it depends on the channel statistics.
Suggested technique called Modified MMSE to reduce the complexity of MMSE
estimator.
Group no.12 Advanced Communications Systems 2014 14 / 26
Block type pilot channel estimation
LS vs MMSE performance
Performance characterization in terms of MSE.
0 5 10 15 20 25 30 35 40
10
−6
10
−5
10
−4
10
−3
10
−2
10
−1
10
0
10
1
Eb/No (dB)
ChannelMSE
Simulated−LS
Simulated−MMSE
Theory−LS
Theory−LMMSE
Figure: LS vs MMSE - 16 QAM
Group no.12 Advanced Communications Systems 2014 15 / 26
Comb type pilot channel estimation
Two basic techniques are used:
LS estimator
Least squares solution
Hp(k) = Yp(k)
Xp(k), p = 0, . . . , Np − 1
p: Pilot index.
Np: Number of pilot signals uniformly inserted in X(k).
Hp(k): Channel frequency response at pilot sub-carrirers.
Xp input at the kth pilot sub-carrier.
Yp output at the kth pilot sub-carrier
Group no.12 Advanced Communications Systems 2014 16 / 26
Comb type pilot channel estimation
LMS estimator: type of Adaptive filtering
Apply an iterative algorithm till a certain acceptable error.
Figure: LMS estimator
Group no.12 Advanced Communications Systems 2014 17 / 26
Comb type pilot channel estimation
LMS estimator: type of Adaptive filtering
Apply an iterative algorithm till a certain acceptable error.
Figure: Convergence LMS estimator over number of iterations
Group no.12 Advanced Communications Systems 2014 18 / 26
Interpolation for Comb type
In comb type, Some sub-carriers are reserved for pilots for each symbol.
We need channel interpolation for the channel gain affecting on the data.
Figure: Pilots and Data symbols spectrum
Group no.12 Advanced Communications Systems 2014 19 / 26
Interpolation for Comb type
Different types of interpolation techniques are used.
Linear interpolation
Second order interpolation
Low pass interpolation
Figure: Channel Interpolation
Group no.12 Advanced Communications Systems 2014 20 / 26
Interpolation for Comb type
LS vs Kalman performance
Performance characterization in terms of BER.
Figure: LS vs Kalman - 16 QAM
Group no.12 Advanced Communications Systems 2014 21 / 26
Effect of mobility
Performance characterization in terms of BER.
Figure: Doppler spread effect
Group no.12 Advanced Communications Systems 2014 22 / 26
Channel estimation in MIMO - OFDM system
Pilot arrangment
Figure: Pilot arrangemnt MIMO channel for 2 x 2 and 4 x 4
Group no.12 Advanced Communications Systems 2014 23 / 26
Channel estimation in MIMO - OFDM system
Figure: MIMO channel model
Hij(n, k) is the Channel Frequency Response (CFR) between transmitting
antenna i to receiving antenna j.
Ni is the additive Gaussian noise with zero mean and variance σ2
i .
Group no.12 Advanced Communications Systems 2014 24 / 26
Channel estimation in MIMO - OFDM system
Tx Beamforming
Figure: Dynamic Digital Beamforming in a 4x4 MIMO System with Two Data Streams in WiFi 802.11
n/ac
Transmitter have no CSI, so tx can’t compute the beamforming weights.
In new WiFi standards, channel estimation is turned into the users.
Feedback channel concept.
Any imperfection causes performance degradation.
Group no.12 Advanced Communications Systems 2014 25 / 26
Thank you !
Group no.12 Advanced Communications Systems 2014 26 / 26

Mais conteúdo relacionado

Mais procurados

Spatial Modulation
Spatial ModulationSpatial Modulation
Spatial ModulationArvin Moeini
 
Link power and rise time budget analysis
Link power and rise time budget analysisLink power and rise time budget analysis
Link power and rise time budget analysisCKSunith1
 
Large scale path loss 1
Large scale path loss 1Large scale path loss 1
Large scale path loss 1Vrince Vimal
 
Lesson 2d channel assignment strategies.pptx
Lesson 2d channel assignment strategies.pptxLesson 2d channel assignment strategies.pptx
Lesson 2d channel assignment strategies.pptxRahulkumarTivarekar1
 
Fiber optics ray theory
Fiber optics ray theoryFiber optics ray theory
Fiber optics ray theorySolo Hermelin
 
Power delay profile,delay spread and doppler spread
Power delay profile,delay spread and doppler spreadPower delay profile,delay spread and doppler spread
Power delay profile,delay spread and doppler spreadManish Srivastava
 
Diversity Techniques in Wireless Communication
Diversity Techniques in Wireless CommunicationDiversity Techniques in Wireless Communication
Diversity Techniques in Wireless CommunicationSahar Foroughi
 
Wireless Channels Capacity
Wireless Channels CapacityWireless Channels Capacity
Wireless Channels CapacityOka Danil
 
Correlative level coding
Correlative level codingCorrelative level coding
Correlative level codingsrkrishna341
 
ADDITTIVE WHITE GAUSIAN NOIS ( AWGN)
ADDITTIVE WHITE GAUSIAN NOIS ( AWGN)ADDITTIVE WHITE GAUSIAN NOIS ( AWGN)
ADDITTIVE WHITE GAUSIAN NOIS ( AWGN)mohammedalimahdi
 
solution manual of goldsmith wireless communication
solution manual of goldsmith wireless communicationsolution manual of goldsmith wireless communication
solution manual of goldsmith wireless communicationNIT Raipur
 
Combating fading channels (1) (3)
Combating fading channels (1) (3)Combating fading channels (1) (3)
Combating fading channels (1) (3)liril sharma
 
Maharastra EXTC NetSim Experiment Manual
Maharastra EXTC  NetSim Experiment  ManualMaharastra EXTC  NetSim Experiment  Manual
Maharastra EXTC NetSim Experiment ManualDr Praveen Jain
 

Mais procurados (20)

Spatial Modulation
Spatial ModulationSpatial Modulation
Spatial Modulation
 
Link power and rise time budget analysis
Link power and rise time budget analysisLink power and rise time budget analysis
Link power and rise time budget analysis
 
Large scale path loss 1
Large scale path loss 1Large scale path loss 1
Large scale path loss 1
 
Massive mimo
Massive mimoMassive mimo
Massive mimo
 
Lesson 2d channel assignment strategies.pptx
Lesson 2d channel assignment strategies.pptxLesson 2d channel assignment strategies.pptx
Lesson 2d channel assignment strategies.pptx
 
Fiber optics ray theory
Fiber optics ray theoryFiber optics ray theory
Fiber optics ray theory
 
Power delay profile,delay spread and doppler spread
Power delay profile,delay spread and doppler spreadPower delay profile,delay spread and doppler spread
Power delay profile,delay spread and doppler spread
 
Earlang ejercicios
Earlang ejerciciosEarlang ejercicios
Earlang ejercicios
 
Diversity Techniques in Wireless Communication
Diversity Techniques in Wireless CommunicationDiversity Techniques in Wireless Communication
Diversity Techniques in Wireless Communication
 
Leach protocol
Leach protocolLeach protocol
Leach protocol
 
Microstrip TL 1st 3
Microstrip TL 1st 3Microstrip TL 1st 3
Microstrip TL 1st 3
 
MIMO.ppt (2) 2
MIMO.ppt (2) 2MIMO.ppt (2) 2
MIMO.ppt (2) 2
 
Wireless Channels Capacity
Wireless Channels CapacityWireless Channels Capacity
Wireless Channels Capacity
 
Correlative level coding
Correlative level codingCorrelative level coding
Correlative level coding
 
Smith chart basics
Smith chart basicsSmith chart basics
Smith chart basics
 
ADDITTIVE WHITE GAUSIAN NOIS ( AWGN)
ADDITTIVE WHITE GAUSIAN NOIS ( AWGN)ADDITTIVE WHITE GAUSIAN NOIS ( AWGN)
ADDITTIVE WHITE GAUSIAN NOIS ( AWGN)
 
solution manual of goldsmith wireless communication
solution manual of goldsmith wireless communicationsolution manual of goldsmith wireless communication
solution manual of goldsmith wireless communication
 
Combating fading channels (1) (3)
Combating fading channels (1) (3)Combating fading channels (1) (3)
Combating fading channels (1) (3)
 
Maharastra EXTC NetSim Experiment Manual
Maharastra EXTC  NetSim Experiment  ManualMaharastra EXTC  NetSim Experiment  Manual
Maharastra EXTC NetSim Experiment Manual
 
Wavelength division multiplexing
Wavelength division multiplexingWavelength division multiplexing
Wavelength division multiplexing
 

Destaque

Channel estimation-for-wireless-ofdm-communications
Channel estimation-for-wireless-ofdm-communicationsChannel estimation-for-wireless-ofdm-communications
Channel estimation-for-wireless-ofdm-communicationsAyushi Jaiswal
 
ESTIMATION OF CHANNEL IN OFDM WIRELESS CHANNEL USING LS AND MMSE TECHNIQUES
ESTIMATION OF CHANNEL IN OFDM WIRELESS CHANNEL USING LS AND MMSE TECHNIQUESESTIMATION OF CHANNEL IN OFDM WIRELESS CHANNEL USING LS AND MMSE TECHNIQUES
ESTIMATION OF CHANNEL IN OFDM WIRELESS CHANNEL USING LS AND MMSE TECHNIQUESIAEME Publication
 
Mimo ofdm wireless communications with matlab
Mimo ofdm wireless communications with matlabMimo ofdm wireless communications with matlab
Mimo ofdm wireless communications with matlabntnam113
 
Pilot Optimization and Channel Estimation for Multiuser Massive MIMO Systems
Pilot Optimization and Channel Estimation for Multiuser Massive MIMO SystemsPilot Optimization and Channel Estimation for Multiuser Massive MIMO Systems
Pilot Optimization and Channel Estimation for Multiuser Massive MIMO SystemsT. E. BOGALE
 
Blind channel estimation for mimo ofdm systems
Blind channel estimation for mimo ofdm systemsBlind channel estimation for mimo ofdm systems
Blind channel estimation for mimo ofdm systemstrungquang0207
 
KnowledgeNow Software App
KnowledgeNow Software AppKnowledgeNow Software App
KnowledgeNow Software AppMohamed Seif
 
Frame Synchronization for OFDMA mode of WMAN
Frame Synchronization for OFDMA mode of WMANFrame Synchronization for OFDMA mode of WMAN
Frame Synchronization for OFDMA mode of WMANPushpa Kotipalli
 
VTC-location based channel estimation for massive full-dimensional MIMO systems
VTC-location based channel estimation for massive full-dimensional MIMO systemsVTC-location based channel estimation for massive full-dimensional MIMO systems
VTC-location based channel estimation for massive full-dimensional MIMO systemsQian Han
 
Transportation of MIMO Radio Signals over RoF-Distributed Antenna System and ...
Transportation of MIMO Radio Signals over RoF-Distributed Antenna System and ...Transportation of MIMO Radio Signals over RoF-Distributed Antenna System and ...
Transportation of MIMO Radio Signals over RoF-Distributed Antenna System and ...奈良先端大 情報科学研究科
 
Final presentation
Final presentationFinal presentation
Final presentationRohan Lad
 
Channel Estimation Techniques Based on Pilot Arrangement in OFDM Systems
Channel Estimation Techniques Based on Pilot Arrangement in OFDM SystemsChannel Estimation Techniques Based on Pilot Arrangement in OFDM Systems
Channel Estimation Techniques Based on Pilot Arrangement in OFDM SystemsBelal Essam ElDiwany
 
Online Examination System
Online Examination SystemOnline Examination System
Online Examination SystemSamrat Roy
 
Online examination system project ppt
Online examination system project pptOnline examination system project ppt
Online examination system project pptthirumalaikumari
 
Online examination system
Online examination systemOnline examination system
Online examination systemPRANJAL SAIKIA
 

Destaque (20)

Channel estimation
Channel estimationChannel estimation
Channel estimation
 
Channel estimation-for-wireless-ofdm-communications
Channel estimation-for-wireless-ofdm-communicationsChannel estimation-for-wireless-ofdm-communications
Channel estimation-for-wireless-ofdm-communications
 
ESTIMATION OF CHANNEL IN OFDM WIRELESS CHANNEL USING LS AND MMSE TECHNIQUES
ESTIMATION OF CHANNEL IN OFDM WIRELESS CHANNEL USING LS AND MMSE TECHNIQUESESTIMATION OF CHANNEL IN OFDM WIRELESS CHANNEL USING LS AND MMSE TECHNIQUES
ESTIMATION OF CHANNEL IN OFDM WIRELESS CHANNEL USING LS AND MMSE TECHNIQUES
 
Final ppt
Final pptFinal ppt
Final ppt
 
Mimo ofdm wireless communications with matlab
Mimo ofdm wireless communications with matlabMimo ofdm wireless communications with matlab
Mimo ofdm wireless communications with matlab
 
Pilot Optimization and Channel Estimation for Multiuser Massive MIMO Systems
Pilot Optimization and Channel Estimation for Multiuser Massive MIMO SystemsPilot Optimization and Channel Estimation for Multiuser Massive MIMO Systems
Pilot Optimization and Channel Estimation for Multiuser Massive MIMO Systems
 
Blind channel estimation for mimo ofdm systems
Blind channel estimation for mimo ofdm systemsBlind channel estimation for mimo ofdm systems
Blind channel estimation for mimo ofdm systems
 
KnowledgeNow Software App
KnowledgeNow Software AppKnowledgeNow Software App
KnowledgeNow Software App
 
Frame Synchronization for OFDMA mode of WMAN
Frame Synchronization for OFDMA mode of WMANFrame Synchronization for OFDMA mode of WMAN
Frame Synchronization for OFDMA mode of WMAN
 
VTC-location based channel estimation for massive full-dimensional MIMO systems
VTC-location based channel estimation for massive full-dimensional MIMO systemsVTC-location based channel estimation for massive full-dimensional MIMO systems
VTC-location based channel estimation for massive full-dimensional MIMO systems
 
Mimo and sync_with_usrp
Mimo and sync_with_usrpMimo and sync_with_usrp
Mimo and sync_with_usrp
 
Transportation of MIMO Radio Signals over RoF-Distributed Antenna System and ...
Transportation of MIMO Radio Signals over RoF-Distributed Antenna System and ...Transportation of MIMO Radio Signals over RoF-Distributed Antenna System and ...
Transportation of MIMO Radio Signals over RoF-Distributed Antenna System and ...
 
Design notes
Design notesDesign notes
Design notes
 
Final presentation
Final presentationFinal presentation
Final presentation
 
Channel Estimation Techniques Based on Pilot Arrangement in OFDM Systems
Channel Estimation Techniques Based on Pilot Arrangement in OFDM SystemsChannel Estimation Techniques Based on Pilot Arrangement in OFDM Systems
Channel Estimation Techniques Based on Pilot Arrangement in OFDM Systems
 
Online Examination System
Online Examination SystemOnline Examination System
Online Examination System
 
Online examination system project ppt
Online examination system project pptOnline examination system project ppt
Online examination system project ppt
 
Online examination system
Online examination systemOnline examination system
Online examination system
 
MILLIMETER WAVE FOR 5G CELLULAR
MILLIMETER WAVE FOR 5G CELLULARMILLIMETER WAVE FOR 5G CELLULAR
MILLIMETER WAVE FOR 5G CELLULAR
 
Ofdm tutorial
Ofdm tutorialOfdm tutorial
Ofdm tutorial
 

Semelhante a Short survey for Channel estimation using OFDM systems

Channel Equalization of WCDMA Downlink System Using Finite Length MMSE-DFE
Channel Equalization of WCDMA Downlink System Using Finite Length MMSE-DFEChannel Equalization of WCDMA Downlink System Using Finite Length MMSE-DFE
Channel Equalization of WCDMA Downlink System Using Finite Length MMSE-DFEIOSR Journals
 
Channel Equalization of WCDMA Downlink System Using Finite Length MMSE-DFE
Channel Equalization of WCDMA Downlink System Using Finite Length MMSE-DFEChannel Equalization of WCDMA Downlink System Using Finite Length MMSE-DFE
Channel Equalization of WCDMA Downlink System Using Finite Length MMSE-DFEIOSR Journals
 
Singular Value Decomposition: Principles and Applications in Multiple Input M...
Singular Value Decomposition: Principles and Applications in Multiple Input M...Singular Value Decomposition: Principles and Applications in Multiple Input M...
Singular Value Decomposition: Principles and Applications in Multiple Input M...IJCNCJournal
 
PhD Summary (isprateno)
PhD Summary (isprateno)PhD Summary (isprateno)
PhD Summary (isprateno)Jovan Stosic
 
BER Performance of MU-MIMO System using Dirty Paper Coding
BER Performance of MU-MIMO System using Dirty Paper CodingBER Performance of MU-MIMO System using Dirty Paper Coding
BER Performance of MU-MIMO System using Dirty Paper CodingIJEEE
 
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...ijcnac
 
CSI Acquisition for FDD-based Massive MIMO Systems
CSI Acquisition for FDD-based Massive MIMO SystemsCSI Acquisition for FDD-based Massive MIMO Systems
CSI Acquisition for FDD-based Massive MIMO SystemsCPqD
 
Csit77402
Csit77402Csit77402
Csit77402csandit
 
Paper id 22201419
Paper id 22201419Paper id 22201419
Paper id 22201419IJRAT
 
Multiuser Detection with Decision-feedback Detectors and PIC in MC-CDMA System
Multiuser Detection with Decision-feedback Detectors and PIC in MC-CDMA SystemMultiuser Detection with Decision-feedback Detectors and PIC in MC-CDMA System
Multiuser Detection with Decision-feedback Detectors and PIC in MC-CDMA SystemTELKOMNIKA JOURNAL
 
Sparse channel estimation by pilot allocation in MIMO-OFDM systems
Sparse channel estimation by pilot allocation  in   MIMO-OFDM systems     Sparse channel estimation by pilot allocation  in   MIMO-OFDM systems
Sparse channel estimation by pilot allocation in MIMO-OFDM systems IRJET Journal
 
Performance evaluation with a
Performance evaluation with aPerformance evaluation with a
Performance evaluation with aijmnct
 
Iisrt zzzz shamili ch
Iisrt zzzz shamili chIisrt zzzz shamili ch
Iisrt zzzz shamili chIISRT
 
CS Based Channel Estimation for OFDM Systems under Long Delay Channels Using ...
CS Based Channel Estimation for OFDM Systems under Long Delay Channels Using ...CS Based Channel Estimation for OFDM Systems under Long Delay Channels Using ...
CS Based Channel Estimation for OFDM Systems under Long Delay Channels Using ...IJERA Editor
 
Performance Evaluation of Iterative Receiver using 16-QAM and 16-PSK Modulati...
Performance Evaluation of Iterative Receiver using 16-QAM and 16-PSK Modulati...Performance Evaluation of Iterative Receiver using 16-QAM and 16-PSK Modulati...
Performance Evaluation of Iterative Receiver using 16-QAM and 16-PSK Modulati...IRJET Journal
 

Semelhante a Short survey for Channel estimation using OFDM systems (20)

Channel Equalization of WCDMA Downlink System Using Finite Length MMSE-DFE
Channel Equalization of WCDMA Downlink System Using Finite Length MMSE-DFEChannel Equalization of WCDMA Downlink System Using Finite Length MMSE-DFE
Channel Equalization of WCDMA Downlink System Using Finite Length MMSE-DFE
 
Channel Equalization of WCDMA Downlink System Using Finite Length MMSE-DFE
Channel Equalization of WCDMA Downlink System Using Finite Length MMSE-DFEChannel Equalization of WCDMA Downlink System Using Finite Length MMSE-DFE
Channel Equalization of WCDMA Downlink System Using Finite Length MMSE-DFE
 
Singular Value Decomposition: Principles and Applications in Multiple Input M...
Singular Value Decomposition: Principles and Applications in Multiple Input M...Singular Value Decomposition: Principles and Applications in Multiple Input M...
Singular Value Decomposition: Principles and Applications in Multiple Input M...
 
PhD Summary (isprateno)
PhD Summary (isprateno)PhD Summary (isprateno)
PhD Summary (isprateno)
 
BER Performance of MU-MIMO System using Dirty Paper Coding
BER Performance of MU-MIMO System using Dirty Paper CodingBER Performance of MU-MIMO System using Dirty Paper Coding
BER Performance of MU-MIMO System using Dirty Paper Coding
 
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...
 
CSI Acquisition for FDD-based Massive MIMO Systems
CSI Acquisition for FDD-based Massive MIMO SystemsCSI Acquisition for FDD-based Massive MIMO Systems
CSI Acquisition for FDD-based Massive MIMO Systems
 
Csit77402
Csit77402Csit77402
Csit77402
 
Paper id 22201419
Paper id 22201419Paper id 22201419
Paper id 22201419
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
Ofdm
OfdmOfdm
Ofdm
 
Multiuser Detection with Decision-feedback Detectors and PIC in MC-CDMA System
Multiuser Detection with Decision-feedback Detectors and PIC in MC-CDMA SystemMultiuser Detection with Decision-feedback Detectors and PIC in MC-CDMA System
Multiuser Detection with Decision-feedback Detectors and PIC in MC-CDMA System
 
Sparse channel estimation by pilot allocation in MIMO-OFDM systems
Sparse channel estimation by pilot allocation  in   MIMO-OFDM systems     Sparse channel estimation by pilot allocation  in   MIMO-OFDM systems
Sparse channel estimation by pilot allocation in MIMO-OFDM systems
 
Performance evaluation with a
Performance evaluation with aPerformance evaluation with a
Performance evaluation with a
 
Iisrt zzzz shamili ch
Iisrt zzzz shamili chIisrt zzzz shamili ch
Iisrt zzzz shamili ch
 
CS Based Channel Estimation for OFDM Systems under Long Delay Channels Using ...
CS Based Channel Estimation for OFDM Systems under Long Delay Channels Using ...CS Based Channel Estimation for OFDM Systems under Long Delay Channels Using ...
CS Based Channel Estimation for OFDM Systems under Long Delay Channels Using ...
 
40220130405004
4022013040500440220130405004
40220130405004
 
Performance Evaluation of Iterative Receiver using 16-QAM and 16-PSK Modulati...
Performance Evaluation of Iterative Receiver using 16-QAM and 16-PSK Modulati...Performance Evaluation of Iterative Receiver using 16-QAM and 16-PSK Modulati...
Performance Evaluation of Iterative Receiver using 16-QAM and 16-PSK Modulati...
 
MIMO Communications
MIMO CommunicationsMIMO Communications
MIMO Communications
 
Hg3413361339
Hg3413361339Hg3413361339
Hg3413361339
 

Mais de Mohamed Seif

Sequential Probability Ratio Test for Sparse Signals
Sequential Probability Ratio Test for Sparse SignalsSequential Probability Ratio Test for Sparse Signals
Sequential Probability Ratio Test for Sparse SignalsMohamed Seif
 
Interference Management for Multi-hop Networks
Interference Management for Multi-hop NetworksInterference Management for Multi-hop Networks
Interference Management for Multi-hop NetworksMohamed Seif
 
PIMRC 2016 Presentation
PIMRC 2016 PresentationPIMRC 2016 Presentation
PIMRC 2016 PresentationMohamed Seif
 
VTC 2016 Fall Poster
VTC 2016 Fall PosterVTC 2016 Fall Poster
VTC 2016 Fall PosterMohamed Seif
 
Interference management in spectrally and energy efficient wireless networks
Interference management in spectrally and energy efficient wireless networksInterference management in spectrally and energy efficient wireless networks
Interference management in spectrally and energy efficient wireless networksMohamed Seif
 
Interference Management with Limited Channel State Information in Wireless Ne...
Interference Management with Limited Channel State Information in Wireless Ne...Interference Management with Limited Channel State Information in Wireless Ne...
Interference Management with Limited Channel State Information in Wireless Ne...Mohamed Seif
 
A glimpse on the academic scholar
A glimpse on the academic scholarA glimpse on the academic scholar
A glimpse on the academic scholarMohamed Seif
 
Achievable Degrees of Freedom of the K-user MISO Broadcast Channel with Alter...
Achievable Degrees of Freedom of the K-user MISO Broadcast Channel with Alter...Achievable Degrees of Freedom of the K-user MISO Broadcast Channel with Alter...
Achievable Degrees of Freedom of the K-user MISO Broadcast Channel with Alter...Mohamed Seif
 
Nile University Recruitment | 2016
Nile University Recruitment | 2016 Nile University Recruitment | 2016
Nile University Recruitment | 2016 Mohamed Seif
 
5 g communications
5 g communications5 g communications
5 g communicationsMohamed Seif
 
MIMO Vehicle to Vehicle Channels: An Experimental Study
MIMO Vehicle to Vehicle Channels: An Experimental StudyMIMO Vehicle to Vehicle Channels: An Experimental Study
MIMO Vehicle to Vehicle Channels: An Experimental StudyMohamed Seif
 
Sparse Spectrum Sensing in Infrastructure-less Cognitive Radio Networks via B...
Sparse Spectrum Sensing in Infrastructure-less Cognitive Radio Networks via B...Sparse Spectrum Sensing in Infrastructure-less Cognitive Radio Networks via B...
Sparse Spectrum Sensing in Infrastructure-less Cognitive Radio Networks via B...Mohamed Seif
 
Case study : Backing Australia's Ability
Case study :  Backing Australia's AbilityCase study :  Backing Australia's Ability
Case study : Backing Australia's AbilityMohamed Seif
 
Big Data Analysis with Signal Processing on Graphs
Big Data Analysis with Signal Processing on GraphsBig Data Analysis with Signal Processing on Graphs
Big Data Analysis with Signal Processing on GraphsMohamed Seif
 
Stability Analysis in a Cognitive Radio System with Cooperative Beamforming
Stability Analysis in a Cognitive Radio System with Cooperative BeamformingStability Analysis in a Cognitive Radio System with Cooperative Beamforming
Stability Analysis in a Cognitive Radio System with Cooperative BeamformingMohamed Seif
 
Stability Analysis in a Cognitive Radio System with Cooperative Beamforming
Stability Analysis in a Cognitive Radio System with Cooperative BeamformingStability Analysis in a Cognitive Radio System with Cooperative Beamforming
Stability Analysis in a Cognitive Radio System with Cooperative BeamformingMohamed Seif
 
Optimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay Networks
Optimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay NetworksOptimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay Networks
Optimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay NetworksMohamed Seif
 
Optimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay Networks
Optimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay NetworksOptimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay Networks
Optimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay NetworksMohamed Seif
 

Mais de Mohamed Seif (20)

Sequential Probability Ratio Test for Sparse Signals
Sequential Probability Ratio Test for Sparse SignalsSequential Probability Ratio Test for Sparse Signals
Sequential Probability Ratio Test for Sparse Signals
 
Stopping Problems
Stopping ProblemsStopping Problems
Stopping Problems
 
Interference Management for Multi-hop Networks
Interference Management for Multi-hop NetworksInterference Management for Multi-hop Networks
Interference Management for Multi-hop Networks
 
PIMRC 2016 Presentation
PIMRC 2016 PresentationPIMRC 2016 Presentation
PIMRC 2016 Presentation
 
VTC 2016 Fall Poster
VTC 2016 Fall PosterVTC 2016 Fall Poster
VTC 2016 Fall Poster
 
Interference management in spectrally and energy efficient wireless networks
Interference management in spectrally and energy efficient wireless networksInterference management in spectrally and energy efficient wireless networks
Interference management in spectrally and energy efficient wireless networks
 
Interference Management with Limited Channel State Information in Wireless Ne...
Interference Management with Limited Channel State Information in Wireless Ne...Interference Management with Limited Channel State Information in Wireless Ne...
Interference Management with Limited Channel State Information in Wireless Ne...
 
A glimpse on the academic scholar
A glimpse on the academic scholarA glimpse on the academic scholar
A glimpse on the academic scholar
 
Achievable Degrees of Freedom of the K-user MISO Broadcast Channel with Alter...
Achievable Degrees of Freedom of the K-user MISO Broadcast Channel with Alter...Achievable Degrees of Freedom of the K-user MISO Broadcast Channel with Alter...
Achievable Degrees of Freedom of the K-user MISO Broadcast Channel with Alter...
 
Nile University Recruitment | 2016
Nile University Recruitment | 2016 Nile University Recruitment | 2016
Nile University Recruitment | 2016
 
Free Space Optics
Free Space OpticsFree Space Optics
Free Space Optics
 
5 g communications
5 g communications5 g communications
5 g communications
 
MIMO Vehicle to Vehicle Channels: An Experimental Study
MIMO Vehicle to Vehicle Channels: An Experimental StudyMIMO Vehicle to Vehicle Channels: An Experimental Study
MIMO Vehicle to Vehicle Channels: An Experimental Study
 
Sparse Spectrum Sensing in Infrastructure-less Cognitive Radio Networks via B...
Sparse Spectrum Sensing in Infrastructure-less Cognitive Radio Networks via B...Sparse Spectrum Sensing in Infrastructure-less Cognitive Radio Networks via B...
Sparse Spectrum Sensing in Infrastructure-less Cognitive Radio Networks via B...
 
Case study : Backing Australia's Ability
Case study :  Backing Australia's AbilityCase study :  Backing Australia's Ability
Case study : Backing Australia's Ability
 
Big Data Analysis with Signal Processing on Graphs
Big Data Analysis with Signal Processing on GraphsBig Data Analysis with Signal Processing on Graphs
Big Data Analysis with Signal Processing on Graphs
 
Stability Analysis in a Cognitive Radio System with Cooperative Beamforming
Stability Analysis in a Cognitive Radio System with Cooperative BeamformingStability Analysis in a Cognitive Radio System with Cooperative Beamforming
Stability Analysis in a Cognitive Radio System with Cooperative Beamforming
 
Stability Analysis in a Cognitive Radio System with Cooperative Beamforming
Stability Analysis in a Cognitive Radio System with Cooperative BeamformingStability Analysis in a Cognitive Radio System with Cooperative Beamforming
Stability Analysis in a Cognitive Radio System with Cooperative Beamforming
 
Optimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay Networks
Optimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay NetworksOptimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay Networks
Optimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay Networks
 
Optimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay Networks
Optimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay NetworksOptimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay Networks
Optimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay Networks
 

Último

+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...Health
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"mphochane1998
 
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.pptxSCMS School of Architecture
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projectssmsksolar
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxmaisarahman1
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwaitjaanualu31
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
Learn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic MarksLearn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic MarksMagic Marks
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Call Girls Mumbai
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxJuliansyahHarahap1
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086anil_gaur
 
Rums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfRums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfsmsksolar
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 

Último (20)

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
 
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
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
 
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
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Learn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic MarksLearn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic Marks
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
 
Rums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfRums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdf
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 

Short survey for Channel estimation using OFDM systems

  • 1. Channel estimation using OFDM systems Group no.12 Advanced Communications Systems 2014 Group no.12 Advanced Communications Systems 2014 1 / 26
  • 2. Motivation OFDM technique is used to split a high-rate data stream into a number of lower rate streams that are transmitted simultaneously over a number of subcarriers. Figure: Spectrum of OFDM subcarriers Group no.12 Advanced Communications Systems 2014 2 / 26
  • 3. Motivation Each subcarrier is multiplied by a constant gain. OFDM eases the equalization process of received signals. No need for complex equalizers Figure: Parallel Subchannel Model Group no.12 Advanced Communications Systems 2014 3 / 26
  • 4. Motivation For equalization, receiver should have a Channel Estate Information (CSI) Different channel estimation techniques are developed. Figure: IEEE 802.11g receiver Group no.12 Advanced Communications Systems 2014 4 / 26
  • 5. Conceptual view: Channel estimation The transmitter side sends a kown signal to the receiver side∗ . The received signal is then in frquency domain analysis (with noise free claim in this section) Y(f ) = X(f )H(f ) , Where: Y(f): Spectrum of received signal (know at Rx). X(f): Spectrum of reference signal (known at Tx and Rx). H(f): Frequency response of the channel(un known). However, the estimated channel ˆH(f ) = H(f ) ± δ , where δ is contaminated by noise effect. Suggested techniques of estimation are investigated to reduce this value (δ). ∗ Basic point to point communications case Group no.12 Advanced Communications Systems 2014 5 / 26
  • 6. Pilot arrangements Figure: Pilot arrangements Group no.12 Advanced Communications Systems 2014 6 / 26
  • 7. Pilot arrangements There are two basic types of pilot arrangments : Block type: All sub-carriers reserved for pilots wit a specific period. used for slow fading channels. Figure: Block type of pilot arrangement Group no.12 Advanced Communications Systems 2014 7 / 26
  • 8. Pilot arrangements There are two basic types of pilot arrangments : Comb type: Some sub-carriers are reserved for pilots for each symbol. used for fast fading channels. Figure: Comb type of pilot arrangement Group no.12 Advanced Communications Systems 2014 8 / 26
  • 9. Block type pilot channel estimation Least Squares least squares estimatation minimizes the L2 norm, or in other order the euclidean distance between the received signal and the original signal Least squares solution min J( ˆH) = Y − X ˆH 2 2 X =    x1 . . . 0 ... ... ... 0 . . . xp    , ˆH =    ˆh1 ... ˆhp    , Y =    Y1 ... Yp    Analytical Solution ˆHLS = X−1 Y Group no.12 Advanced Communications Systems 2014 9 / 26
  • 10. Block type pilot channel estimation Least Squares least squares estimatation minimizes the L2 norm, or in other order the euclidean distance between the received signal and the original signal Least squares solution ∴ ˆHLS =      Y1 X1 ... Yp Xp      X: Matrix of transmitted pilots diag(X) for p = 0, . . . , lNp − 1 Y: Received pilot signals. ˆH Estimated Channel Frequency Response (CFR) at pilots Group no.12 Advanced Communications Systems 2014 10 / 26
  • 11. Block type pilot channel estimation Minimum Mean Square Error The MMSE estimator employs the second order statistics of channel conditions to minimize the MSE. MMSE solution min J( ˆH) = E H − ˆH 2 2 = E { e2 2 2} Figure: MMSE block diagram Group no.12 Advanced Communications Systems 2014 11 / 26
  • 12. Block type pilot channel estimation Minimum Mean Square Error MMSE solution min J( ˆH) = E H − ˆH 2 2 = E { e2 2 2} Analytical Solution ˆhMMSE = RhY R−1 YY Y ˆHMMSE = F ˆhMMSE F =    W00 N . . . W 0(N−1) N ... ... ... W (N−1)0 N . . . W (N−1)(N−1) N    , F : DFT matrix ˆHMMSE = (RHH + σ2 w(XXH )H )−1 W ˆHLS Group no.12 Advanced Communications Systems 2014 12 / 26
  • 13. Block type pilot channel estimation LS performance Advantages: Very low complexity. No dependency on channel statistics. Disadvantages: Suffer from high MSE between the actual channel gain and estimated version. MSE = 1 SNR Group no.12 Advanced Communications Systems 2014 13 / 26
  • 14. Block type pilot channel estimation LS performance Advantages: Very low complexity. No dependency on channel statistics. Disadvantages: Suffer from high MSE between the actual channel gain and estimated version. MSE = 1 SNR Group no.12 Advanced Communications Systems 2014 13 / 26
  • 15. Block type pilot channel estimation MMSE performance Advantages: Better perfromance than LS, since it dependes on minimizing the MSE. Disadvantages: High complexity, it depends on the channel statistics. Suggested technique called Modified MMSE to reduce the complexity of MMSE estimator. Group no.12 Advanced Communications Systems 2014 14 / 26
  • 16. Block type pilot channel estimation MMSE performance Advantages: Better perfromance than LS, since it dependes on minimizing the MSE. Disadvantages: High complexity, it depends on the channel statistics. Suggested technique called Modified MMSE to reduce the complexity of MMSE estimator. Group no.12 Advanced Communications Systems 2014 14 / 26
  • 17. Block type pilot channel estimation LS vs MMSE performance Performance characterization in terms of MSE. 0 5 10 15 20 25 30 35 40 10 −6 10 −5 10 −4 10 −3 10 −2 10 −1 10 0 10 1 Eb/No (dB) ChannelMSE Simulated−LS Simulated−MMSE Theory−LS Theory−LMMSE Figure: LS vs MMSE - 16 QAM Group no.12 Advanced Communications Systems 2014 15 / 26
  • 18. Comb type pilot channel estimation Two basic techniques are used: LS estimator Least squares solution Hp(k) = Yp(k) Xp(k), p = 0, . . . , Np − 1 p: Pilot index. Np: Number of pilot signals uniformly inserted in X(k). Hp(k): Channel frequency response at pilot sub-carrirers. Xp input at the kth pilot sub-carrier. Yp output at the kth pilot sub-carrier Group no.12 Advanced Communications Systems 2014 16 / 26
  • 19. Comb type pilot channel estimation LMS estimator: type of Adaptive filtering Apply an iterative algorithm till a certain acceptable error. Figure: LMS estimator Group no.12 Advanced Communications Systems 2014 17 / 26
  • 20. Comb type pilot channel estimation LMS estimator: type of Adaptive filtering Apply an iterative algorithm till a certain acceptable error. Figure: Convergence LMS estimator over number of iterations Group no.12 Advanced Communications Systems 2014 18 / 26
  • 21. Interpolation for Comb type In comb type, Some sub-carriers are reserved for pilots for each symbol. We need channel interpolation for the channel gain affecting on the data. Figure: Pilots and Data symbols spectrum Group no.12 Advanced Communications Systems 2014 19 / 26
  • 22. Interpolation for Comb type Different types of interpolation techniques are used. Linear interpolation Second order interpolation Low pass interpolation Figure: Channel Interpolation Group no.12 Advanced Communications Systems 2014 20 / 26
  • 23. Interpolation for Comb type LS vs Kalman performance Performance characterization in terms of BER. Figure: LS vs Kalman - 16 QAM Group no.12 Advanced Communications Systems 2014 21 / 26
  • 24. Effect of mobility Performance characterization in terms of BER. Figure: Doppler spread effect Group no.12 Advanced Communications Systems 2014 22 / 26
  • 25. Channel estimation in MIMO - OFDM system Pilot arrangment Figure: Pilot arrangemnt MIMO channel for 2 x 2 and 4 x 4 Group no.12 Advanced Communications Systems 2014 23 / 26
  • 26. Channel estimation in MIMO - OFDM system Figure: MIMO channel model Hij(n, k) is the Channel Frequency Response (CFR) between transmitting antenna i to receiving antenna j. Ni is the additive Gaussian noise with zero mean and variance σ2 i . Group no.12 Advanced Communications Systems 2014 24 / 26
  • 27. Channel estimation in MIMO - OFDM system Tx Beamforming Figure: Dynamic Digital Beamforming in a 4x4 MIMO System with Two Data Streams in WiFi 802.11 n/ac Transmitter have no CSI, so tx can’t compute the beamforming weights. In new WiFi standards, channel estimation is turned into the users. Feedback channel concept. Any imperfection causes performance degradation. Group no.12 Advanced Communications Systems 2014 25 / 26
  • 28. Thank you ! Group no.12 Advanced Communications Systems 2014 26 / 26