mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-18 21:14:24 -04:00
additional features for peak picking
This commit is contained in:
11
kiss_fft.h
11
kiss_fft.h
@ -1,10 +1,13 @@
|
||||
#ifndef KISS_FFT_H
|
||||
#define KISS_FFT_H
|
||||
|
||||
#ifndef kiss_fft_scalar
|
||||
# ifdef FIXED_POINT
|
||||
# define kiss_fft_scalar short
|
||||
# else
|
||||
#ifdef FIXED_POINT
|
||||
|
||||
# define kiss_fft_scalar short
|
||||
# define FIXED_POINT_FRAC_BITS 15
|
||||
|
||||
#else
|
||||
# ifndef kiss_fft_scalar
|
||||
# define kiss_fft_scalar float
|
||||
# endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user