how to calculate the length of the time domain samples in nrOFDMModulate
Show older comments
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
Accepted Answer
More Answers (0)
Categories
Find more on LTE Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!