|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API std::vector< size_t > MayaFlux::zero_crossings | ( | const std::vector< double > & | data, |
| double | threshold = 0.0 |
||
| ) |
Detect zero crossings in single-channel signal.
| data | Input signal data |
| threshold | Minimum amplitude difference for crossing detection (default: 0.0) |
Definition at line 266 of file Yantra.cpp.
References MayaFlux::Yantra::ZERO_CROSSING.
Referenced by MayaFlux::Yantra::compute_zero_crossing_energy().
Here is the caller graph for this function: