![]() |
Edge AI Add-on API 2.2.0
|
#include <include/nrf_edgeai/dsp/support/nrf_dsp_clipping.h>
Clips floating-point values to the limit (min, max)
| [in,out] | p_input | Pointer to the input vector |
| [in] | num | Number of samples in the input vector |
| [in] | min | Minimum limit for the input samples, all value below will be clipped to this limit |
| [in] | max | Maximum limit for the input samples, all value above will be clipped to this limit |