登录
首页 » matlab » chap5

chap5

于 2019-12-25 发布
0 148
下载积分: 1 下载次数: 1

代码说明:

说明:  有关系统时域频域的参数辨识,具体操作见相关参考书(Parameter identification in time domain and frequency domain)

文件列表:

chap5, 0 , 2019-12-20
chap5\chap5_1.m, 115 , 2012-08-23
chap5\chap5_2.m, 124 , 2012-08-23
chap5\chap5_3.m, 1047 , 2012-08-23
chap5\chap5_4a.m, 576 , 2008-05-05
chap5\chap5_4b.m, 2131 , 2011-05-16
chap5\chap5_5a.m, 732 , 2008-09-25
chap5\chap5_5b.m, 2105 , 2008-09-25
chap5\chap5_6.m, 815 , 2012-08-24
chap5\chap5_7.m, 921 , 2012-12-06
chap5\closed.mat, 176 , 2012-10-14
chap5\idenfile.mat, 2915880 , 2012-10-14
chap5\model_Gc.mat, 270 , 2012-10-14
chap5\saopin_data.mat, 244794 , 2012-10-14
chap5\zpecoeff.mat, 290 , 2012-10-14

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • itoolbox
    协同区间偏最小二乘 siPLS算法是 N rgaard等对其提出 的 iPLS方法的改进, 其基本算法步骤如下:(1)对原始谱图进行 预处理;(2)在全谱范围内建立全局偏最小二乘模型, 即上节的 模型;(3)在整个光谱区间采用 iPLS建立多个等窗口宽度的子 区间, 假设为 n个;(4)在每个子区间上建立偏最小二乘法模型, 即可得到 n个局部模型;(5)以交叉验证时的均方根误差 RMSE 值为各模型的精度衡量标准, 比较全光谱模型和各局部模型的 精度;(6)组合精度最高的局部子区间为新的回归区间;再在新 的回归区间建立 siPLS模型(Cooperative interval partial least squares (siPLS) algorithm is proposed by N rgaard et al. The improvements of the iPLS method are as follows: (1) the original spectrogram is performed. Preprocessing; (2) establishing a global partial least squares model in the full spectrum, that is, the upper part of the model. Model; (3) use iPLS to establish multiple equal window widths in the whole spectral interval. The interval is assumed to be n; (4) a partial least squares model is established on each sub interval. N local models can be obtained; (5) the root mean square error of cross validation is RMSE The values are the accuracy criteria of each model, and the comparison between the full spectral model and the local models is made. (6) the local interval with the highest combined precision is a new regression interval; and then new. The establishment of siPLS model in the regression interval)
    2018-06-28 10:14:57下载
    积分:1
  • 把二进制按制按照DEBUG的形式输出到屏幕或文件。
    把二进制按制按照DEBUG的形式输出到屏幕或文件。-put by the binary system with DEBUG output in the form of paper or screen.
    2022-03-19 19:22:55下载
    积分:1
  • 点击选中列表样式代码
    jQuery点击选中列表样式代码是一款鼠标点击勾选选中列表特效。(JQuery Click Check List Style Code is a mouse click Check List effect.)
    2019-04-08 15:45:25下载
    积分:1
  • 程序
    数模中求解偏微分方程时,在已知数据的基础上进行线性插值拟合。利用差分法求解该模型,先用网格划分区域,对 区域内部节点做泰勒展开。对偏导数进行离散化处理。(tthe solution to the PDE problem in mathematical modeling)
    2019-06-22 18:21:45下载
    积分:1
  • 经典的C#俄罗斯方块游戏
    C#俄罗斯方块游戏源文件,一款经典的益智游戏,儿时曾为之痴迷、上瘾,不上瘾的估计都是好学生哦。这款游戏用C#写出后简单测试一就发上来了,在以前版本的基础上修改的,运行调试截图如上图所示。
    2023-02-05 16:55:04下载
    积分:1
  • android_game
    安卓版的俄罗斯方块游戏源码,适合作为毕业设计(Android version of the Tetris game source code, suitable as a graduation project)
    2020-12-21 16:09:08下载
    积分:1
  • microwaveandsatellitecommunications
    微波与卫星通信课件(ppt)第一章节第二章第三章第四章第五章第六章第七章 (Microwave and satellite communications Courseware (ppt) Chapter II the first chapter Chapter III Chapter IV Chapter V Chapter VI Chapter VII)
    2007-11-26 17:56:41下载
    积分:1
  • account
    设计一个名为Account类。这个类包含: (1)一个名为id的int型数据域,表示账户的身份号(默认值为0)。 (2)一个名为balance的double型数据域,表示账户余额(默认值为0)。 (3)一个名为annualInterestRate的double型数据域,保存当前年利率(默认值为0)。 (4)一个无实参构造函数,创建一个默认账户。 (5)id、balance和annualInterestRate的访问器和更改器函数。 (6)一个名为getMonthlyInterestRate()的函数,返回月利率。 (7)一个名为withDraw的函数,从账户中支取指定金额。 (8)一个名为deposit的函数,向账户中存入指定金额。 画出类的UML图,实现类。编写一个测试程序,它创建一个Account对象,其ID为1122,账户余额为20000,年利率为4.5 。使用withDraw函数取出2500美元,使用deposit函数存入3000美元,然后输出账户余额、月利率和账户创建时间。(Design a class named Account. This class includes: (a) a named data type int id field that indicates the account identification number (default is 0). (2) a double-called balance of data fields, which means that the account balance (default is 0). (3) a double type named annualInterestRate of data fields, save the current interest rate (default is 0). (4) a no-argument constructor creates a default account. (5) id, balance and annualInterestRate access control and change control functions. (6) a named getMonthlyInterestRate () function returns a monthly rate. (7) a function named withDraw, drawn from the account specified amount. (8) a function called deposit to the account into a designated amount. Draw a UML class diagram, the implementation class. Write a test program that creates an Account object, its ID is 1122, the account balance is 20,000, an interest rate of 4.5 . Use withDraw function out $ 2,500, $ 3,000 deposit with deposit function, and then outputs the account balance, m)
    2013-06-01 13:21:54下载
    积分:1
  • MapTest(2222222222222222222222222222222)
    说明:  QT5.9.7 打开百度地图,只完成显示,谨慎下载(QT5.9.7 Open Baidu Map, Complete Display Only, Carefully Download)
    2019-03-31 21:51:58下载
    积分:1
  • client
    client端网络通信,可以实现TCP协议通信,比较容易理解(client network communication for C++)
    2018-06-28 11:32:20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载