im trying to remove random noise from audio signal and to play original signal what should i do to remove noise
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaire
Kevin Chng
le 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
Réponses (0)
Voir également
Catégories
En savoir plus sur Audio I/O and Waveform Generation dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!