Visualising spectral windows


The specwin class has a plot method which will plot the response of the given window function in the current Figure:

    w = specwin('Kaiser', 100, 150);
    figure
    plot(w)
Kaiser Window

Windows can also be visualised using the Spectral Window Viewer.




©LTP Team