The criteria for selecting the window function in Periodogram in (FBMC vs. OFDM Modulation) example.
Show older comments
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 ?
Answers (0)
Categories
Find more on Modulation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!