Borrar filtros
Borrar filtros

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

3 visualizaciones (últimos 30 días)
AKHILA GOUDA
AKHILA GOUDA el 9 de Abr. de 2018
Respondida: Abhishek Ballaney el 9 de Abr. de 2018
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

Respuestas (1)

Abhishek Ballaney
Abhishek Ballaney el 9 de Abr. de 2018
Use some filters to remove noise

Categorías

Más información sobre Audio I/O and Waveform Generation en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by