CMSIS-DSP
Version 1.10.0
CMSIS DSP Software Library
|
Functions | |
float16_t | arm_entropy_f16 (const float16_t *pSrcA, uint32_t blockSize) |
Entropy. More... | |
float32_t | arm_entropy_f32 (const float32_t *pSrcA, uint32_t blockSize) |
Entropy. More... | |
float64_t | arm_entropy_f64 (const float64_t *pSrcA, uint32_t blockSize) |
Entropy. More... | |
Computes the entropy of a distribution
float16_t arm_entropy_f16 | ( | const float16_t * | pSrcA, |
uint32_t | blockSize | ||
) |
[in] | pSrcA | Array of input values. |
[in] | blockSize | Number of samples in the input array. |
[in] | pSrcA | Array of input values. |
[in] | blockSize | Number of samples in the input array. |