필터 지우기
필터 지우기

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 CenterFile Exchange에서 OFDM에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by