hbFFTPointSize

typedef enum {
  HB_FFT_POINT_SIZE_16 = 0,
  HB_FFT_POINT_SIZE_32,
  HB_FFT_POINT_SIZE_64,
  HB_FFT_POINT_SIZE_128,
  HB_FFT_POINT_SIZE_256,
  HB_FFT_POINT_SIZE_512,
  HB_FFT_POINT_SIZE_1024
} hbFFTPointSize;

Enumeration of FFT operation points that are used as computational parameters in the FFT and IFFT interfaces.

  • Member

    Member NameDescription
    HB_FFT_POINT_SIZE_1616 points of FFT.
    HB_FFT_POINT_SIZE_3232 points of FFT.
    HB_FFT_POINT_SIZE_6464 points of FFT.
    HB_FFT_POINT_SIZE_128128 points of FFT.
    HB_FFT_POINT_SIZE_256256 points of FFT.
    HB_FFT_POINT_SIZE_512512 points of FFT.
    HB_FFT_POINT_SIZE_10241024 points of FFT.