自適應濾波之最小均方(LMS)算法以及matlab實現

使用LMS算法對進行信號分離算法 clear close all clc a1=-1.6; a2=0.8; [x,fs1]=audioread('handel.wav'); [dn,fs2]=audioread('handel_echo.wav'); figure; subplot(2,1,1); plot(x); title('spk參考信號'); subplot(2,1,2); plo
相關文章
相關標籤/搜索