1.6.2.9 mchp_std_f32()
void mchp_std_f32 (const float32_t * pSrc, uint32_t blockSize, float32_t * pResult)
Standard deviation of the elements of a single-precision floating-point vector.
| in | pSrc |
Pointer to input vector |
| in | blockSize |
Number of samples to process |
| out | pResult |
Computed standard deviation value |
Note:
This function internally computes variance.
