|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::vector< double > MayaFlux::Yantra::compute_rms_energy | ( | std::span< const double > | data, |
| const uint32_t | num_windows, | ||
| const uint32_t | hop_size, | ||
| const uint32_t | window_size | ||
| ) |
Compute RMS energy using zero-copy processing.
This function computes the root mean square (RMS) energy for a given data span. It calculates the square root of the average of squares in each window.
| data | Input data span |
| num_windows | Number of windows to process |
| hop_size | Hop size for windowing |
| window_size | Size of each window |
Definition at line 112 of file AnalysisHelper.cpp.
References compute_rms_energy().
Referenced by MayaFlux::Yantra::EnergyAnalyzer< InputType, OutputType >::compute_energy_values(), compute_rms_energy(), and MayaFlux::Yantra::StatisticalAnalyzer< InputType, OutputType >::compute_statistical_values().
Here is the call graph for this function:
Here is the caller graph for this function: