LIBML
Version 3.2.4
LIBML DSP Software Library
|
Functions | |
f32_t | tpt_weighted_sum_f32 (const f32_t *aInData, const f32_t *aWeight, uint32_t aCount) |
Weighted Sum of the single-precision floating-point vector. More... | |
This function calculates the weighted sum of the input vector. TPT DSP library only supports the weighted sum function for single-precision floating-point data.
Weighted Sum of the single-precision floating-point vector.
[in] | aInData | pointer of the input vector |
[in] | aWeight | pointer of the weighted vector |
[in] | aCount | number of elements in a vector |