国立科学博物馆藏品:关于matlab问题~

来源:百度文库 编辑:神马品牌网 时间:2024/04/29 05:20:18
load ('D:\pvcdata106.mat');
I=90;
x=pvcdata((RP(I)-100):(RP(I)+200),1);
na=4;
th=arx(x,na);
[A B]=th2arx(th);
[c1 count]=size(x');
est=filter([0,-A(2:end)],1,x);%预
en=x-est; %误差

跪求上面这段语句的解释说明