SlideShare a Scribd company logo
1 of 28
Download to read 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

More Related Content

What's hot

Ec 2401 wireless communication unit 4
Ec 2401 wireless communication   unit 4Ec 2401 wireless communication   unit 4
Ec 2401 wireless communication unit 4JAIGANESH SEKAR
 
Equalization
EqualizationEqualization
Equalizationbhabendu
 
Mobile Radio Propagation
Mobile Radio PropagationMobile Radio Propagation
Mobile Radio PropagationIzah Asmadi
 
Reed solomon Encoder and Decoder
Reed solomon Encoder and DecoderReed solomon Encoder and Decoder
Reed solomon Encoder and DecoderAmeer H Ali
 
Wdm benefits and performance parameters
Wdm benefits and performance parametersWdm benefits and performance parameters
Wdm benefits and performance parametersCKSunith1
 
Digital communication systems unit 1
Digital communication systems unit 1Digital communication systems unit 1
Digital communication systems unit 1Anil Nigam
 
Coherent systems
Coherent systemsCoherent systems
Coherent systemsCKSunith1
 
Diversity Techniques in Wireless Communication
Diversity Techniques in Wireless CommunicationDiversity Techniques in Wireless Communication
Diversity Techniques in Wireless CommunicationSahar Foroughi
 
Small Scale Multi path measurements
Small Scale Multi path measurements Small Scale Multi path measurements
Small Scale Multi path measurements Siva Ganesan
 
Du binary signalling
Du binary signallingDu binary signalling
Du binary signallingsrkrishna341
 
Seminar On Kalman Filter And Its Applications
Seminar On  Kalman  Filter And Its ApplicationsSeminar On  Kalman  Filter And Its Applications
Seminar On Kalman Filter And Its ApplicationsBarnali Dey
 
Chapter 7 multiple access techniques
Chapter 7 multiple access techniquesChapter 7 multiple access techniques
Chapter 7 multiple access techniquesKaushal Kabra
 
Multiple access techniques
Multiple access techniquesMultiple access techniques
Multiple access techniquesBibhu Prasad
 
Link budget
Link budgetLink budget
Link budgetdrmbalu
 
PAPR reduction techniques in OFDM.pptx
PAPR reduction techniques in OFDM.pptxPAPR reduction techniques in OFDM.pptx
PAPR reduction techniques in OFDM.pptxssuserca5764
 

What's hot (20)

Ec 2401 wireless communication unit 4
Ec 2401 wireless communication   unit 4Ec 2401 wireless communication   unit 4
Ec 2401 wireless communication unit 4
 
Equalization
EqualizationEqualization
Equalization
 
Mobile Radio Propagation
Mobile Radio PropagationMobile Radio Propagation
Mobile Radio Propagation
 
Reed solomon Encoder and Decoder
Reed solomon Encoder and DecoderReed solomon Encoder and Decoder
Reed solomon Encoder and Decoder
 
Wdm benefits and performance parameters
Wdm benefits and performance parametersWdm benefits and performance parameters
Wdm benefits and performance parameters
 
Modulation Techniques for Mobile Radio
Modulation Techniques for Mobile RadioModulation Techniques for Mobile Radio
Modulation Techniques for Mobile Radio
 
Digital communication systems unit 1
Digital communication systems unit 1Digital communication systems unit 1
Digital communication systems unit 1
 
communication system ch1
communication system ch1communication system ch1
communication system ch1
 
Link budget
Link budgetLink budget
Link budget
 
quantization
quantizationquantization
quantization
 
Coherent systems
Coherent systemsCoherent systems
Coherent systems
 
Diversity Techniques in Wireless Communication
Diversity Techniques in Wireless CommunicationDiversity Techniques in Wireless Communication
Diversity Techniques in Wireless Communication
 
Frequency reuse
Frequency reuseFrequency reuse
Frequency reuse
 
Small Scale Multi path measurements
Small Scale Multi path measurements Small Scale Multi path measurements
Small Scale Multi path measurements
 
Du binary signalling
Du binary signallingDu binary signalling
Du binary signalling
 
Seminar On Kalman Filter And Its Applications
Seminar On  Kalman  Filter And Its ApplicationsSeminar On  Kalman  Filter And Its Applications
Seminar On Kalman Filter And Its Applications
 
Chapter 7 multiple access techniques
Chapter 7 multiple access techniquesChapter 7 multiple access techniques
Chapter 7 multiple access techniques
 
Multiple access techniques
Multiple access techniquesMultiple access techniques
Multiple access techniques
 
Link budget
Link budgetLink budget
Link budget
 
PAPR reduction techniques in OFDM.pptx
PAPR reduction techniques in OFDM.pptxPAPR reduction techniques in OFDM.pptx
PAPR reduction techniques in OFDM.pptx
 

Viewers also liked

Channel estimation - F. Ling
Channel estimation - F. LingChannel estimation - F. Ling
Channel estimation - F. LingFuyun Ling
 
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
 

Viewers also liked (20)

Channel estimation - F. Ling
Channel estimation - F. LingChannel estimation - F. Ling
Channel estimation - F. Ling
 
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
 

Similar to 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
 

Similar to 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
 

More from 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
 

More from 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
 

Recently uploaded

Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substationstephanwindworld
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Solving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptSolving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptJasonTagapanGulla
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptMadan Karki
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - GuideGOPINATHS437943
 
lifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptxlifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptxsomshekarkn64
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm Systemirfanmechengr
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitterShivangiSharma879191
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 

Recently uploaded (20)

Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substation
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Solving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptSolving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.ppt
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.ppt
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - Guide
 
lifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptxlifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptx
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm System
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 

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