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

Method GetMelFilterBankNormaliser

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

Source from the content-addressed store, hash-verified

198}
199
200float MFCC::GetMelFilterBankNormaliser(
201 const float& leftMel,
202 const float& rightMel,
203 const bool useHTKMethod)
204{
205 /* By default, no normalisation => return 1 */
206 return 1.f;
207}
208
209void MFCC::InitMelFilterBank()
210{

Callers 1

CreateMelFilterBankMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected