xWRL6432 MMWAVE-L-SDK  05.04.00.01

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)1U)
 
#define HWA_FFT_WINDOW_INTERPOLATE_MODE_2K   ((uint8_t)2U)
 

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)1U)

window interpolation to acheive 4K FFT

◆ HWA_FFT_WINDOW_INTERPOLATE_MODE_2K

#define HWA_FFT_WINDOW_INTERPOLATE_MODE_2K   ((uint8_t)2U)

window interpolation to acheive 2K FFT