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

조회 수: 6 (최근 30일)
AKHILA GOUDA
AKHILA GOUDA 2018년 4월 9일
답변: Abhishek Ballaney 2018년 4월 9일
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

답변 (1개)

Abhishek Ballaney
Abhishek Ballaney 2018년 4월 9일
Use some filters to remove noise

카테고리

Help CenterFile Exchange에서 Audio I/O and Waveform Generation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by