Matlab code for getting a word from spoken audio using convolution

Status
Not open for further replies.

dove932

Newbie level 5
Joined
Feb 28, 2014
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
69
Hi,
I need to speak some audio in matlab and record it. I have done this. Now i need to extract one word out of the spoken audio through convolution .How is it possible? Can anyone suggest me some good for it.
 

You could start by reading the help for MATLAB's conv function:

Code Matlab M - [expand]
1
help conv



What exactly are you trying to do? "Extract" could mean many things. If you are trying to classify words using convolution of speech recordings, then you should probably understand that this is likely to perform very poorly. If you are trying to "extract" the words from a noisy background, then this would be a very different task. If you mean something else, then it will be different again.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…