Module dst

Module dst 

Source
Expand description

Discrete Sine Transform (DST) module

This module provides functions for computing the Discrete Sine Transform (DST) and its inverse (IDST).

Enums§

DSTType
Type of DST to perform

Functions§

dst
Compute the 1-dimensional discrete sine transform.
dst2
Compute the 2-dimensional discrete sine transform.
dst2_bandwidth_saturated_simd
Bandwidth-saturated SIMD implementation for 2D DST
dst_bandwidth_saturated_simd
Bandwidth-saturated SIMD implementation of Discrete Sine Transform
dstn
Compute the N-dimensional discrete sine transform.
idst
Compute the 1-dimensional inverse discrete sine transform.
idst2
Compute the 2-dimensional inverse discrete sine transform.
idstn
Compute the N-dimensional inverse discrete sine transform.