Home
last modified time | relevance | path

Searched refs:use_htk_method (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/armnn/python/pyarmnn/examples/common/
H A Dmfcc.py38 def mel_scale(self, freq, use_htk_method): argument
49 if use_htk_method:
58 def inv_mel_scale(self, mel_freq, use_htk_method): argument
69 if use_htk_method:
146 mel_low_freq = self.mel_scale(self.mfcc_params.mel_lo_freq, self.mfcc_params.use_htk_method)
147 … mel_high_freq = self.mel_scale(self.mfcc_params.mel_hi_freq, self.mfcc_params.use_htk_method)
160 mel = self.mel_scale(freq, self.mfcc_params.use_htk_method)
/aosp_15_r20/external/armnn/python/pyarmnn/examples/tests/
H A Dtest_mfcc.py20 … num_mfcc_feats=10, frame_len=640, use_htk_method=True, n_fft=1024)
26 … num_mfcc_feats=13, frame_len=512, use_htk_method=False, n_fft=512)
58 mel = mfcc_inst.mel_scale(16, mfcc_test_params.algo_params.use_htk_method)
66 mel = mfcc_inst.inv_mel_scale(16, mfcc_test_params.algo_params.use_htk_method)
/aosp_15_r20/external/armnn/python/pyarmnn/examples/speech_recognition/
H A Drun_audio_file.py71 num_mfcc_feats=13, frame_len=512, use_htk_method=False, n_fft=512)
/aosp_15_r20/external/armnn/python/pyarmnn/examples/keyword_spotting/
H A Drun_audio_classification.py107 num_mfcc_feats=10, frame_len=640, use_htk_method=True, n_fft=1024)