im trying to remove random noise from audio signal and to play original signal what should i do to remove noise
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Kevin Chng
il 16 Ott 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
Risposte (0)
Vedere anche
Categorie
Scopri di più su Audio I/O and Waveform Generation in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!