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

5 vues (au cours des 30 derniers jours)
AKHILA GOUDA
AKHILA GOUDA le 9 Avr 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

Réponses (1)

Abhishek Ballaney
Abhishek Ballaney le 9 Avr 2018
Use some filters to remove noise

Catégories

En savoir plus sur Audio I/O and Waveform Generation dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by