im trying to remove random noise from audio signal and to play original signal what should i do to remove noise
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
Kevin Chng
2018-10-16
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
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Audio I/O and Waveform Generation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!