|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::vector< double > MayaFlux::Yantra::compute_harmonic_energy | ( | std::span< const double > | data, |
| const size_t | num_windows, | ||
| const uint32_t | hop_size, | ||
| const uint32_t | window_size | ||
| ) |
Compute harmonic energy using low-frequency FFT analysis.
This function computes the harmonic energy for a given data span. It focuses on the lower portion of the frequency spectrum (harmonics).
| 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 175 of file AnalysisHelper.cpp.
References compute_harmonic_energy().
Referenced by MayaFlux::Yantra::EnergyAnalyzer< InputType, OutputType >::compute_energy_values(), and compute_harmonic_energy().
Here is the call graph for this function:
Here is the caller graph for this function: