Filter löschen
Filter löschen

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

4 Ansichten (letzte 30 Tage)
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;

Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by