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

    %% Chebyshev Window Object
% Create a 128-point Chebyshev window with 100 dB of sidelobe attenuation.
% (See |chebwin| for information on Chebyshev windows.) View the result
% with |wvtool|.

%%

w = sigwin.chebwin(128,100)
wvtool(w)