15#ifndef _NRF_DSP_FASTMATH_COMPLEX_MATH_H_
16#define _NRF_DSP_FASTMATH_COMPLEX_MATH_H_
void nrf_dsp_cmplx_mag_i16(const int16_t *p_input, int16_t *p_output, uint16_t num)
Computes the magnitude of the elements of a complex data vector in ingeter 16-bit format.
void nrf_dsp_cmplx_mag_f32(const flt32_t *p_input, flt32_t *p_output, uint16_t num)
Computes the magnitude of the elements of a complex data vector.
float flt32_t
32-bit floating-point type definition.
Definition nrf_edgeai_ctypes.h:21