How to remove white Gaussian noise from an audio .wav file ?

if true
% code
end
[y,Fs] = audioread('siren1.wav');
% sound(y,Fs);
out=awgn(y,Fs);
sound(out)
i used white gaussian noise to an audio file but i need to remove it so need your help Thanks

Categorías

Más información sobre Simulation, Tuning, and Visualization en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 9 de Abr. de 2018

Respondida:

el 9 de Abr. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by