User`s guide

5 Compiler Commands
%#function bartlett, barthannw in, bla ckma n, black manh arris,
bohmanwin, chebwin, flattopwin , gauss win, hamming, hann, kaiser,
nuttallwin, parzenwin, rectwin , tukey win, triang
window = feval(filterName,N);
% Apply the window to the data.
ret = data.*window;
5-18