mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-18 13:04:19 -04:00
getting ready to release version 1.0
This commit is contained in:
@ -63,4 +63,4 @@ snr: all
|
||||
test: snr time fftw
|
||||
|
||||
clean:
|
||||
rm -f *~ fftutil_* bm_* *.dat
|
||||
rm -f *~ fftutil_* bm_* tr_* *.dat
|
||||
|
@ -38,7 +38,7 @@ double snr_compare( kiss_fft_cpx * vec1,kiss_fft_cpx * vec2, int n)
|
||||
#ifndef RANDOM
|
||||
#define NFFT 8
|
||||
#else
|
||||
#define NFFT 1800
|
||||
#define NFFT 2*3*5*7*11
|
||||
#endif
|
||||
|
||||
#ifndef NUMFFTS
|
||||
|
Reference in New Issue
Block a user