Skip to content

Fast Discrete Cosine Transform (FCT) using an FFT optimzed for real input sequences

Notifications You must be signed in to change notification settings

hrichharms/fast_dct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 

Repository files navigation

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.

About

Fast Discrete Cosine Transform (FCT) using an FFT optimzed for real input sequences

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages