|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API void MayaFlux::normalize | ( | std::vector< double > & | data, |
| double | target_peak = 1.0 |
||
| ) |
Normalize single-channel data to specified peak level (in-place)
| data | Input data (modified in-place) |
| target_peak | Target peak amplitude (default: 1.0) |
Definition at line 558 of file Yantra.cpp.
References MayaFlux::Yantra::NORMALIZE.
Referenced by normalize_channels(), MayaFlux::Yantra::transform_auto_correlate_fft(), MayaFlux::Yantra::transform_auto_correlate_fft(), MayaFlux::Yantra::transform_cross_correlate(), MayaFlux::Yantra::transform_cross_correlate(), and MayaFlux::Yantra::ConvolutionTransformer< InputType, OutputType >::transform_implementation().
Here is the caller graph for this function: