|
| void | nrf_dsp_moments_f32 (const flt32_t *p_input, uint16_t num, nrf_dsp_stat_ctx_f32_t *p_ctx, nrf_dsp_moments_f32_t *p_m) |
| | Calculate 3 higher statistical moments(Variance, Skewness, Kurtosis) of a floating-point vector.
|
| |
| void | nrf_dsp_moments_f32_s (const flt32_t *p_input, uint16_t num, size32_t stride, nrf_dsp_stat_ctx_f32_t *p_ctx, nrf_dsp_moments_f32_t *p_m) |
| | Calculate 3 higher statistical moments(Variance, Skewness, Kurtosis) of a floating-point vector.
|
| |
| void | nrf_dsp_moments_i8 (const int8_t *p_input, uint16_t num, nrf_dsp_stat_ctx_i8_t *p_ctx, nrf_dsp_moments_i8_t *p_m) |
| | Calculate 3 higher statistical moments(Variance, Skewness, Kurtosis) of a INT8 vector.
|
| |
| void | nrf_dsp_moments_i16 (const int16_t *p_input, uint16_t num, nrf_dsp_stat_ctx_i16_t *p_ctx, nrf_dsp_moments_i16_t *p_m) |
| | Calculate 3 higher statistical moments(Variance, Skewness, Kurtosis) of a INT16 vector.
|
| |