搜索资源列表
ghmm470
- 对具有随机噪声的二阶系统的模型辨识,进行标幺化以后系统的参考模型差分方程为: y(k)=a1*y(k-1)+a2*y(k-2)+b*u(k-1)+s(k) 式中,a1=0.3366,a2=0.6634,b=0.68,s(k)为随机噪声。由于神经网络的输出最大为1,所以,被辨识的系统应先标幺化,这里标幺化系数为5。采用正向建模(并联辨识)结构,神经网络选用3-9-9-1型,即输入层i,隐层j包括2级,输出层k的节点个数分别为3、9、9、1个;由于神经网络的最大输出为1,因此在辨识前应对原系统参考模
Solving-linear-equations
- 求解线性方程组,首先要确定方程式的个数,以及每个方程的系数,要求程序与用户交互, 在程序运行过程中,要求用户输入方程个数和方程中的系数,程序把系数存入系数矩阵中 运用消元法(高斯消元法):1.将系数矩阵消为上三角2.回代求得方程组的解-Solving linear equations, we must first determine the number of equations, and the coefficients of each equation required proc
Polyfit
- 曲线拟合,计算曲线方程的系数。C#类文件,可以直接调用,方便快捷。-Curve fitting, curve equation calculating the coefficients. C# class file that can be called directly, convenient and quick.
CBLT
- 将系数矩阵分为四个部分,用光源可行区对行进行划分,用已知的表面节点对列进行划分,将方程转化为C*S=b-The coefficient matrix is divided into four parts, with the possible area of the light source row is divided by a known surface node column divided into the equation C* S
Solving-a-quadratic-equation
- 本程序为求解一元二次方程的简单程序,只要输入方程的三个系数,就可得到结果-Solving a quadratic equation