Signal Processing Toolbox    
wvtool

Open the Window Viewer Tool (WVTool)

Syntax

Description

wvtool(winname(n)) opens WVTool with the time and frequency domain plots of the n-length window specified in winname, which can be any window in the Signal Processing Toolbox. For a list of valid window names, see the window function. In the wvtool command, do not precede the window name with @.

wvtool(winname1(n),winname2(n),...winnamem(n)) opens WVTool with a time-domain plot and a frequency-domain plot that contain all the windows specified in winname1,...winnamem. The plots are shown on the same axes so that window characteristics can be compared and contrasted easily. WVTool is useful for displaying, annotating, and printing window responses.

h = wvtool(...) returns the Handle Graphics figure handle h.

WinTool Menus

In addition to the usual menus items, wintool contains these wintool-specific menu commands:

File menu:

Edit menu:

View menu:

Insert menu:

You use the Insert menu to add labels, titles, arrows, lines, text, and axes to your plots.

Examples

Compare Hamming, Hann, and Gaussian windows:

See Also

fdatool, window, wintool


  wintool xcorr