diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/m-toolbox/html_help/help/ug/specwin_plot_content.html	Wed Nov 23 19:22:13 2011 +0100
@@ -0,0 +1,14 @@
+<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>