![]() |
Edge AI Add-on API 2.2.0
|
#include "nrf_dsp_psot.h"Go to the source code of this file.
Macros | |
| #define | nrf_dsp_psoz_f32(p_input, num) |
| Calculates Percentage of signal over zero in a floating-point vector. | |
| #define | nrf_dsp_psoz_f32_s(p_input, num, stride) |
| Calculates Percentage of signal over zero in a floating-point vector using values in increments of 'stride'. | |
| #define | nrf_dsp_psoz_i8(p_input, num) |
| Calculates Percentage of signal over zero in a INT8 fixed-point vector. | |
| #define | nrf_dsp_psoz_i8_s(p_input, num, stride) |
| Calculates Percentage of signal over zero in a INT8 fixed-point vector using values in increments of 'stride'. | |
| #define | nrf_dsp_psoz_i16(p_input, num) |
| Calculates Percentage of signal over zero in a INT16 fixed-point vector. | |
| #define | nrf_dsp_psoz_i16_s(p_input, num, stride) |
| Calculates Percentage of signal over zero in a INT16 fixed-point vector using values in increments of 'stride'. | |