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

5 ビュー (過去 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 Center および File ExchangeAudio 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