summaryrefslogtreecommitdiff
path: root/help/en_US/scilab_en_US_help/tukeywin.html
diff options
context:
space:
mode:
Diffstat (limited to 'help/en_US/scilab_en_US_help/tukeywin.html')
-rw-r--r--help/en_US/scilab_en_US_help/tukeywin.html96
1 files changed, 0 insertions, 96 deletions
diff --git a/help/en_US/scilab_en_US_help/tukeywin.html b/help/en_US/scilab_en_US_help/tukeywin.html
deleted file mode 100644
index 368cfdc..0000000
--- a/help/en_US/scilab_en_US_help/tukeywin.html
+++ /dev/null
@@ -1,96 +0,0 @@
-<html><head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>tukeywin</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="truth.html">&lt;&lt; truth</a></span>
-
- </td>
- <td width="40%" class="center">
-<<<<<<< HEAD
- <span class="top"><a href="section_5118e822ecc2888aa80042108de4932e.html">FOSSEE Signal Processing Toolbox</a></span>
-=======
- <span class="top"><a href="section_cc2bc01c47967d47fcf3507a91d572ba.html">FOSSEE Signal Processing Toolbox</a></span>
->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27
-
- </td>
- <td width="30%" class="next">
- <span class="next"><a href="udecode.html">udecode &gt;&gt;</a></span>
-
- </td>
- </tr></table>
- <hr />
- </div>
-
-
-
-<<<<<<< HEAD
- <span class="path"><a href="index.html">FOSSEE Signal Processing Toolbox</a> &gt;&gt; <a href="section_5118e822ecc2888aa80042108de4932e.html">FOSSEE Signal Processing Toolbox</a> &gt; tukeywin</span>
-=======
- <span class="path"><a href="index.html">FOSSEE Signal Processing Toolbox</a> &gt;&gt; <a href="section_cc2bc01c47967d47fcf3507a91d572ba.html">FOSSEE Signal Processing Toolbox</a> &gt; tukeywin</span>
->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27
-
- <br /><br />
- <div class="refnamediv"><h1 class="refname">tukeywin</h1>
- <p class="refpurpose">This function returns the filter coefficients of a Tukey 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">tukeywin</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">tukeywin</span><span class="default"> (</span><span class="default">m</span><span class="default">, </span><span class="default">r</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</p></dd></dt>
- <dt><span class="term">r:</span>
- <dd><p class="para">positive real number, between 0 and 1</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 Tukey window of length m supplied as input, to the output vector w.
-The second parameter r defines the ratio between the constant and cosine section and its value has to be between 0 and 1, with default value 0.5.</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">tukeywin</span><span class="scilabopenclose">(</span><span class="scilabnumber">5</span><span class="scilabdefault">,</span> <span class="scilabnumber">2</span><span class="scilabopenclose">)</span>
-<span class="scilabid">ans</span> <span class="scilaboperator">=</span>
-<span class="scilabnumber">0.</span>
-<span class="scilabnumber">0.5</span>
-<span class="scilabnumber">1.</span>
-<span class="scilabnumber">0.5</span>
-<span class="scilabnumber">0.</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="truth.html">&lt;&lt; truth</a></span>
-
- </td>
- <td width="40%" class="center">
-<<<<<<< HEAD
- <span class="top"><a href="section_5118e822ecc2888aa80042108de4932e.html">FOSSEE Signal Processing Toolbox</a></span>
-=======
- <span class="top"><a href="section_cc2bc01c47967d47fcf3507a91d572ba.html">FOSSEE Signal Processing Toolbox</a></span>
->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27
-
- </td>
- <td width="30%" class="next">
- <span class="next"><a href="udecode.html">udecode &gt;&gt;</a></span>
-
- </td>
- </tr></table>
- <hr />
- </div>
- </body>
-</html>