SignalProcessingExtensions Methods

Methods

DiscreteCosineTransform Computes the discrete cosine transform of a vector.
DiscreteSineTransform Computes the discrete sine transform (DST) of a vector. This implementation uses an FFT-based method to compute the DST-II.
InverseDiscreteCosineTransform Computes the inverse discrete cosine transform (iDCT) of a vector.
InverseDiscreteSineTransform Computes the inverse discrete sine transform (iDST) of a vector. This implementation computes the DST-III which is the inverse of DST-II.

See Also