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.

i'm new and i need help in matlab

Status
Not open for further replies.

HUST22

Newbie level 2
Joined
Dec 1, 2012
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,292
HI All.

I'm in my first year in EI i need help to do such of matlab software .
:roll:
i want to make such kind of software by matlab, which can recognize baby crying and laughing.
After detecting such kind of high frequencey voice, the matlab software can give result if its crying or laughing .

thank u all :lol:.
 

Hi,
That is quite an advanced problem.

You can start by making two real-time filters for different frequencies (you might have to go through some papers on voices and sound.)
You can design the filters using the toolboxes available in MAT LAB.

Then you have to design a program which continuously takes in audio from the microphone and applies the filter to the incoming data. The filter output can be made to go high as and when the specific frequency range is detected and this can be used to indicate laughter or crying.

Matlab has many simple commands to take in audio and apply filter to them. You would have to go through the help manual quite a bit. Or just ask in forums like these!!
 

Hi,
That is quite an advanced problem.

You can start by making two real-time filters for different frequencies (you might have to go through some papers on voices and sound.)
You can design the filters using the toolboxes available in MAT LAB.

Then you have to design a program which continuously takes in audio from the microphone and applies the filter to the incoming data. The filter output can be made to go high as and when the specific frequency range is detected and this can be used to indicate laughter or crying.

Matlab has many simple commands to take in audio and apply filter to them. You would have to go through the help manual quite a bit. Or just ask in forums like these!!


nitishn5 thank you for ur replying , and i appreciated that . because i'm new in matlab i think it'll take time to design that program and i'm not good at that.

thank you very much
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top