how to calculate the length of the time domain samples in nrOFDMModulate

7 ビュー (過去 30 日間)
Sanju Das
Sanju Das 2023 年 5 月 17 日
編集済み: Sanju Das 2023 年 5 月 24 日
Hello,
I am using the function nrOFDMModulate to generate OFDM modulated waveform.
In the documentation, the details mentioned are as follows (nrOFDMModulate)
[waveform,info] = nrOFDMModulate(carrier,grid)
where, waveform — OFDM modulated waveform, returned as a complex-valued matrix of size T-by-P
  • T is the number of time-domain samples in the waveform
  • P is the number of transmit antennas.
Here, I would like to know how to calculate the length of T?
Thanks

採用された回答

Gokul Nath S J
Gokul Nath S J 2023 年 5 月 23 日
編集済み: Gokul Nath S J 2023 年 5 月 24 日
Hi Sanju,
It seems that you would like to calculate the length of the waveform signal. Please note that the length of 'waveform' will depends on the following parameters.
  • FFT Length (Nfft)
  • Number of symbols (Nsym)
  • Cyclic prefix lengths (CPLEN)
The length of the 'waveform' depends on whether the cpLength is a vector or a scalar.
  • If it is a vector, the length of the waveform is equal to (Nfft x Nsym + sum(CPLEN))
  • If it is a scalar, the length of the waveform will be (Nfft + CPLEN) x Nsym
I hope it answers your query.
with regards,
Gokul Nath S J
  1 件のコメント
Sanju Das
Sanju Das 2023 年 5 月 24 日
編集済み: Sanju Das 2023 年 5 月 24 日
Thanks for the answer.
I have checked it for the case where cpLength is a vector, and the formula is working perfectly for one slot.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLTE Toolbox についてさらに検索

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by