I have already written a MATLAB code to filter noise from a particular audio file however the resulted audio is not playing I use this code snippet:
presult = audioplayer(fOut, fs);
presult.play;
the fout is
fOut = filter(b, a, f);
I do not know what i am doing wrong as the output playing is still the initial sound not thr noise filtered one. Please help deadline is due in hours. Thanks in advance
Get Answers For Free
Most questions answered within 1 hours.