Signal Processing Toolbox | ![]() ![]() |
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
opens WVTool with a time-domain plot and a frequency-domain plot that contain all the windows specified in (
n),winname2(
n),...winnamem(
n))
winname
1,...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
.
Note
A related tool, wintool , is available for designing and analyzing windows.
|
Note If you launch WVTool from FDATool, an Add/Replace icon, which controls how new windows are added from FDATool, appears on the toolbar. |
WinTool Menus
In addition to the usual menus items, wintool
contains these wintool
-specific menu commands:
Normalized
(0
to
1)
, Hz
, kHz
, MHz
, and GHz
. If you select any unit except Normalized, you can a frequency value or the name of the MATLAB workspace vector that contains the desired frequency in the Fs
field.
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
![]() | wintool | xcorr | ![]() |