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

◆ normalized() [1/2]

MAYAFLUX_API Kakshya::DataVariant MayaFlux::normalized ( const Kakshya::DataVariant data,
double  target_peak 
)

Definition at line 595 of file Yantra.cpp.

596{
597 auto out = data;
598 D::normalize(as_span(out), -target_peak, target_peak);
599 return out;
600}

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

+ Here is the call graph for this function: