AM273x MCU+ SDK  08.02.00

Introduction

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)
 

Macro Definition Documentation

◆ HWA_WINDOW_MODE_18BITREAL

#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

◆ HWA_WINDOW_MODE_16BITREAL

#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

◆ HWA_WINDOW_MODE_COMPLEX

#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