-
L_S
说明: 根据过完备原子库中原子的能量分布特性创建大小原子的Matlab程序。(Over-complete atoms according to the Treasury in the distribution of atomic energy to create the size of atoms Matlab procedures.)
- 2009-08-11 10:52:10下载
- 积分:1
-
Kalman-Filter
卡尔曼滤波程序,卡尔曼滤波程序,卡尔曼滤波程序,(Kalman filtering procedures, Kalman filtering procedures, Kalman filtering procedures,)
- 2014-09-20 19:51:58下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
MATLAB
几种滤波器matalab的程序,非常实用,值得一看(matalab programmation)
- 2011-12-27 20:15:19下载
- 积分:1
-
YS
说明: 雨流计数法,可以参考,用于雨流计数统计循环次数(Rain flow counting method)
- 2020-12-08 22:28:16下载
- 积分:1
-
kftool_matlab
kalman filter toolbox for matlab...
- 2010-12-06 00:58:00下载
- 积分:1
-
rengongyuqun
说明: 在matlab环境下用智能算法--人工鱼群算法求函数极值的matlab程序(In the matlab environment with intelligent algorithm- artificial fish-swarm algorithm for the extremal function matlab program)
- 2008-10-10 19:31:47下载
- 积分:1
-
FMModulation
这是一个实现FM调制的信号去噪均衡程序,你可以理解FM调制的原理,同时理解均衡去噪的原理(This is an FM modulated signal denoising achieve a balanced program, you can understand the principles of FM modulation, while understanding the principles of balanced de-noising)
- 2013-07-24 10:28:42下载
- 积分:1
-
matlab-optimization-problems-
matlab解决最优化问题的相关程序,源于互联网,多多交流。(matlab to solve optimization problems related procedures, from the Internet, a lot of communication.)
- 2013-09-10 16:53:48下载
- 积分:1
-
Runge_Kutta
编写四阶 Runge_Kutta 公式的计算程序,对线性状态方程进行仿真
(Preparation of fourth order Runge_Kutta formula calculation procedures, the linear equation of state for simulation)
- 2013-11-08 15:06:52下载
- 积分:1