im trying to remove random noise from audio signal and to play original signal what should i do to remove noise
2 views (last 30 days)
Show older comments
load 'handel.mat' audiowrite('handel.wav',y,Fs); [y Fs]=audioread('handel.wav'); sound(y,Fs);%play original signal n=rand(size(y)); z=y+n;
1 Comment
Kevin Chng
on 16 Oct 2018
I'm not familiar with this. But you may take a look at this link https://stackoverflow.com/questions/24195089/remove-noise-from-wav-file-matlab
Answers (0)
See Also
Categories
Find more on Audio I/O and Waveform Generation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!