![]() |
Edge AI Add-on API 2.2.0
|
| #define nrf_dsp_clip | ( | input, | |
| min, | |||
| max ) |
#include <include/nrf_edgeai/dsp/support/nrf_dsp_clipping.h>
Macro for clipping variable to the limit (min, max).
| [in] | input | Variable for clipping |
| [in] | min | Minimum limit for the variable, value below will be clipped to this limit |
| [in] | max | Maximum limit for the variable, value above will be clipped to this limit |