|
| 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 floating-point vector.
|
| |
| 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 floating-point vector, using values in increments of 'stride'.
|
| |
| 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 fixed-point vector.
|
| |
| 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 fixed-point vector, using values in increments of 'stride'.
|
| |
| 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 fixed-point vector.
|
| |
| 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 fixed-point vector, using values in increments of 'stride'.
|
| |
| 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 vector.
|
| |
| 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 vector, using values in increments of 'stride'.
|
| |
| 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-point vector.
|
| |
| 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-point vector, using values in increments of 'stride'.
|
| |
| 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-point vector.
|
| |
| 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-point vector, using values in increments of 'stride'.
|
| |
| 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 vector.
|
| |
| 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 vector, using values in increments of 'stride'.
|
| |
| 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 vector.
|
| |
| 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 vector, using values in increments of 'stride'.
|
| |
| 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-point vector.
|
| |
| 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-point vector, using values in increments of 'stride'.
|
| |