diff options
Diffstat (limited to 'help/en_US/scilab_en_US_help/flattopwin.html')
-rw-r--r-- | help/en_US/scilab_en_US_help/flattopwin.html | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/help/en_US/scilab_en_US_help/flattopwin.html b/help/en_US/scilab_en_US_help/flattopwin.html new file mode 100644 index 0000000..b9a8c78 --- /dev/null +++ b/help/en_US/scilab_en_US_help/flattopwin.html @@ -0,0 +1,90 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <title>flattopwin</title> + <style type="text/css" media="all"> + @import url("scilab_code.css"); + @import url("xml_code.css"); + @import url("c_code.css"); + @import url("style.css"); + </style> + </head> + <body> + <div class="manualnavbar"> + <table width="100%"><tr> + <td width="30%"> + <span class="previous"><a href="firtype.html"><< firtype</a></span> + + </td> + <td width="40%" class="center"> + <span class="top"><a href="section_cc2bc01c47967d47fcf3507a91d572ba.html">FOSSEE Signal Processing Toolbox</a></span> + + </td> + <td width="30%" class="next"> + <span class="next"><a href="fracshift.html">fracshift >></a></span> + + </td> + </tr></table> + <hr /> + </div> + + + + <span class="path"><a href="index.html">FOSSEE Signal Processing Toolbox</a> >> <a href="section_cc2bc01c47967d47fcf3507a91d572ba.html">FOSSEE Signal Processing Toolbox</a> > flattopwin</span> + + <br /><br /> + <div class="refnamediv"><h1 class="refname">flattopwin</h1> + <p class="refpurpose">This function returns the filter coefficients of a Flat Top window.</p></div> + + +<div class="refsynopsisdiv"><h3 class="title">Calling Sequence</h3> + <div class="synopsis"><pre><span class="default">w</span><span class="default"> = </span><span class="functionid">flattopwin</span><span class="default"> (</span><span class="default">m</span><span class="default">)</span> +<span class="default">w</span><span class="default"> = </span><span class="functionid">flattopwin</span><span class="default"> (</span><span class="default">m</span><span class="default">, </span><span class="default">opt</span><span class="default">)</span></pre></div></div> + +<div class="refsection"><h3 class="title">Parameters</h3> + <dl><dt><span class="term">m:</span> + <dd><p class="para">positive integer value</p></dd></dt> + <dt><span class="term">opt:</span> + <dd><p class="para">string value, takes in "periodic" or "symmetric"</p></dd></dt> + <dt><span class="term">w:</span> + <dd><p class="para">output variable, vector of real numbers</p></dd></dt></dl></div> + +<div class="refsection"><h3 class="title">Description</h3> + <p class="para">This is an Octave function. +This function returns the filter coefficients of a Flat Top window of length m supplied as input, to the output vector w. +The second parameter can take the values "periodic" or "symmetric", depending on which the corresponding form of window is returned. The default is symmetric. +This window has low pass-band ripple but a high bandwidth.</p></div> + +<div class="refsection"><h3 class="title">Examples</h3> + <div class="programlisting"><table border="0" width="100%"><tr><td width="98%"><pre class="scilabcode"><span class="scilabid">flattopwin</span><span class="scilabopenclose">(</span><span class="scilabnumber">8</span><span class="scilabdefault">,</span><span class="scilabstring">"</span><span class="scilabstring">periodic</span><span class="scilabstring">"</span><span class="scilabopenclose">)</span> +<span class="scilabid">ans</span> <span class="scilaboperator">=</span> +<span class="scilabnumber">0.0009051</span> +<span class="scilaboperator">-</span> <span class="scilabnumber">0.0264124</span> +<span class="scilaboperator">-</span> <span class="scilabnumber">0.0555580</span> +<span class="scilabnumber">0.4435496</span> +<span class="scilabnumber">1.</span> +<span class="scilabnumber">0.4435496</span> +<span class="scilaboperator">-</span> <span class="scilabnumber">0.0555580</span> +<span class="scilaboperator">-</span> <span class="scilabnumber">0.0264124</span></pre></td><td valign="top"><a href="scilab://scilab.execexample/"><img src="ScilabExecute.png" border="0"/></a></td><td valign="top"><a href="scilab://scilab.editexample/"><img src="ScilabEdit.png" border="0"/></a></td><td></td></tr></table></div></div> + <br /> + + <div class="manualnavbar"> + <table width="100%"> + <tr><td colspan="3" class="next"><a href="http://bugzilla.scilab.org/enter_bug.cgi?product=Scilab%20software&component=Documentation%20pages" class="ulink">Report an issue</a></td></tr> +<tr> + <td width="30%"> + <span class="previous"><a href="firtype.html"><< firtype</a></span> + + </td> + <td width="40%" class="center"> + <span class="top"><a href="section_cc2bc01c47967d47fcf3507a91d572ba.html">FOSSEE Signal Processing Toolbox</a></span> + + </td> + <td width="30%" class="next"> + <span class="next"><a href="fracshift.html">fracshift >></a></span> + + </td> + </tr></table> + <hr /> + </div> + </body> +</html> |