- FFT Length: To support 1000 subcarriers, the IFFT/FFT size must be increased accordingly. A size of 2048 points is recommended to accommodate 1000 active subcarriers and allow for guard bands.
- Sample Rate: With a subcarrier spacing of 15 kHz, the new sample rate should be: 2048 × 15 kHz = 30.72 Msps This ensures that the subcarrier spacing and total bandwidth remain consistent.
- Cyclic Prefix Length: The cyclic prefix (CP) should be scaled proportionally to maintain the same CP ratio. For example, with FFT length increasing from 128 to 2048 (a factor of 16), the CP should increase from 32 to around 512 samples.
- Bandwidth: The new OFDM signal bandwidth will be approximately: 1000 × 15 kHz = 15 MHz Ensure that your system and regulatory constraints support this bandwidth.
Whether the IFFT points in the example HDL OFDM Transmitter can be adjusted
1 次查看(过去 30 天)
显示 更早的评论

0 个评论
回答(1 个)
Parag
2025-4-15
To achieve a higher data rate in the OFDM system, increasing the number of active subcarriers from 72 to 1000 is a valid approach. However, this requires adjustments to several other parameters to ensure proper system performance.
Key Changes Required:
Please refer to MATLAB documentation of OFDM Modulator for more details:
Hope this resolves the query!
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!