<< idct2 FOSSEE Signal Processing Toolbox ifft >>

FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > idst1

idst1

This function computes the inverse type I discrete sine transform.

Calling Sequence

Y = idst(X)
Y = idst(X, N)

Parameters

X:

Matrix or integer

N:

If N is given, then X is padded or trimmed to length N before computing the transform.

Description

This function computes the inverse type I discrete sine transform of Y. If N is given, then Y is padded or trimmed to length N before computing the transform. If Y is a matrix, compute the transform along the columns of the the matrix.

Examples

idst([1,3,6])
ans =
3.97487  -2.50000   0.97487

Report an issue
<< idct2 FOSSEE Signal Processing Toolbox ifft >>