![]() |
Edge AI Add-on API 2.2.0
|
| void nrf_dsp_scale_zscore_i16 | ( | const int16_t * | p_input, |
| uint16_t | num, | ||
| const int16_t | mean, | ||
| const int16_t | stddev, | ||
| int16_t * | p_output ) |
#include <include/nrf_edgeai/dsp/support/nrf_dsp_scale_zscore.h>
Z-score scaling of the INT16 vector ( y = (x - mean) / stddev )
| [in] | p_input | Pointer to the input vector |
| [in] | num | Number of samples in input vector |
| [in] | mean | Mean scaling factor |
| [in] | stddev | Standard deviation scaling factor |
| [out] | p_output | Pointer to the output scaled vector |