Borrar filtros
Borrar filtros

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

4 visualizaciones (últimos 30 días)
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;

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by