summaryrefslogtreecommitdiff
path: root/help/en_US/dctmtx.xml
diff options
context:
space:
mode:
Diffstat (limited to 'help/en_US/dctmtx.xml')
-rw-r--r--help/en_US/dctmtx.xml38
1 files changed, 0 insertions, 38 deletions
diff --git a/help/en_US/dctmtx.xml b/help/en_US/dctmtx.xml
index 2594b48..81eb9cb 100644
--- a/help/en_US/dctmtx.xml
+++ b/help/en_US/dctmtx.xml
@@ -20,42 +20,4 @@
<refpurpose>Return the DCT transformation matrix of size N-by-N.</refpurpose>
</refnamediv>
-
-<refsynopsisdiv>
- <title>Calling Sequence</title>
- <synopsis>
- T = dctmtx(n)
- </synopsis>
-</refsynopsisdiv>
-
-<refsection>
- <title>Parameters</title>
- <variablelist>
- <varlistentry><term>n:</term>
- <listitem><para> Real scalar integer greater than or equal to 1</para></listitem></varlistentry>
- </variablelist>
-</refsection>
-
-<refsection>
- <title>Description</title>
- <para>
-dctmtx(n) returns a Discrete cosine transform matrix of order n-by-n. It is useful for jpeg image compression. D*A is the DCT of the columns of A and D'*A is the inverse DCT of the columns of A (when A is n-by-n).
-</para>
-</refsection>
-
-<refsection>
- <title>Examples</title>
- <programlisting role="example"><![CDATA[
- n= 3;
- T = dctmtx(n)
- ]]></programlisting>
-</refsection>
-
-<refsection>
-<title>Modified by :</title>
-<simplelist type="vert">
-<member>Sonu Sharma, RGIT Mumbai (fellow at FOSSEE, IIT Bombay)</member>
- </simplelist>
-</refsection>
-
</refentry>