Does lteDLPerfectChannelEstimate command in LTE toolbox yields the true channel response or just an estimate?
조회 수: 1 (최근 30일)
이전 댓글 표시
Does lteDLPerfectChannelEstimate command in LTE toolbox yields the true channel response or just an estimate?
댓글 수: 0
채택된 답변
Iain Stirling
2018년 8월 2일
Hello Omer,
Yes, you've captured it well, lteDLPerfectChannelEstimate should serve as an upper bound. Doppler effects deemed "negligible" to the OFDM link performance will degrade the perfect channel estimate, but the degree of degradation should be similarly negligible.
Regards,
Iain.
추가 답변 (2개)
Iain Stirling
2018년 7월 31일
Hello Omer,
lteDLPerfectChannelEstimate operates by generating an impulse train (one impulse for each OFDM symbol), passing the impulse train through the channel and performing OFDM demodulation. Therefore it yields the true channel up to any limitations imposed by OFDM:
- if the channel varies (non-zero Doppler frequency) then orthogonality is lost and inter carrier interference (ICI) results, adding noise to the channel estimate
- if the channel delay spread exceeds the length of the cyclic prefix, then this also manifests as a varying channel, again introducing ICI
The degree of "imperfection" therefore depends on the exact operating conditions. Note that the waveform of interest being passed through the same channel will also suffer the same degree of ICI.
Regards,
Iain.
Iain Stirling
2018년 8월 2일
Hello Omer,
lteFadingChannel operates solely in the time domain, combining the path gains with time-domain filters that delay the inputs according to the path delays. Therefore the channel frequency response needs to derived by performing some kind of transformation from the time to frequency domain. This has theoretical limitations when the signal is varying over time.
Do you have a specific scenario where the channel estimate from lteDLPerfectChannelEstimate is not a good fit?
Regards,
Iain.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!