···11+1.3.0 2012-07-18
22+ removed non-standard malloc.h from kiss_fft.h
33+44+ moved -lm to end of link line
55+66+ checked various return values
77+88+ converted python Numeric code to NumPy
99+1010+ fixed test of int32_t on 64 bit OS
1111+1212+ added padding in a couple of places to allow SIMD alignment of structs
1313+1141.2.9 2010-05-27
215 threadsafe ( including OpenMP )
316···243725381.2.4 (Oct 27, 2005) The "oops, inverse fixed point real fft was borked" release.
2639 Fixed scaling bug for inverse fixed point real fft -- also fixed test code that should've been failing.
2727- Thanks to Jean-Marc Valin for bug report.
4040+ Thanks to Jean-Marc Valin for bug report.
28412942 Use sys/types.h for more portable types than short,int,long => int16_t,int32_t,int64_t
3043 If your system does not have these, you may need to define them -- but at least it breaks in a
+1-1
Makefile
···11-KFVER=129
11+KFVER=130
2233doc:
44 @echo "Start by reading the README file. If you want to build and test lots of stuff, do a 'make testall'"
+2-2
README
···4040 * fast convolution FIR filtering (not available for fixed point)
4141 * spectrum image creation
42424343-The core fft and most tools/ code can be compiled to use float, double
4444-or Q15 short samples. The default is float.
4343+The core fft and most tools/ code can be compiled to use float, double,
4444+ Q15 short or Q31 samples. The default is float.
454546464747BACKGROUND: