How preamble signal is generated in Massive MIMO Hybrid Beamforming
1 回表示 (過去 30 日間)
古いコメントを表示
In Massive MIMO Hybrid Beamforming, a preamble signal is sent over all transmitting antenna elements for CSI. It uses the function named helperGenPreamble.m which is designed for 256 carriers. What is the theory behind the choice of Frequency subcarrier tones namely ltfSC. How can we extend it to 1024 carriers?
0 件のコメント
採用された回答
Amit Kansal
2019 年 6 月 17 日
The sequence selected in helperGenPreamble.m is based on the Long Training Field (LTF) used in WLAN (802.11) standards. It is basically a set of tones at the subcarriers that are known (pre-designed) at both the transmit and receive ends.
Extensions to other FFT sizes should be straightforward. Just update the ltfSC vector values directly to represent the subcarriers that carry data, which would be hence used for sounding purposes.
hope this helps,
Amit
1 件のコメント
Rochelle Thomas
2023 年 7 月 10 日
Could you please explain all the exact changes that need to be done, to extend this to 4096 FFT with an example calculation ?
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Wireless Communications についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!