-
最小二乘法
对该模型参数辨识采用递推最小二乘法,即 RLS( recurisive least square),
它是一种能够对模型参数进行在线实时估计的辨识方法。(The recursive least square method is used to identify the parameters of the model, that is, rls (recurisive least square), which is an online real-time estimation method for the model parameters)
- 2019-01-17 17:03:00下载
- 积分:1
-
Ansys-bridge
ANSYS 分析一座预应力连续刚构桥的命令流,很实用哦(ANSYS analysis of a prestressed continuous rigid frame bridge command stream, and very practical!)
- 2012-05-30 12:01:35下载
- 积分:1
-
121
1. 牛顿迭代法
function [x,i]=newtonmethod(x0,f,ep,Nmax)
牛顿法求非线性方程根
x0是输入初始值, f是输入函数, 精度要求ep, Nmax为最大迭代次数
x是输出迭代序列,i是迭代次数
2. 二分法
function [x,k]=bisection(a,b,f,ep)
二分法解非线性方程
输入区间[a,b],函数f和误差ep, Nmax为最大二分次数
x为输出近似根, k为二分次数
( Newton s law and the dichotomy)
- 2020-10-12 22:57:32下载
- 积分:1
-
mcml-src
美国汪利宏的蒙特卡洛及卷积模拟程序,可以模拟top-hat光束和高斯光束在生物组织中的传输(U.S. WANG Li-hong of the Monte Carlo and convolution simulation program can simulate the top-hat beam and Gaussian beam transport in tissue)
- 2021-04-11 21:38:57下载
- 积分:1
-
MT2DInvMatlab
一个基于matalb和fortran的大地电磁2维正演模拟程序(A program in MATLAB and FORTRAN for two-dimensional magnetotelluric inversion)
- 2021-03-29 08:49:11下载
- 积分:1
-
FFbp
Training a 3 layers feed forward neural network using back propagation algorithm
- 2011-11-24 02:38:11下载
- 积分:1
-
omp_mm
利用OPENMP实现矩阵相乘的C程序。Demonstrates a matrix multiply using OpenMP.()
- 2008-02-09 05:56:22下载
- 积分:1
-
exa_fml_ortho_damage_umat
ABAQUS纤维增强复合材料损伤失效UMAT(ABAQUS UMAT subroutine for fiber-reinforced composite failure analysis)
- 2016-07-10 17:31:36下载
- 积分:1
-
buitei
已经调试成功.内含m文件,可直接运行,迭代自组织数据分析,仿真图是速度、距离、幅度三维图像。( Has been successful debugging. M contains files can be directly run, Iterative self-organizing data analysis, FIG simulation speed, distance, amplitude three-dimensional image.)
- 2016-09-17 11:32:28下载
- 积分:1
-
Time-series-analysis-CC-algorithm
时间序列的相空间重构延迟时间和嵌入维数的CC算法(Time series analysis CC algorithm for delay time and embedding dimension)
- 2012-06-18 14:50:06下载
- 积分:1