![]() |
LIBML
Version 3.2.4
LIBML DSP Software Library
|

Functions | |
| f32_t | tpt_absmax_val_f32 (const f32_t *aInData, uint32_t aCount) |
| Maximum absolute value of the double-precision floating-point vector. More... | |
| f64_t | tpt_absmax_val_f64 (const f64_t *aInData, uint32_t aCount) |
| Maximum absolute value of the double-precision floating-point vector. More... | |
| q7_t | tpt_absmax_val_q7 (const q7_t *aInData, uint32_t aCount) |
| Maximum absolute value of the q7 vector. More... | |
| q15_t | tpt_absmax_val_q15 (const q15_t *aInData, uint32_t aCount) |
| Maximum absolute value of the q15 vector. More... | |
| q31_t | tpt_absmax_val_q31 (const q31_t *aInData, uint32_t aCount) |
| Maximum absolute value of the q31 vector. More... | |
Absolute Maximum functions compare the absolute values in a vector and return the maximum one along with its index.
TPT DSP library supports distinct absolute maximum functions for single-precision floating-point, Q31, Q15 and Q7 data types. These functions are introduced in the subsections below.
Maximum absolute value of the double-precision floating-point vector.
| [in] | aInData | pointer of the input vector |
| [in] | aCount | number of elements in a vector |
Maximum absolute value of the double-precision floating-point vector.
| [in] | aInData | pointer of the input vector |
| [in] | aCount | number of elements in a vector |
Maximum absolute value of the q15 vector.
| [in] | aInData | pointer of the input vector |
| [in] | aCount | number of elements in a vector |
Maximum absolute value of the q31 vector.
| [in] | aInData | pointer of the input vector |
| [in] | aCount | number of elements in a vector |