view m-toolbox/html_help/help/ug/specwin_plot_content.html @ 0:f0afece42f48

Import.
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Wed, 23 Nov 2011 19:22:13 +0100
parents
children
line wrap: on
line source

<p>The <tt>specwin</tt> class has a <tt>plot</tt> method which will plot the response of
  the given window function in the current Figure:
</p>	
<div class="fragment"><pre>
    w = specwin(<span class="string">'Kaiser'</span>, 100, 150);
    figure
    plot(w)
</pre></div>

<img src="images/kaiser_window.png" alt="Kaiser Window" border="3" width="600px">

<p>
  Windows can also be visualised using the <a href="gui_specwin.html">Spectral Window Viewer</a>.
</p>