dctinv
Inverse Discrete Cosine Transform of a sample array (type-III DCT)
Applies an Inverse Discrete Cosine Transform to an input 1-dimensional array producing an array of the same size containing the transform. Currently only power-of-two sizes are implemented. Available in i-time or perf (k-rate) versions.
Syntax
Initialization
iout[] -- output array containing the IDCT. It will be created if it does not exist.
iin[] -- input array containing the input
Performance
kout[] -- output array containing the IDCT. It will be created if it does not exist.
kin[] -- input array containing the input
Examples
Here is an example of the dctinv opcode. It uses the file dctinv.csd.
See Also
Vectorial opcodes, array opcodes, dct
Credits
Author: Victor Lazzarini
NUI Maynooth
2014
New in version 6.04