Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top