![]() |
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 | |
| flt32_t | nrf_dsp_spectral_spread_f32 (flt32_t p_spectrum[], uint16_t num, nrf_dsp_spectral_ctx_f32_t *p_ctx) |
| Calculate Spectral Spread in floating-point spectrum. | |
| int16_t | nrf_dsp_spectral_spread_i16 (int16_t p_spectrum[], uint16_t num, nrf_dsp_spectral_ctx_i16_t *p_ctx) |
| Calculate Spectral Spread in INT16 fixed-point spectrum. | |