필터 지우기
필터 지우기

im trying to remove random noise from audio signal and to play original signal what should i do to remove noise

조회 수: 4 (최근 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;

답변 (0개)

카테고리

Help CenterFile Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by