Back to C-ASPT Contents Page

Linear transformations module

API Summary



Initialization Routines


In place transform calculation functions

Description

Implements functions to perform in place Fast Fourier, Discrete Sign, and Discrete Cosine transformations. The functions in this module require data length that is power of 2 and uses radix-2 and radix-4 decimation in frequency Fast Fourier Transform algorithms. The input data are replaced by the transformation output, and therefore is lost.

Copyright

Copyright (c) DSP ALGORITHMS 2003; all rights reserved.

<< Back to top

cplxFft32f

<< Back to top

realFft32f

<< Back to top

ddct32f

<< Back to top

ddst32f

<< Back to top

dfct32f

<< Back to top

dfst32f

<< Back to top

initRealFft32f

<< Back to top

initCplxFft32f

<< Back to top

initDdsct32f

<< Back to top

initDfsct32f