![]() |
NMSIS-DSP
Version 1.5.0
NMSIS DSP Software Library
|
Functions | |
| RISCV_DSP_ATTRIBUTE float16_t | riscv_weighted_average_f16 (const float16_t *in, const float16_t *weights, uint32_t blockSize) |
| Weighted average. More... | |
| RISCV_DSP_ATTRIBUTE float32_t | riscv_weighted_average_f32 (const float32_t *in, const float32_t *weights, 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 * | weights, | ||
| uint32_t | blockSize | ||
| ) |
Weighted average.
| [in] | *in | Array of input values. |
| [in] | *weights | Weights |
| [in] | blockSize | Number of samples in the input array. |