M5Unit-HEART 0.0.2 git rev:70607f7
|
Calculate BPM and SpO2. More...
#include <limits>
#include <cmath>
#include <cassert>
#include <deque>
#include "../unit/unit_MAX30100.hpp"
Go to the source code of this file.
Classes | |
class | m5::heart::EMA |
Exponential Moving Average. More... | |
class | m5::heart::Filter |
Apply a high-pass filter and reverse polarity. More... | |
class | m5::heart::PulseMonitor |
Calculate BPM and SpO2, and detect the pulse beat. More... | |
Namespaces | |
namespace | m5 |
Top level namespace of M5stack. | |
namespace | m5::heart |
Unit-HEART releated. | |
Calculate BPM and SpO2.