From 11f08cc395ea1b0de77af3dbb87a985418fc3800 Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Fri, 24 Nov 2017 19:19:30 +0530 Subject: Created xml help files --- help/en_US/dst1.xml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 help/en_US/dst1.xml (limited to 'help/en_US/dst1.xml') diff --git a/help/en_US/dst1.xml b/help/en_US/dst1.xml new file mode 100644 index 0000000..62fa699 --- /dev/null +++ b/help/en_US/dst1.xml @@ -0,0 +1,47 @@ + + + + + + + + dst1 + Computes the type I discrete sine transform of x + + + + + Calling Sequence + + y= dst1(x) + y= dst1(x,n) + + + + + Parameters + + x: + real or complex valued vector + + + + + Description + +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. + + + -- cgit