Does lteDLPerfe​ctChannelE​stimate command in LTE toolbox yields the true channel response or just an estimate?

2 次查看(过去 30 天)
Does lteDLPerfectChannelEstimate command in LTE toolbox yields the true channel response or just an estimate?

采纳的回答

Iain Stirling
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
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.
  1 个评论
Omer Sholev
Omer Sholev 2018-8-2
编辑:Omer Sholev 2018-8-2
Hey Iain, thank you for the response. Is it possible to get the true (not estimated in any way) channel response that the command lteFadingChannel uses somehow? lteFadingChannel returns an info variable which contains inside it a variable called 'PathGains' but it doesn't seem like channel frequency response?

请先登录,再进行评论。


Iain Stirling
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.
  1 个评论
Omer Sholev
Omer Sholev 2018-8-2
I'm trying to implement my own idea for channel estimation in LTE, and I just want to make sure that I compare my results with the true channel response. I do want to test my algorithm in a time varying scenarios so I do want model cases with Doppler affect.
But I thought that correct OFDM modulation requires the time of the transmit signal to be less than the coherence time so that the doppler affects are negligible. am I correct?
So basically the lteDLPerfectChannelEstimate would serve me as an upper bound?

请先登录,再进行评论。

产品


版本

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by