|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
| std::vector< double > MayaFlux::Kinesis::Discrete::peak | ( | std::span< const double > | data, |
| size_t | n_windows, | ||
| uint32_t | hop_size, | ||
| uint32_t | window_size | ||
| ) |
Peak amplitude per window.
| data | Input span |
| n_windows | Pre-computed window count from num_windows() |
| hop_size | Samples between window starts |
| window_size | Samples per window |
Definition at line 51 of file Analysis.cpp.
Referenced by cross_correlate().
Here is the caller graph for this function: