|
ESPectre SDK 2.8.0-280-gac7af68
Wi-Fi CSI motion sensing for ESP32 firmware
|
#include <algorithm>#include <cmath>#include <cstdint>Go to the source code of this file.
Classes | |
| class | espectre::StartupThresholdCalibrator |
| Startup threshold calibrator with a motion-first primary path and an internal quiet-first fallback. More... | |
Namespaces | |
| namespace | espectre |
Functions | |
| bool | espectre::is_valid_threshold (float threshold, float min_threshold, float max_threshold) |
| Validate threshold value against finite/range constraints. | |
| float | espectre::clamp_threshold (float threshold, float min_threshold, float max_threshold) |
| Clamp threshold to [min, max] and recover non-finite values. | |