How can I easily convert the resource grid into a time-domain signal in the LTE System Toolbox?

1 view (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 2 Mar 2017
The LTE System Toolbox comes with two functions that will easily convert the resource grid into a time-domain signal. To do this, you can use the 'lteOFDMModulate' function for downlink, and the 'lteSCFDMAModulate' for uplink.
In a general sense, this is accomplished in the function by performing an IFFT on each column of the grid, adding a cyclic prefix and concatenating the signals for each column. To read more details about either function, please see the documentation links below:
lteOFDMModulate:
https://www.mathworks.com/help/lte/ref/lteofdmmodulate.html
lteSCFDMAModulate
https://www.mathworks.com/help/lte/ref/ltescfdmamodulate.html

More Answers (0)

Categories

Find more on LTE Toolbox in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!