ProtoTracer  1.0
Real-time 3D rendering and animation engine
Loading...
Searching...
No Matches
PeakDetection.h File Reference

Implements peak detection for time-series data using a sliding window approach. More...

Include dependency graph for PeakDetection.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PeakDetection< sampleSize >
 Detects peaks in time-series data using statistical methods. More...
 

Detailed Description

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

Version
1.0 Coela Can't! Coela Can't

Definition in file PeakDetection.h.