- 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!