view m-toolbox/html_help/help/ug/specwin_plot_content.html @ 33:5e7477b94d94
database-connection-manager
Add known repositories list to LTPDAPreferences
author
Daniele Nicolodi <nicolodi@science.unitn.it>
date
Mon, 05 Dec 2011 16:20:06 +0100 (2011-12-05)
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>