Mercurial > hg > ltpda
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f0afece42f48 |
---|---|
1 <p>The <tt>specwin</tt> class has a <tt>plot</tt> method which will plot the response of | |
2 the given window function in the current Figure: | |
3 </p> | |
4 <div class="fragment"><pre> | |
5 w = specwin(<span class="string">'Kaiser'</span>, 100, 150); | |
6 figure | |
7 plot(w) | |
8 </pre></div> | |
9 | |
10 <img src="images/kaiser_window.png" alt="Kaiser Window" border="3" width="600px"> | |
11 | |
12 <p> | |
13 Windows can also be visualised using the <a href="gui_specwin.html">Spectral Window Viewer</a>. | |
14 </p> |