How can I create an OFDM signal with set subcarrier spacing
18 次查看(过去 30 天)
显示 更早的评论
I am trying to generate an OFDM signal with the following parameters
% OFDM Parameters
totalSubcarriers = 64;
occupiedSubcarriers = 53;
subcarrierSpacing = 312.5e3;
sequenceLength = 10; -> symbols
cyclicPrefixLength = 16; -> samples
modulationScheme = 'QPSK';
6 guard subcarriers on the left and 5 on the right.
I feel like I am doing this correct but i wonder if I am doing the guard carriers correctly. The end goal is to play this out an a vector signal generator and when I currently do that I don't see what i would expect.
Any help on what I am doing wrong?
0 个评论
回答(1 个)
Supraja
2023-7-27
I understand that you want to generate the OFDM signal with its parameters.
You can go through the documentation link of the OFDM modulator whose documentation link is attached here:
https://www.mathworks.com/help/wireless-hdl/ref/ofdmmodulator.html?searchHighlight=generate%20OFDM%20vector%20signals&s_tid=srchtitle_support_results_1_generate%20OFDM%20vector%20signals
Hope this helps!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 OFDM 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!