系统辨识中,递推最小二乘估计(RLS)是辨识模型阶次的一个重要的算法。该程序通过实现该算法,得到模型阶次的估计值以及相关参数值。-system identification, recursive least squares estimation (RLS) identification model is of the order of an important algorithm. The program through the realization of the algorithm, to be model order and the estimated value of the relevant parameters.
SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.001614s ]
SELECT `a`.`aid`,`a`.`title`,`a`.`create_time`,`m`.`username` FROM `jrk_downrecords` `a` INNER JOIN `jrk_member` `m` ON `a`.`uid`=`m`.`id` WHERE `a`.`status` = 1 GROUP BY `a`.`aid` ORDER BY `a`.`create_time` DESC LIMIT 10 [ RunTime:0.074171s ]
SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.001284s ]
SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.001338s ]
SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.000894s ]
SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.003381s ]
SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.000881s ]
SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.003805s ]
SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.015106s ]
SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.001150s ]
UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 284613 [ RunTime:0.019665s ]