summaryrefslogtreecommitdiff
path: root/help/en_US/scilab_en_US_help/ifftn.html
diff options
context:
space:
mode:
authorSunil Shetye2018-07-17 18:02:33 +0530
committerSunil Shetye2018-07-26 23:50:17 +0530
commit6011540ce239922c0723ff2f1534e915b420cd1f (patch)
treec27dc9e40a7942fa99daf790da5e620d80bebee0 /help/en_US/scilab_en_US_help/ifftn.html
parentcdd55940b7a287810e423017c42e7c965815c468 (diff)
downloadFOSSEE-Signal-Processing-Toolbox-6011540ce239922c0723ff2f1534e915b420cd1f.tar.gz
FOSSEE-Signal-Processing-Toolbox-6011540ce239922c0723ff2f1534e915b420cd1f.tar.bz2
FOSSEE-Signal-Processing-Toolbox-6011540ce239922c0723ff2f1534e915b420cd1f.zip
remove autogenerated files
remove execute permission from scilab files update macros/names fix build process by building macros before help
Diffstat (limited to 'help/en_US/scilab_en_US_help/ifftn.html')
-rw-r--r--help/en_US/scilab_en_US_help/ifftn.html76
1 files changed, 0 insertions, 76 deletions
diff --git a/help/en_US/scilab_en_US_help/ifftn.html b/help/en_US/scilab_en_US_help/ifftn.html
deleted file mode 100644
index 4957baf..0000000
--- a/help/en_US/scilab_en_US_help/ifftn.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<html><head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>ifftn</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="ifft2.html">&lt;&lt; ifft2</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="ifftshift1.html">ifftshift1 &gt;&gt;</a></span>
-
- </td>
- </tr></table>
- <hr />
- </div>
-
-
-
- <span class="path"><a href="index.html">FOSSEE Signal Processing Toolbox</a> &gt;&gt; <a href="section_e54aa8aac34aa55341e8b4b782fe1a74.html">FOSSEE Signal Processing Toolbox</a> &gt; ifftn</span>
-
- <br /><br />
- <div class="refnamediv"><h1 class="refname">ifftn</h1>
- <p class="refpurpose">Compute the inverse N-dimensional discrete Fourier transform of A using a Fast Fourier Transform (FFT) algorithm.</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">ifftn</span><span class="default">(</span><span class="default">A</span><span class="default">)</span>
-<span class="default">Y</span><span class="default"> = </span><span class="functionid">ifftn</span><span class="default">(</span><span class="default">A</span><span class="default">, </span><span class="default">size</span><span class="default">)</span></pre></div></div>
-
-<div class="refsection"><h3 class="title">Parameters</h3>
- <dl><dt><span class="term">A:</span>
- <dd><p class="para">Matrix</p></dd></dt></dl></div>
-
-<div class="refsection"><h3 class="title">Description</h3>
- <p class="para">Compute the inverse N-dimensional discrete Fourier transform of A using a Fast Fourier Transform (FFT) algorithm. The optional vector argument SIZE may be used specify the dimensions of the array to be used. If an element of SIZE is smaller than the corresponding dimension of A, then the dimension of A is truncated prior to performing the inverse FFT. Otherwise, if an element of SIZE is larger than the corresponding dimension then A is resized and padded with zeros.</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">ifftn</span><span class="scilabopenclose">(</span><span class="scilabopenclose">[</span><span class="scilabnumber">2</span><span class="scilabdefault">,</span><span class="scilabnumber">3</span><span class="scilabdefault">,</span><span class="scilabnumber">4</span><span class="scilabopenclose">]</span><span class="scilabopenclose">)</span>
-<span class="scilabid">ans</span> <span class="scilaboperator">=</span>
-<span class="scilabnumber">3.</span> <span class="scilaboperator">-</span> <span class="scilabnumber">0.5</span> <span class="scilaboperator">-</span> <span class="scilabnumber">0.2886751</span><span class="scilabid">i</span> <span class="scilaboperator">-</span> <span class="scilabnumber">0.5</span> <span class="scilaboperator">+</span> <span class="scilabnumber">0.2886751</span><span class="scilabid">i</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="ifft2.html">&lt;&lt; ifft2</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="ifftshift1.html">ifftshift1 &gt;&gt;</a></span>
-
- </td>
- </tr></table>
- <hr />
- </div>
- </body>
-</html>