diff options
Diffstat (limited to 'help/en_US/scilab_en_US_help/dst1.html')
-rw-r--r-- | help/en_US/scilab_en_US_help/dst1.html | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/help/en_US/scilab_en_US_help/dst1.html b/help/en_US/scilab_en_US_help/dst1.html deleted file mode 100644 index f125469..0000000 --- a/help/en_US/scilab_en_US_help/dst1.html +++ /dev/null @@ -1,72 +0,0 @@ -<html><head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <title>dst1</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="downsample.html"><< downsample</a></span> - - </td> - <td width="40%" class="center"> - <span class="top"><a href="section_e54aa8aac34aa55341e8b4b782fe1a74.html">FOSSEE Signal Processing Toolbox</a></span> - - </td> - <td width="30%" class="next"> - <span class="next"><a href="durbinlevinson.html">durbinlevinson >></a></span> - - </td> - </tr></table> - <hr /> - </div> - - - - <span class="path"><a href="index.html">FOSSEE Signal Processing Toolbox</a> >> <a href="section_e54aa8aac34aa55341e8b4b782fe1a74.html">FOSSEE Signal Processing Toolbox</a> > dst1</span> - - <br /><br /> - <div class="refnamediv"><h1 class="refname">dst1</h1> - <p class="refpurpose">Computes the type I discrete sine transform of x</p></div> - - -<div class="refsynopsisdiv"><h3 class="title">Calling Sequence</h3> - <div class="synopsis"><pre><span class="default">y</span><span class="default">= </span><span class="functionid">dst1</span><span class="default">(</span><span class="default">x</span><span class="default">)</span> -<span class="default">y</span><span class="default">= </span><span class="functionid">dst1</span><span class="default">(</span><span class="default">x</span><span class="default">,</span><span class="default">n</span><span class="default">)</span></pre></div></div> - -<div class="refsection"><h3 class="title">Parameters</h3> - <dl><dt><span class="term">x:</span> - <dd><p class="para">real or complex valued vector</p></dd></dt></dl></div> - -<div class="refsection"><h3 class="title">Description</h3> - <p class="para">This is an Octave function. -Computes the type I discrete sine transform of x. If n is given, then x is padded or trimmed to length n before computing the transform. If x is a matrix, compute the transform along the columns of the the matrix.</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="downsample.html"><< downsample</a></span> - - </td> - <td width="40%" class="center"> - <span class="top"><a href="section_e54aa8aac34aa55341e8b4b782fe1a74.html">FOSSEE Signal Processing Toolbox</a></span> - - </td> - <td width="30%" class="next"> - <span class="next"><a href="durbinlevinson.html">durbinlevinson >></a></span> - - </td> - </tr></table> - <hr /> - </div> - </body> -</html> |