www.gusucode.com > signal 案例源码程序 matlab代码 > signal/RectangularWindowExample.m

    %% Rectangular Window
% Create a 64-point rectangular window. Display the result using |wvtool|.

%%

L = 64;
wvtool(rectwin(L))