Skip to content

book-man/asr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatic Speech Recognition

Sources

  • Juang and Rabiner 1991 (link)
  • ETSI standard 201 108 (link)

Algorithm

Extraction of MFCCs (mfcc.m)

Offset Compensation

The mean of the signal from all samples (todo: will highpass filtering with a higher cutoff frequency improve performance?)

Short-Time Fourier Transform

A hamming window with a size given by the ETSI standard was used before the FFT (todo: different window type?)

Framework Details

Evaluation

To easily compare different approaches or parameters, evalasr.m tests the system and outputs a structure with results.

About

Automatic speech recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages