AM273x MCU+ SDK  09.02.00

Introduction

Macros that define values for interpolation property of the FFT window to achieve larger FFT size using stitching.

Macros

#define HWA_FFT_WINDOW_INTERPOLATE_MODE_NONE   ((uint8_t)0U)
 
#define HWA_FFT_WINDOW_INTERPOLATE_MODE_4K   ((uint8_t)2U)
 
#define HWA_FFT_WINDOW_INTERPOLATE_MODE_8K   ((uint8_t)1U)
 

Macro Definition Documentation

◆ HWA_FFT_WINDOW_INTERPOLATE_MODE_NONE

#define HWA_FFT_WINDOW_INTERPOLATE_MODE_NONE   ((uint8_t)0U)

no window interpolation is enabled

◆ HWA_FFT_WINDOW_INTERPOLATE_MODE_4K

#define HWA_FFT_WINDOW_INTERPOLATE_MODE_4K   ((uint8_t)2U)

window interpolation to achieve 4K FFT

◆ HWA_FFT_WINDOW_INTERPOLATE_MODE_8K

#define HWA_FFT_WINDOW_INTERPOLATE_MODE_8K   ((uint8_t)1U)

window interpolation to achieve 8K FFT