15#ifndef _NRF_DSP_STAT_PEAK2PEAK_FUNCTIONS_H_
16#define _NRF_DSP_STAT_PEAK2PEAK_FUNCTIONS_H_
111 int32_t* p_pk2pk_hf);
130 int32_t* p_pk2pk_hf);
int32_t nrf_dsp_pk2pk_hf_i16_s(const int16_t *p_input, uint16_t num, size32_t stride, size32_t window_size)
Finds Peak-to-Peak amplitude for High frequency component of signal, represented as a INT16 fixed-poi...
int16_t nrf_dsp_pk2pk_hf_i8_s(const int8_t *p_input, uint16_t num, size32_t stride, size32_t window_size)
Finds Peak-to-Peak amplitude for High frequency component of signal, represented as a INT8 fixed-poin...
int32_t nrf_dsp_pk2pk_lf_i16(const int16_t *p_input, uint16_t num, size32_t window_size)
Finds Peak-to-Peak amplitude for Low frequency component of signal, represented as a INT16 fixed-poin...
flt32_t nrf_dsp_pk2pk_hf_f32_s(const flt32_t *p_input, uint16_t num, size32_t stride, size32_t window_size)
Finds Peak-to-Peak amplitude for High frequency component of signal, represented as a floating-point ...
int32_t nrf_dsp_pk2pk_hf_i16(const int16_t *p_input, uint16_t num, size32_t window_size)
Finds Peak-to-Peak amplitude for High frequency component of signal, represented as a INT16 fixed-poi...
int16_t nrf_dsp_pk2pk_hf_i8(const int8_t *p_input, uint16_t num, size32_t window_size)
Finds Peak-to-Peak amplitude for High frequency component of signal, represented as a INT8 fixed-poin...
flt32_t nrf_dsp_pk2pk_lf_f32(const flt32_t *p_input, uint16_t num, size32_t window_size)
Finds Peak-to-Peak amplitude for Low frequency component of signal, represented as a floating-point v...
void nrf_dsp_pk2pk_lf_hf_i16_s(const int16_t *p_input, uint16_t num, size32_t stride, size32_t window_size, int32_t *p_pk2pk_lf, int32_t *p_pk2pk_hf)
Finds Peak-to-Peak amplitude for Low and High frequency components of signal, represented as a INT16 ...
flt32_t nrf_dsp_pk2pk_lf_f32_s(const flt32_t *p_input, uint16_t num, size32_t stride, size32_t window_size)
Finds Peak-to-Peak amplitude for Low frequency component of signal, represented as a floating-point v...
void nrf_dsp_pk2pk_lf_hf_f32(const flt32_t *p_input, uint16_t num, size32_t window_size, flt32_t *p_pk2pk_lf, flt32_t *p_pk2pk_hf)
Finds Peak-to-Peak amplitude for Low and High frequency components of signal, represented as a floati...
int16_t nrf_dsp_pk2pk_lf_i8_s(const int8_t *p_input, uint16_t num, size32_t stride, size32_t window_size)
Finds Peak-to-Peak amplitude for Low frequency component of signal, represented as a INT8 fixed-point...
void nrf_dsp_pk2pk_lf_hf_i8(const int8_t *p_input, uint16_t num, size32_t window_size, int16_t *p_pk2pk_lf, int16_t *p_pk2pk_hf)
Finds Peak-to-Peak amplitude for Low and High frequency components of signal, represented as a INT8 f...
flt32_t nrf_dsp_pk2pk_hf_f32(const flt32_t *p_input, uint16_t num, size32_t window_size)
Finds Peak-to-Peak amplitude for High frequency component of signal, represented as a floating-point ...
int32_t nrf_dsp_pk2pk_lf_i16_s(const int16_t *p_input, uint16_t num, size32_t stride, size32_t window_size)
Finds Peak-to-Peak amplitude for Low frequency component of signal, represented as a INT16 fixed-poin...
void nrf_dsp_pk2pk_lf_hf_f32_s(const flt32_t *p_input, uint16_t num, size32_t stride, size32_t window_size, flt32_t *p_pk2pk_lf, flt32_t *p_pk2pk_hf)
Finds Peak-to-Peak amplitude for Low and High frequency components of signal, represented as a floati...
void nrf_dsp_pk2pk_lf_hf_i8_s(const int8_t *p_input, uint16_t num, size32_t stride, size32_t window_size, int16_t *p_pk2pk_lf, int16_t *p_pk2pk_hf)
Finds Peak-to-Peak amplitude for Low and High frequency components of signal, represented as a INT8 f...
void nrf_dsp_pk2pk_lf_hf_i16(const int16_t *p_input, uint16_t num, size32_t window_size, int32_t *p_pk2pk_lf, int32_t *p_pk2pk_hf)
Finds Peak-to-Peak amplitude for Low and High frequency components of signal, represented as a INT16 ...
int16_t nrf_dsp_pk2pk_lf_i8(const int8_t *p_input, uint16_t num, size32_t window_size)
Finds Peak-to-Peak amplitude for Low frequency component of signal, represented as a INT8 fixed-point...
size_t size32_t
Architecture 32-bit size_t type definition.
Definition nrf_edgeai_ctypes.h:31
float flt32_t
32-bit floating-point type definition.
Definition nrf_edgeai_ctypes.h:21