diff options
author | ttt | 2018-12-06 13:42:14 +0530 |
---|---|---|
committer | ttt | 2018-12-06 13:42:14 +0530 |
commit | d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795 (patch) | |
tree | fdbe9d1a10e7c256e86d7efae276fa75615cd0ba /help/en_US/dftmtx.xml | |
parent | 3ffa5ac619587eadfdb4ffd3e2fee57fee385e21 (diff) | |
download | FOSSEE-Signal-Processing-Toolbox-d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795.tar.gz FOSSEE-Signal-Processing-Toolbox-d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795.tar.bz2 FOSSEE-Signal-Processing-Toolbox-d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795.zip |
code by jitendra and added more test4.sce
Diffstat (limited to 'help/en_US/dftmtx.xml')
-rw-r--r-- | help/en_US/dftmtx.xml | 39 |
1 files changed, 1 insertions, 38 deletions
diff --git a/help/en_US/dftmtx.xml b/help/en_US/dftmtx.xml index 4197d98..c455f6c 100644 --- a/help/en_US/dftmtx.xml +++ b/help/en_US/dftmtx.xml @@ -17,44 +17,7 @@ <refnamediv> <refname>dftmtx</refname> - <refpurpose>Computes n-by-n Discrete Fourier transformation matrix. </refpurpose> + <refpurpose>Computes n-by-n Discrete Fourier transformation matrix</refpurpose> </refnamediv> - -<refsynopsisdiv> - <title>Calling Sequence</title> - <synopsis> - d = dftmtx(n) - </synopsis> -</refsynopsisdiv> - -<refsection> - <title>Parameters</title> - <variablelist> - <varlistentry><term>n:</term> - <listitem><para> Real positive scalar number</para></listitem></varlistentry> - </variablelist> -</refsection> - -<refsection> - <title>Description</title> - <para> -This fuction gives a complex matrix of values whose product with a vector produces the discrete Fourier transform. This can also be achieved by directly using the fft function i.e. y=fft(x) is same as y=A*x where A=dftmtx(n). -</para> -</refsection> - -<refsection> - <title>Examples</title> - <programlisting role="example"><![CDATA[ -d = dftmtx(4) - ]]></programlisting> -</refsection> - -<refsection> -<title>Modified by :</title> -<simplelist type="vert"> -<member>Sonu Sharma, RGIT Mumbai (fellow at FOSSEE, IIT Bombay)</member> - </simplelist> -</refsection> - </refentry> |