-
fukebai
傅科摆的matlab模拟程序,有考虑一次阻力,二次阻力。同时有一个word描述。学习matlab ode的好代码(Foucault pendulum matlab simulation program, considered a resistance, secondary resistance. At the same time there is a word description. Code of good learning matlab ode)
- 2013-11-25 20:12:27下载
- 积分:1
-
clustering
一种使用GMM(Gaussian Mixture Model)聚类方法,亲测,好使(A clustering method using GMM (Gaussian Mixture Model).)
- 2013-11-18 10:58:31下载
- 积分:1
-
qbhk
曲柄滑块机构的运动学仿真,研究曲轴运动的物理规律,通过建模和仿真,其运动规律可以实时动画展现,各项数据实时输出,大大增加了直观性(Slider-crank mechanism kinematics simulation, the laws of physics research crankshaft movement, through modeling and simulation, which show the movement of the animation in real-time, real-time output of the data, greatly increasing the intuitiveness)
- 2013-12-15 21:43:31下载
- 积分:1
-
regeneratemode
This simulation file is used for simulation of a traction load which is working in regenerative mode created by two back to back pwm converters that feeds energy back from 3 phase side to single phase side.
- 2014-02-20 13:48:40下载
- 积分:1
-
weifenfangcheng-GUI
求解微分方程的一个GUI界面,包括代码,有兴趣额的可以一看(matlab weifenfangcheng GUI)
- 2015-04-16 18:14:22下载
- 积分:1
-
mini2
clear all
clc
t=0:1/1000:10-1/1000
s=sin(2*pi*t)
snr=20
s_power=var(s) varience of s
linear_snr=10^(snr/10)
factor=sqrt(s_power/linear_snr)
noise=randn(1,length(s))*factor
x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù
x1=noise Ô ë É ùÔ ´ Ê ä È ë
x2=noise
w1=0 È ¨Ï µ Ê ý ³ õ Ö µ
w2=0
e=zeros(1,length(x))
y=0
u=0.05
for i=1:10000 LMSË ã ·¨
y(i)=w1*x1(i)+w2*x2(i)
e(i)=x(i)-y(i)
w1=w1+u*e(i)*x1(i)
w2=w2+u*e(i)*x2(i)
end
figure(1)
subplot(4,1,1)
- 2010-10-26 16:41:03下载
- 积分:1
-
IMM-three
基于三个模型的目标跟踪,中心角速度为0.偏移角速度固定。能够解决轨迹为非线性的目标的跟踪。自带轨迹。(Target tracking based on the three models, the central angular velocity is 0. Offsets the fixed angular velocity. Can solve the trajectory tracking of nonlinear target. Own trajectory.)
- 2011-05-12 16:04:51下载
- 积分:1
-
snakes
matlab写的蛇形算法,效果很好,内附图片,通过改变输入的图像运行自己的程序。( snake algorithm with matlab , works well.)
- 2011-08-25 17:14:23下载
- 积分:1
-
pso
计算给定函数的全局最优位置以及优化极值,并输出结果(Calculating a given function and optimize global best position extremes, and outputs the result)
- 2014-10-15 09:18:17下载
- 积分:1
-
Recognition.of.human.Iris.Patterns
This is a thesis paper on iris recognition. it will be very helpful in guyz who are doin projects on biometric authentication
- 2009-02-27 19:05:47下载
- 积分:1