![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
Implements peak detection for time-series data using a sliding window approach. More...
Go to the source code of this file.
Classes | |
class | PeakDetection< sampleSize > |
Detects peaks in time-series data using statistical methods. More... | |
Implements peak detection for time-series data using a sliding window approach.
The PeakDetection
class identifies peaks in a data stream by maintaining a moving average and standard deviation and comparing incoming values against a dynamic threshold.
22/12/2024 22/12/2024
Definition in file PeakDetection.h.