Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 471 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 471 Bytes

fast_dct

Fast Discrete Cosine Transform (FCT) using an FFT optimzed for real input sequences. Original paper by can be found here with the only change being that the algorithm implemented in fct.cpp does not multiply the output by a scale factor of two.

FFT used is a Radix-2 Cooley-Tukey algorithm optimized for real input sequences here.