summaryrefslogtreecommitdiff
path: root/help/en_US/digitrevorder.xml
diff options
context:
space:
mode:
authorttt2018-12-06 13:42:14 +0530
committerttt2018-12-06 13:42:14 +0530
commitd6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795 (patch)
treefdbe9d1a10e7c256e86d7efae276fa75615cd0ba /help/en_US/digitrevorder.xml
parent3ffa5ac619587eadfdb4ffd3e2fee57fee385e21 (diff)
downloadFOSSEE-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/digitrevorder.xml')
-rw-r--r--help/en_US/digitrevorder.xml40
1 files changed, 0 insertions, 40 deletions
diff --git a/help/en_US/digitrevorder.xml b/help/en_US/digitrevorder.xml
index 988f372..0bb8577 100644
--- a/help/en_US/digitrevorder.xml
+++ b/help/en_US/digitrevorder.xml
@@ -20,44 +20,4 @@
<refpurpose></refpurpose>
</refnamediv>
-<refsynopsisdiv>
- <title>Calling Sequence</title>
- <synopsis>
- [y,i] = digitrevorder(x,r)
- y = digitrevorder(x,r)
- </synopsis>
- <para> </para>
-</refsynopsisdiv>
-
-<refsection>
- <title>Parameters</title>
- <variablelist>
- <varlistentry><term>x:</term>
- <listitem><para> Vector of real or complex values</para></listitem></varlistentry>
- <varlistentry><term>r:</term>
- <listitem><para> radix / base </para></listitem></varlistentry>
- <varlistentry><term>y:</term>
- <listitem><para> input vector in bit reverse order</para></listitem></varlistentry>
- <varlistentry><term>i:</term>
- <listitem><para> indices after bit reversing </para></listitem></varlistentry>
- <para> </para>
- </variablelist>
-</refsection>
-
-<refsection>
- <title>Description</title>
- <para>
-This function returns the input data after reversing the digits of the indices and reordering the elements of the input array.
-</para>
-</refsection>
-
-<refsection>
- <title>Examples</title>
- <programlisting role="example"><![CDATA[
-x = [%i,1,3,6*%i] ;
-r = 2 ;
-[y i]=digitrevorder(x, r)
- ]]></programlisting>
-</refsection>
-
</refentry>