is there a mistake in "Deep Learning Data Synthesis for 5G Channel Estimation" example code?
5 ビュー (過去 30 日間)
古いコメントを表示
In the "Compare and Visualize Various Channel Estimations" part of the example code, it used nrChannelEstimate function to get the practical CE. However, it's using the rxGrid which takes an offset provided by nrPerfectTimingEstimate. Could someone help me to confirm this? Thank you!
0 件のコメント
回答 (1 件)
Aman
2023 年 7 月 28 日
Hi,
I understand that you are trying the "Deep Learning Data Synthesis for 5G Channel Estimation" example and are having trouble in understanding why offset from "nrPerfectTimingEstimate" is used for getting the resource grid (“rxGrid”).
The example talks about how the channel estimation task can be performed using deep learning, and for that, the resource grid is considered a 2D image, and then a CNN model is made for the channel estimation.
The discussed approach is also compared with perfect channel estimation and practical channel estimation. "nrChannelEstimate" is used to get the practical channel estimation; this method needs a resource grid as an input, which is "rxGrid" in the example. To get the “rxGrid", the offset from "nrPerfectTimingEstimate" is used, as it is assumed that there is no timing error.
In case you want to use the practical timing estimate, please refer to the following documentation:
I hope it helps!
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Discriminant Analysis についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!