MCPcopy Create free account
hub / github.com/ARM-software/armnn / ConvertToLogarithmicScale

Method ConvertToLogarithmicScale

samples/common/src/Audio/MFCC.cpp:152–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void MFCC::ConvertToLogarithmicScale(std::vector<float>& melEnergies)
153{
154 for (float& melEnergy : melEnergies)
155 {
156 melEnergy = logf(melEnergy);
157 }
158}
159
160void MFCC::ConvertToPowerSpectrum()
161{

Callers 1

MfccComputePreFeatureMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected