フィルターのクリア

The criteria for selecting the window function in Periodogram in (FBMC vs. OFDM Modulation) example.

3 ビュー (過去 30 日間)
Hi everyone.
In the example ( FBMC vs. OFDM Modulation ), Periodogram function uses Hann window for FBMC modulation , while it uses Rectangular window (rectwin) for OFDM.
FBMC
[specFBMC, fFBMC] = periodogram(currSym, hann(KF, 'periodic'), KF*2, 1);
OFDM
[specOFDM,fOFDM] = periodogram(ifftOut, rectwin(length(ifftOut)), ...
numFFT*2, 1, 'centered');
Is there any explanation ?

回答 (0 件)

カテゴリ

Help Center および File ExchangeOFDM についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by