MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ normalize() [1/2]

MAYAFLUX_API void MayaFlux::normalize ( Kakshya::DataVariant data,
double  target_peak 
)

Definition at line 570 of file Yantra.cpp.

571{
572 D::normalize(as_span(data), -target_peak, target_peak);
573}

References MayaFlux::Kinesis::Discrete::normalize().

+ Here is the call graph for this function: