Signal Processing Toolbox |
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.
wvtool(w)
launches the Window Visualization Tool with sigwin
object w
.
h = wvtool(...)
returns the Handle Graphics figure handle h
.
Note
A related tool, wintool , is available for designing and analyzing windows.
|
The WVTool toolbar buttons in order from left to right are Print, Print Preview, Edit plot, Add text, Add arrow, Add line, Zoom, Legend, and What's This Help.
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 can also access the frequency specifications by right-clicking on the x-axis label of either plot.
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 |
© 1994-2005 The MathWorks, Inc.