liamappelbe / fftea

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

Version 1.1: Support input arrays of any size #14

Closed liamappelbe closed 2 years ago

liamappelbe commented 2 years ago

Add support for FFTs of any size, using a patchwork of different FFT implementations.

Fixes #10