搜索资源列表
CR
- 这是计算海上双船间碰撞危险度的程序,其中的诸参数都是通过神经网络系统训练而得的。希望能够通过站长的审核-sea vessel in the collision between risk procedures, the parameters are passed neural network training system dividend. Head through to the audit
tituiminTWOmul
- 递推广义最小二乘法,主要应用于系统辨识,按照给定的递推方程辨识参数
MSLS
- (1)Msls分三步对系统和噪声模型进行辨识,采用脉冲序列作为辅助系统模型,用 计算输出数据 ;用原输出数据 计算 ,用递推最小二乘方法分别对系统参数和模型参数进行估计。 (2)M.dat,wnoise1.dat分别为M和白噪声序列。Wnoise1.dat的长度为700,wnoise2.dat的长度为1000。Msls6.c为N=600的程序,Msls8.c为N=800的程序。 (3)程序运行后,生成的两个h文件为产生的脉冲响应函数。Msls6.dat为msls6.c的参数估计结果,ms
joint-force-measure
- ADAMS软件使用交互式图形环境和零件库、约束库、力库,创建完全参数化的机械系统几何模型,其求解器采用多刚体系统动力学理论中的拉格郎日方程方法-ADAMS software uses an interactive graphical environment, and part library, library binding, force libraries to create fully parametric geometric model of the mechanical system,
winpp0
- 用来求解非线性系统中分岔,混沌,周期,准周期等动力学,可以求数值解,也可画图,只要知道系统模型,可以根据需要自由修改参数,软件带有使用说明,简单易懂-Used to solve nonlinear systems in the bifurcation, chaos, periodic, quasi-periodic dynamics, etc., you can seek numerical solutions, but also drawing, as long as know the sys
themethodofidentificatetheleverandparamaters
- 同时辨识模型阶次和参数的算法,源自于潘立登的系统建模与辨识。-At the same time identification model order and parameters of the algorithm, derived from Li-Deng Pan system modeling and identification.
zuixiaoerchengfa
- 这个程序主要是一个递推的最小二乘发,根据diphon方程来辨识一类系统的参数-This procedure is essentially a recursive least squares fat, according to diphon equation to identify a class of system parameters
AVO
- AVO正演模型实验,包括观测系统,正演参数,最后成图。-AVO forward modeling experiments, including the observing system is speech parameters, the final mapping.
MSLS
- MSLSⅠ多步递推最小二乘法 Msls分三步对系统和噪声模型进行辨识,采用脉冲序列作为辅助系统模型,用计算输出数据;用原输出数据计算,用递推最小二乘方法分别对系统参数和模型参数进行估计。 -MSLS Ⅰ recursive least squares multi-step Msls three steps on the system and noise model identification, the use of pulse sequence as a supplementary s
moyituhuo
- 模拟退火算法的基本思想是从一给定解开始,从邻域中随机产生另一个解,接受Metropolis准则允许目标函数在有限范围内变坏,它由一控制参数t决定,其作用类似于物理过程中的温度T,对于控制参数的每一取值,算法持续进行“产生—判断—接受或舍去”的迭代过程,对应着固体在某一恒定温度下的趋于热平衡的过程,当控制参数逐渐减小并趋于0时,系统越来越趋于平衡态,最后系统状态对应于优化问题的全局最优解,该过程也称为冷却过程,由于固体退火必须缓慢降温,才能使固体在每一温度下都达到热平衡,最终趋于平衡状态,因此控制
dmle
- 递推极大似然法求解系统辨识参数(matlab)-Maximum Likelihood Estimation
RLS
- 递归最小二乘算法,用于系统参数辨识,对二阶系统进行辨识。-this is a program called RLS, which was used in the parameter identification of two order system.
chap2_06_RLS
- RLS最小二乘改进算法,能够根据输入输出数据辨识系统参数-Least Squares RLS improved algorithm, the system parameters according to the identification of the input and output data
NLJ-optimization-algorithm
- 用于系统辨识的NLJ算法。适用于状态空间表示的非线性系统,用于系统参数的辨识。-NLJ algorithm for system identification. Applicable to non-linear state space representation used to estimate the system parameters.
CPA
- 啁啾脉冲放大中的多通放大进行数值计算,并计算其横截面光强分布。可以用于进一步计算和确定系统参数-Chirped pulse amplification of multiple amplification through numerical calculation, and calculates the cross-sectional intensity distribution. And can be used in further calculations to determine the s
systemidenfication
- 三级系统辨识的模拟实验结果。系统参数在程序中给出。-A simulink of Identification.
systemidentificationwhitenoise
- 带白噪声的系统辨识仿真实验代码。系统参数在代码中给出。-A simulink of system identification with white noise.
rub
- 该程序主要完成jeffcott转子圆周碰摩故障仿真,包括设置初始条件,转子系统参数等-rub-impacting of rotor
RLS
- 系统辨识课程实验所写的程序。使用递推最小二乘估计辨识系统参数。输出系统参数辨识结果以及辨识精度。程序可以直接运行。-I wrote this program in my system identification course experiment. Using the recursive least squares estimation identification of system parameters. Output system parameter identification res
pso
- 粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO。它具有精度高,收敛快等优点,广泛用于系统辨识、函数优化等领域。文件pso.m是粒子群算法辨识程序,在此基础上,需要自行编写目标函数计算程序以实现不同系统的参数辨识。(Particle swarm optimization (PSO), also known as particle swarm optimization algorithm or bird swarm foragi