Mercurial > hg > ltpda
annotate m-toolbox/html_help/help/ug/specwin_plot_content.html @ 47:dd93c9ba6624 database-connection-manager
Fix Java dialog
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Tue, 06 Dec 2011 19:07:27 +0100 |
parents | f0afece42f48 |
children |
rev | line source |
---|---|
0 | 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> |