liamappelbe / fftea

A simple and efficient FFT implementation for Dart
Apache License 2.0
63 stars 1 forks source link

Is it worth including Bluestein's algorithm? #12

Closed liamappelbe closed 11 months ago

liamappelbe commented 11 months ago

Probably not worth it. The algorithm is essentially the same as Rader's algorithm (turns FFT into a convolution).