Effacer les filtres
Effacer les filtres

im trying to remove random noise from audio signal and to play original signal what should i do to remove noise

4 vues (au cours des 30 derniers jours)
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;

Réponses (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by