<P>??? Error using ==> unknown<BR>Matrix dimensions must agree.</P>
<P>Error in ==> beltfilter at 20<BR> xl(k)=x(kk+1)*h(1)+sum(h(2:M+1).*(x(kk+2:kk+M+1)+x(kk:-1:kk-M+1)));<BR><BR>怎么报错啊</P>
<P>出现错误:<BR>??? Error using ==> unknown<BR>Matrix dimensions must agree.</P>
<P>Error in ==> kong11 at 16419<BR> xl(k)=x(kk+1)*h(1)+sum(h(2:M+1).*(x(kk+2:kk+M+1)+x(kk:-1:kk-M+1)));<BR><BR>x转置后还是出错,<BR><BR>??? Index exceeds matrix dimensions.</P>
<P>Error in ==> kong11 at 16419<BR> xl(k)=(x(kk+1)*h(1))'+sum(h(2:M+1).*((x(kk+2:kk+M+1))'+(x(kk:-1:kk-M+1))'));<BR><BR><BR></P>