提供数组FFT API的库crate
由 Walter Smuts 提供
在 算法 中排名第2168
18KB 207 行
我意识到,constfft 的主要功能,即没有错误/恐慌并在数组上直接实现,并不限于数组。因此,我也在切片上实现了它。这意味着 constfft 的名字有点误导,所以诞生了 easyfft。 easyfft 比 constfft 更强大。
constfft
~3MB ~58K SLoC