|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API std::vector< double > MayaFlux::Kinesis::Discrete::rms | ( | std::span< const double > | data, |
| size_t | n_windows, | ||
| uint32_t | hop_size, | ||
| uint32_t | window_size | ||
| ) |
RMS energy 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 32 of file Analysis.cpp.
Referenced by MayaFlux::Yantra::EnergyAnalyzer< InputType, OutputType >::compute_energy_values(), MayaFlux::Yantra::StatisticalAnalyzer< InputType, OutputType >::compute_statistical_values(), MayaFlux::Yantra::extract_high_energy(), and MayaFlux::Yantra::extract_silence().
Here is the caller graph for this function: