Macros that define values for windowing mode of the FFT window.
Macros | |
| #define | HWA_WINDOW_MODE_18BITREAL ((uint8_t)0U) |
| #define | HWA_WINDOW_MODE_16BITREAL ((uint8_t)1U) |
| #define | HWA_WINDOW_MODE_COMPLEX ((uint8_t)2U) |
| #define HWA_WINDOW_MODE_18BITREAL ((uint8_t)0U) |
window coefficients are 18-bit signed real values, upto 2048 real coefficients can be stored in RAM
| #define HWA_WINDOW_MODE_16BITREAL ((uint8_t)1U) |
window coefficients are 16-bit signed real values, upto 4096 real coefficients can be stored in RAM
| #define HWA_WINDOW_MODE_COMPLEX ((uint8_t)2U) |
window coefficients are 16-bit I/Q complex values, upto 2048 complex coefficients can be stored in RAM