|
Recording Tool
recordtool.m
recordtool.fig
Record ten speech patterns representing the digits zero ... nine.
Use this tool to record your speech patterns if you want to use the
rectest function presented below,
Record a test pattern
recordMelMaltrix.m :
Record a speech signal and convert it into a sequence of mel spectral coefficients
Use this function to record the test pattern which is used as
input to the rectest function
Your first speech recognizer !
rectest.m :
Given an unknown vector sequence X, find the nearest reference pattern
(previously recorded with rectool) and return the index
of the reference pattern as recognition result (this will take some time !)
|