lordy
Junior Member level 2
- Joined
- Dec 16, 2011
- Messages
- 23
- Helped
- 6
- Reputation
- 8
- Reaction score
- 4
- Trophy points
- 1,283
- Location
- pilani, India
- Activity points
- 1,419
352kbps
noise with audio
yes
here is the picture attached
.............
that wont look right
i tried many filter like min-max-mean-gaussian-laplacian ..... i didn't get any result.
do exactly this
[y,fs] = wavread('2'); % there u will get fs which is 22050 in ur case
t= 1:fs;
x3 = y(1:fs);
f =abs(fft(x3));
figure, plot(x3)
figure, plot(t,f)
in time signal small amplitude which are continuous is noise.