view m-toolbox/html_help/help/ug/specwin_plot_content.html @ 46:ca0b8d4dcdb6
database-connection-manager
Fix
author
Daniele Nicolodi <nicolodi@science.unitn.it>
date
Tue, 06 Dec 2011 19:07:27 +0100 (2011-12-06)
parents
f0afece42f48
children
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>