Shot Noise Monitor (SNM) parameter definitions and API functions.
More...
Shot Noise Monitor (SNM) parameter definitions and API functions.
The SNM is an algorithm to monitor and react on shot noise induced by harsh environment conditions like high ambient light.
The AFBR-S50 API provides three modes:
- Dynamic: Automatic mode, automatically adopts to current ambient conditions.
- Static (Outdoor): Static mode, optimized for outdoor applications.
- Static (Indoor): Static mode, optimized for indoor applications.
◆ argus_snm_mode_t
The Shot Noise Monitor modes enumeration.
Enumerator |
---|
SNM_MODE_STATIC_INDOOR | Static Shot Noise Monitoring Mode, optimized for indoor applications. Assumes the best case scenario, i.e. no bad influence from ambient conditions. Thus it uses a fixed setting that will result in the best performance. Equivalent to Shot Noise Monitoring disabled.
|
SNM_MODE_STATIC_OUTDOOR | Static Shot Noise Monitoring Mode, optimized for outdoor applications. Assumes the worst case scenario, i.e. it uses a fixed setting that will work under all ambient conditions.
|
SNM_MODE_DYNAMIC | Dynamic Shot Noise Monitoring Mode. Adopts the system performance dynamically to the current ambient conditions.
|
SNM_MODE_DYNAMIC_PLUS | Dynamic Plus Shot Noise Monitoring Mode. Adopts the system performance dynamically to the current ambient conditions with reference based on Uncorrelated Noise figure.
|