How can I create an OFDM signal with set subcarrier spacing
1 回表示 (過去 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!