| |
| | Radix-4 Fast Cosine Transform |
 | | as far as I know, FFT is an algorithm to compute transforms (DFT, discrete sine transform, discrete cosine transform, hartley transform, etc) faster than if we use the original formula of the aforementioned transform. |
 | | I am looking for Radix-4 algorithms, because for N being a power of four, Radix-4 algorithms are faster than radix-2 algorithms. |
 | | In the radix-4 algorithm, the transform is split into a number of these trivial four-point transforms, and non-trivial multiplications only have to be performed between stages of these fourpoint transforms. |
| www.edaboard.com /ftopic159869.html (798 words) |
|