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.