NMSIS-DSP
Version 1.3.1
NMSIS DSP Software Library
|
Computes the entropy of a distribution. More...
Functions | |
RISCV_DSP_ATTRIBUTE float16_t | riscv_entropy_f16 (const float16_t *pSrcA, uint32_t blockSize) |
Entropy. More... | |
RISCV_DSP_ATTRIBUTE float32_t | riscv_entropy_f32 (const float32_t *pSrcA, uint32_t blockSize) |
Entropy. More... | |
RISCV_DSP_ATTRIBUTE float64_t | riscv_entropy_f64 (const float64_t *pSrcA, uint32_t blockSize) |
Entropy. More... | |
Computes the entropy of a distribution.
RISCV_DSP_ATTRIBUTE float16_t riscv_entropy_f16 | ( | const float16_t * | pSrcA, |
uint32_t | blockSize | ||
) |
Entropy.
[in] | pSrcA | Array of input values. |
[in] | blockSize | Number of samples in the input array. |
Entropy.
[in] | pSrcA | Array of input values. |
[in] | blockSize | Number of samples in the input array. |