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.

Removing noise from a wav signal in matlab

Status
Not open for further replies.

der14

Newbie level 4
Joined
Sep 11, 2013
Messages
5
Helped
1
Reputation
2
Reaction score
1
Trophy points
3
Activity points
31
In matlab I have taken in a wav signal of my voice using the wavread function.
But from this voice signal I need only those samples whose values(amplitude) is greater than say 0.05 ,so that noise is not taken. I then have to show the signal without noise using the functions subplot and then stem.
Please can someone give me the code to do this in matlab.
 

I think 0.05 is your threshold... Now in this case is this is the threshold is in analog voice recording side or in digital data processing side.... If it is on digital side the you can use simple if else for this threshold based approach ..... But way that noise filtering is done in digital side using designing proper digital filter for proper frequency response..

Good luck
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top