15#ifndef _NRF_DSP_TRANSFORM_REAL_FHT_H_
16#define _NRF_DSP_TRANSFORM_REAL_FHT_H_
25#define NRF_DSP_FRACT_BITS_7 7
26#define NRF_DSP_FRACT_BITS_15 15
66 const void* p_sin_table,
67 const void* p_tg_table,
68 const uint16_t* p_rev_bit_index,
70 const uint16_t window_size,
71 const uint16_t log_n);
void * p_window
Definition nrf_dsp_rfht.h:43
uint16_t window_size
Definition nrf_dsp_rfht.h:46
void * p_tg_table
Definition nrf_dsp_rfht.h:37
uint16_t * p_rev_bit_index
Definition nrf_dsp_rfht.h:40
void * p_sin_table
Definition nrf_dsp_rfht.h:34
uint16_t log_n
Definition nrf_dsp_rfht.h:49
Instance structure for the RFHT/RIFHT functions.
Definition nrf_dsp_rfht.h:32