Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 613 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 613 Bytes

Speech_Recognition

1. Run the dtw_matching.m file to recognize among six keywords (Tennis, Golf, Rugby, Soccer, Darts, Chess).
2. Run the dtw_with4.m file to recognize among four keywords (Tennis, Golf, Rugby, Soccer).
3. Run the dtwlog.m file if you want to include log energy while mfcc extraction.
4. Run the bonus.m file for detection of any unknown word.
5. Open the manual_mfcc.m file to understand how mfcc coefficients are extracted. 6. Features.m file extracts mfcc features excluding log energy and logfeatures.m file extracts mfcc features including log energy.