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.
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.