15#ifndef _NRF_DSP_STAT_HJORTH_FUNCTIONS_H_
16#define _NRF_DSP_STAT_HJORTH_FUNCTIONS_H_
void nrf_dsp_hjorth_i16(const int16_t *p_input, uint16_t num, nrf_dsp_hjorth_params_i16_t *p_params, nrf_dsp_stat_ctx_i16_t *p_ctx)
Calculates Hjorth Parameters in a INT16 fixed-point vector.
void nrf_dsp_hjorth_i8(const int8_t *p_input, uint16_t num, nrf_dsp_hjorth_params_i8_t *p_params, nrf_dsp_stat_ctx_i8_t *p_ctx)
Calculates Hjorth Parameters in a INT8 fixed-point vector.
void nrf_dsp_hjorth_f32(const flt32_t *p_input, uint16_t num, nrf_dsp_hjorth_params_f32_t *p_params, nrf_dsp_stat_ctx_f32_t *p_ctx)
Calculates Hjorth Parameters in a floating-point vector.
struct nrf_dsp_hjorth_params_i16_s nrf_dsp_hjorth_params_i16_t
Hjorth Parameters values for INT16 signal format.
struct nrf_dsp_hjorth_params_f32_s nrf_dsp_hjorth_params_f32_t
Hjorth Parameters values for F32 signal format.
struct nrf_dsp_hjorth_params_i8_s nrf_dsp_hjorth_params_i8_t
Hjorth Parameters values for INT8 signal format.
float flt32_t
32-bit floating-point type definition.
Definition nrf_edgeai_ctypes.h:21
flt32_t activity
Definition nrf_dsp_hjorth.h:31
flt32_t complexity
Definition nrf_dsp_hjorth.h:42
flt32_t mobility
Definition nrf_dsp_hjorth.h:36
Hjorth Parameters values for F32 signal format.
Definition nrf_dsp_hjorth.h:29
int32_t activity
Definition nrf_dsp_hjorth.h:68
int32_t mobility
Definition nrf_dsp_hjorth.h:71
int32_t complexity
Definition nrf_dsp_hjorth.h:74
Hjorth Parameters values for INT16 signal format.
Definition nrf_dsp_hjorth.h:66
int16_t mobility
Definition nrf_dsp_hjorth.h:55
int16_t activity
Definition nrf_dsp_hjorth.h:52
int16_t complexity
Definition nrf_dsp_hjorth.h:58
Hjorth Parameters values for INT8 signal format.
Definition nrf_dsp_hjorth.h:50
Floating-point statistics reusable context, in which is used to store derived or intermediate metrics...
Definition nrf_dsp_types.h:85
INT16 statistics reusable context, in which is used to store derived or intermediate metrics to simpl...
Definition nrf_dsp_types.h:146
INT8 statistics reusable context, in which is used to store derived or intermediate metrics to simpli...
Definition nrf_dsp_types.h:125