-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Labels
Description
Hi,
I know the scope of this project is FFTs. And I know I can substitute DCTs with FFTs of twice the size of each dimension through mirror reflection of the array. For large 2D arrays this leads to huge memory and speed demands.
Given the similarity of DFT and DCT would it be possible for you to implement kind of a 'fast cosine transform' based on your existing work? Leaving the sine terms out?