precision-converters-firmware
adi_fft_windowing.h
Go to the documentation of this file.
1 /***************************************************************************/
12 #ifndef _ADI_FFT_WINDOWING_H_
13 #define _ADI_FFT_WINDOWING_H_
14 
15 /******************************************************************************/
16 /***************************** Include Files **********************************/
17 /******************************************************************************/
18 
19 #include <arm_math.h>
20 
21 /******************************************************************************/
22 /************************ Macros/Constants ************************************/
23 /******************************************************************************/
24 
25 /* Number of terms for blackman harris 7 term FFT */
26 #define ADI_FFT_NUM_OF_TERMS 7
27 
28 /******************************************************************************/
29 /************************ Public Declarations *********************************/
30 /******************************************************************************/
31 
33 extern const double adi_fft_7_term_bh_4096_sum;
34 extern const float32_t adi_fft_7_term_bh_4096[4096];
35 
36 #endif // !_ADI_FFT_WINDOWING_H_
const double adi_fft_7_term_bh_4096_sum
Definition: adi_fft_windowing.c:34
const float32_t adi_fft_7_term_bh_4096[4096]
Definition: adi_fft_windowing.c:36
#define ADI_FFT_NUM_OF_TERMS
Definition: adi_fft_windowing.h:26
const double adi_fft_7_term_bh_coefs[ADI_FFT_NUM_OF_TERMS]
Definition: adi_fft_windowing.c:23