16#ifndef _NRF_DSP_STAT_RDS_FUNCTIONS_H_
17#define _NRF_DSP_STAT_RDS_FUNCTIONS_H_
int16_t nrf_dsp_rds_i8(const int8_t *p_input, uint16_t num)
Calculates Root Difference Square value of a INT8 fixed-point vector.
flt32_t nrf_dsp_rds_f32_s(const flt32_t *p_input, uint16_t num, size32_t stride)
Calculates Root Difference Square value of a floating-point vector using values in increments of ...
int32_t nrf_dsp_rds_i16(const int16_t *p_input, uint16_t num)
Calculates Root Difference Square value of a INT16 fixed-point vector.
int16_t nrf_dsp_rds_i8_s(const int8_t *p_input, uint16_t num, size32_t stride)
Calculates Root Difference Square value of a INT8 fixed-point vector using values in increments o...
flt32_t nrf_dsp_rds_f32(const flt32_t *p_input, uint16_t num)
Calculates Root Difference Square value of a floating-point vector.
int32_t nrf_dsp_rds_i16_s(const int16_t *p_input, uint16_t num, size32_t stride)
Calculates Root Difference Square value of a INT16 fixed-point vector using values in increments ...
size_t size32_t
Architecture 32-bit size_t type definition.
Definition nrf_edgeai_ctypes.h:31
float flt32_t
32-bit floating-point type definition.
Definition nrf_edgeai_ctypes.h:21