フィルターのクリア

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 Center および File ExchangeMultirate Signal Processing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by