| 43 | } |
| 44 | |
| 45 | void Wav2LetterPreprocessor::Normalise() |
| 46 | { |
| 47 | Wav2LetterPreprocessor::NormaliseVec(this->m_mfccBuf); |
| 48 | Wav2LetterPreprocessor::NormaliseVec(this->m_delta1Buf); |
| 49 | Wav2LetterPreprocessor::NormaliseVec(this->m_delta2Buf); |
| 50 | } |
| 51 | |
| 52 | float Wav2LetterPreprocessor::GetQuantElem( |
| 53 | const float elem, |