NMSIS-DSP
Version 1.3.1
NMSIS DSP Software Library
|
Weighted average of values. More...
Functions | |
RISCV_DSP_ATTRIBUTE float16_t | riscv_weighted_average_f16 (const float16_t *in, const float16_t *weigths, uint32_t blockSize) |
Weighted average. More... | |
RISCV_DSP_ATTRIBUTE float32_t | riscv_weighted_average_f32 (const float32_t *in, const float32_t *weigths, uint32_t blockSize) |
Weighted average. More... | |
Weighted average of values.
RISCV_DSP_ATTRIBUTE float16_t riscv_weighted_average_f16 | ( | const float16_t * | in, |
const float16_t * | weigths, | ||
uint32_t | blockSize | ||
) |
Weighted average.
[in] | *in | Array of input values. |
[in] | *weigths | Weights |
[in] | blockSize | Number of samples in the input array. |