liamappelbe / fftea

A simple and efficient FFT implementation for Dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it worth including Bluestein's algorithm?

liamappelbe opened this issue · comments

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