How to remove white Gaussian noise from an audio .wav file ?
조회 수: 4(최근 30일)
표시 이전 댓글
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
댓글 수: 0
답변(1개)
참고 항목
범주
Find more on Audio I/O and Waveform Generation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!