![]() |
Edge AI Add-on API 2.2.0
|
#include <nrf_edgeai/dsp/nrf_dsp_types.h>Go to the source code of this file.
Functions | |
| 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. | |
| 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. | |