MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   MATLAB论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=6)
-   -   [求助]二元曲线拟合 (https://www.labfans.com/bbs/showthread.php?t=3856)

wjx6121293 2008-07-09 10:41

[求助]二元曲线拟合
 
ut=zeros(1,50);
ub=zeros(1,50);
ny=zeros(1,50);
ny(1)=0; % 假定起始时刻输出为零
ny(2)=0;
ny(3)=0;
ny(4)=0;
for i=5:50% 计算系统在不同时刻下的输出
ne(i)=randn(1);% 噪声值为服从N(0,1)的随机数
ny(i)=2.629*ny(i-1)-2.3077*ny(i-2)+0.6989*ny(i-3)-0.0202*ny(i-4)-0.0012*ut(i)+0.2167*ut(i-1)-0.4678*ut(i-2)+0.2543*ut(i-3)+0.0003*ub(i)+0.0396*ub(i-1)+0.0301*ub(i-2)-0.0025*ub(i-3)+ne(i);
end
各位大侠,这是一个二元曲线,怎样才能拟合才能的出六个参数,有谁知道,帮帮我,毕业设计急呀!最好给出具体程序,我自己已经试了很多次,实在没哲了!Thanks a lot!!!!
:cry:


所有时间均为北京时间。现在的时间是 06:16

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.