view m-toolbox/html_help/help/ug/specwin_plot_content.html @ 52:daf4eab1a51e database-connection-manager tip

Fix. Default password should be [] not an empty string
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Wed, 07 Dec 2011 17:29:47 +0100
parents f0afece42f48
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>