summaryrefslogtreecommitdiff
path: root/help/en_US/dst1.xml
diff options
context:
space:
mode:
authorBrijeshcr2017-11-30 20:21:36 +0530
committerBrijeshcr2017-11-30 20:21:36 +0530
commit9d18f39d1775acd7f96e2388b186bb15068ff910 (patch)
tree7dc4d248208dd3ea7dac6e4ffb056f9b16a601eb /help/en_US/dst1.xml
parentc257cd7a7e766fb89332cca4fb367904767362ed (diff)
parent14d0ad8d846d12b3c82b0b5bc4ffd4d1360ec288 (diff)
downloadFOSSEE-Signal-Processing-Toolbox-9d18f39d1775acd7f96e2388b186bb15068ff910.tar.gz
FOSSEE-Signal-Processing-Toolbox-9d18f39d1775acd7f96e2388b186bb15068ff910.tar.bz2
FOSSEE-Signal-Processing-Toolbox-9d18f39d1775acd7f96e2388b186bb15068ff910.zip
Merge and solve ifft2 conflict
Diffstat (limited to 'help/en_US/dst1.xml')
-rw-r--r--help/en_US/dst1.xml26
1 files changed, 25 insertions, 1 deletions
diff --git a/help/en_US/dst1.xml b/help/en_US/dst1.xml
index e41beb5..62fa699 100644
--- a/help/en_US/dst1.xml
+++ b/help/en_US/dst1.xml
@@ -17,7 +17,31 @@
<refnamediv>
<refname>dst1</refname>
- <refpurpose></refpurpose>
+ <refpurpose>Computes the type I discrete sine transform of x</refpurpose>
</refnamediv>
+
+<refsynopsisdiv>
+ <title>Calling Sequence</title>
+ <synopsis>
+ y= dst1(x)
+ y= dst1(x,n)
+ </synopsis>
+</refsynopsisdiv>
+
+<refsection>
+ <title>Parameters</title>
+ <variablelist>
+ <varlistentry><term>x:</term>
+ <listitem><para> real or complex valued vector</para></listitem></varlistentry>
+ </variablelist>
+</refsection>
+
+<refsection>
+ <title>Description</title>
+ <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.
+</para>
+</refsection>
</refentry>