Hacker News new | ask | show | jobs
by occamrazor 1116 days ago
I have implemented a convolution (using radix-2 FFT) as an intermediate step in Bluestein FFT.

Look in the source of: https://github.com/altomani/XL-FFT

1 comments

Oh wow that's really impressive. Thanks a lot !