slight fast fir changes

This commit is contained in:
Mark Borgerding
2004-01-30 00:17:01 +00:00
parent 80eccb4e3c
commit 9b738dc492
4 changed files with 82 additions and 7 deletions

5
README
View File

@ -72,9 +72,8 @@ LICENSE:
BSD, see COPYING for details. Basically, "free to use, give credit where due, no guarantees"
TODO:
*) Add 2d real optimized FFT
*) Make a better self-test program(s). Should report snr & timing for short,float,
or double.
*) Add real optimization for odd length FFTs
*) Add real optimization to the n-dimensional FFT
*) Add simple windowing function, e.g. Hamming : w(i)=.54-.46*cos(2pi*i/(n-1))
*) Make the fixed point scaling and bit shifts more easily configurable.
*) Document/revisit the input/output fft scaling