|  | CMSIS-DSP
    Version 1.10.0
    CMSIS DSP Software Library | 
| Functions | |
| float16_t | arm_correlation_distance_f16 (float16_t *pA, float16_t *pB, uint32_t blockSize) | 
| Correlation distance between two vectors.  More... | |
| float32_t | arm_correlation_distance_f32 (float32_t *pA, float32_t *pB, uint32_t blockSize) | 
| Correlation distance between two vectors.  More... | |
Correlation distance
| float16_t arm_correlation_distance_f16 | ( | float16_t * | pA, | 
| float16_t * | pB, | ||
| uint32_t | blockSize | ||
| ) | 
The input vectors are modified in place !
| [in] | pA | First vector | 
| [in] | pB | Second vector | 
| [in] | blockSize | vector length |