Description Usage Arguments Details Value Author(s) References See Also Examples
Performs univariate discrete sine, cosine or Hartley transform.
1 2 3 4 |
x |
a vector or matrix to be transformed |
type |
type of transform. Default "dct" is discrete cosine, "dst" is discrete sine and "dht" is discrete Hartley |
variant |
a transformation variant - 1...4 for DCT-I...DCT-IV or DST-I...DST-IV. Default is DCT-II or DST-II. Ignored when type = "dht" |
inverted |
if the inverted transform should be performed? |
This function transforms a vector of real numbers into a vector of its DCT, DST or DHT components, of the same length.
If the x is a matrix, the transform goes by rows (each row of a result is a transform of corresponding row in x).
The dct, dst and dht functions are simple wrappers for choosing the type by function name.
A transformed vector.
Lukasz Komsta
1. N. Ahmed, T. Natarajan, and K. R. Rao, "Discrete Cosine Transform", IEEE Trans. Computers, 90-93, Jan 1974. 2. S. A. Martucci, "Symmetric convolution and the discrete sine and cosine transforms", IEEE Trans. Sig. Processing SP-42, 1038-1051 (1994). 3. R. V. L. Hartley, "A more symmetrical Fourier analysis applied to transmission problems," Proc. IRE 30, 144-150 (1942).
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.