|
| flt32_t | nrf_dsp_crest_f32 (const flt32_t *p_input, uint16_t num, const flt32_t *p_absmax, nrf_dsp_stat_ctx_f32_t *p_ctx) |
| | Calculates Crest Factor (Peak to RMS) in a floating-point vector.
|
| |
| flt32_t | nrf_dsp_crest_f32_s (const flt32_t *p_input, uint16_t num, size32_t stride, const flt32_t *p_absmax, nrf_dsp_stat_ctx_f32_t *p_ctx) |
| | Calculates Crest Factor (Peak to RMS) in a floating-point vector using values in increments of 'stride'.
|
| |
| int16_t | nrf_dsp_crest_i8 (const int8_t *p_input, uint16_t num, const int8_t *p_absmax, nrf_dsp_stat_ctx_i8_t *p_ctx) |
| | Calculates Crest Factor (Peak to RMS) in a INT8 fixed-point vector.
|
| |
| int16_t | nrf_dsp_crest_i8_s (const int8_t *p_input, uint16_t num, size32_t stride, const int8_t *p_absmax, nrf_dsp_stat_ctx_i8_t *p_ctx) |
| | Calculates Crest Factor (Peak to RMS) in a INT8 fixed-point vector using values in increments of 'stride'.
|
| |
| int16_t | nrf_dsp_crest_i16 (const int16_t *p_input, uint16_t num, const int16_t *p_absmax, nrf_dsp_stat_ctx_i16_t *p_ctx) |
| | Calculates Crest Factor (Peak to RMS) in a INT16 fixed-point vector.
|
| |
| int16_t | nrf_dsp_crest_i16_s (const int16_t *p_input, uint16_t num, size32_t stride, const int16_t *p_absmax, nrf_dsp_stat_ctx_i16_t *p_ctx) |
| | Calculates Crest Factor (Peak to RMS) in a INT16 fixed-point vector using values in increments of 'stride'.
|
| |