2D Inverse DST VI
- Updated2025-07-30
- 2 minute(s) read
Computes the inverse Discrete Sine Transform (DST) of the input sequence DST {X}. Wire data to the DST {X} input to determine the polymorphic instance to use or manually select the instance.

Inputs/Outputs
DST {X}
—
DST {X} is the real input sequence.
X
—
X is the inverse DST of DST {X}.
error
—
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster. |
2D Inverse DST
If y represents the input matrix DST {X}, the two-dimensional inverse Discrete Sine Transform of y is defined as:
where M and N are the number of rows and columns, respectively, of DST {X}. x(m, n) is the element of the output matrix X with row number m and column number n. y(u,v) is the element of DST {X} with row number u and column number v. This VI performs a two-dimensional inverse DST using the following two steps:
- Perform a one-dimensional inverse DST row-by-row on DST {X}. The output is Y'.
- Perform a one-dimensional inverse DST column-by-column on Y'. The output is X.
DST {X}
—
X
—
error
—