diff options
Diffstat (limited to 'help/en_US/scilab_en_US_help/hamming.html')
-rw-r--r-- | help/en_US/scilab_en_US_help/hamming.html | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/help/en_US/scilab_en_US_help/hamming.html b/help/en_US/scilab_en_US_help/hamming.html new file mode 100644 index 0000000..a40b97c --- /dev/null +++ b/help/en_US/scilab_en_US_help/hamming.html @@ -0,0 +1,73 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <title>hamming</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="grpdelay.html"><< grpdelay</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="hann.html">hann >></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> > hamming</span> + + <br /><br /> + <div class="refnamediv"><h1 class="refname">hamming</h1> + <p class="refpurpose">Return the filter coefficients of a Hamming window of length M</p></div> + + +<div class="refsynopsisdiv"><h3 class="title">Calling Sequence</h3> + <div class="synopsis"><pre><span class="functionid">hamming</span><span class="default"> (</span><span class="default">M</span><span class="default">)</span> +<span class="functionid">hamming</span><span class="default"> (</span><span class="default">M</span><span class="default">, </span>"<span class="default">periodic</span>"<span class="default">)</span> +<span class="functionid">hamming</span><span class="default"> (</span><span class="default">M</span><span class="default">, </span>"<span class="default">symmetric</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">real scalar, which will be the length of hamming window</p></dd></dt></dl></div> + +<div class="refsection"><h3 class="title">Description</h3> + <p class="para">Return the filter coefficients of a Hamming window of length M. +If the optional argument "periodic" is given, the periodic form of the window is returned. This is equivalent to the window of length M+1 with the last coefficient removed. The optional argument "symmetric" is equivalent to not specifying a second argument.</p></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="grpdelay.html"><< grpdelay</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="hann.html">hann >></a></span> + + </td> + </tr></table> + <hr /> + </div> + </body> +</html> |