*** empty log message ***

This commit is contained in:
Mark Borgerding
2004-01-30 03:40:54 +00:00
parent 6f99fc129a
commit 9ddb2bb744
5 changed files with 39 additions and 14 deletions

View File

@ -8,8 +8,14 @@
/*
ATTENTION!
If you would like a real-only FFT, see sample_code/kiss_fftr.c and .h
If you would like a 2-dimensional FFT, see sample_code/kiss_fft2d.c and .h
If you would like a :
-- a utility that will handle the caching of fft objects
-- real-only FFT
-- a multi-dimensional FFT
-- a command-line utility to perform ffts
-- a command-line utility to perform fast-convolution filtering
then see tools/
*/
#ifdef FIXED_POINT