im trying to remove random noise from audio signal and to play original signal what should i do to remove noise
조회 수: 2 (최근 30일)
이전 댓글 표시
load 'handel.mat' audiowrite('handel.wav',y,Fs); [y Fs]=audioread('handel.wav'); sound(y,Fs);%play original signal n=rand(size(y)); z=y+n;
댓글 수: 1
Kevin Chng
2018년 10월 16일
I'm not familiar with this. But you may take a look at this link https://stackoverflow.com/questions/24195089/remove-noise-from-wav-file-matlab
답변 (0개)
참고 항목
카테고리
Help Center 및 File 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!