mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-19 05:24:29 -04:00
*** empty log message ***
This commit is contained in:
7
README
7
README
@ -35,8 +35,8 @@ Code definitions for 1d complex FFTs are in kiss_fft.c.
|
||||
|
||||
You can do other cool stuff with the extras you'll find in tools/
|
||||
|
||||
* arbitrary dimension complex FFTs
|
||||
* 1-d real FFTs
|
||||
* multi-dimensional FFTs
|
||||
* real-optimized FFTs
|
||||
* fast convolution FIR filtering
|
||||
* spectrum image creation
|
||||
|
||||
@ -112,8 +112,7 @@ LICENSE:
|
||||
the other end. See http://www.fsf.org/licensing/licenses
|
||||
|
||||
TODO:
|
||||
*) Add real optimization for odd length FFTs (DST?)
|
||||
*) Add real optimization to the n-dimensional FFT
|
||||
*) Add real optimization for odd length FFTs
|
||||
*) Document/revisit the input/output fft scaling
|
||||
*) Make doc describing the overlap (tail) scrap fast convolution filtering in kiss_fastfir.c
|
||||
*) Test all the ./tools/ code with fixed point (kiss_fastfir.c doesn't work, maybe others)
|
||||
|
Reference in New Issue
Block a user