-
MATLAB-biancheng
matlab编程教程。从最基本的matlab知识介绍开始,最后涉及到程序设计(matlab programming tutorial. Introduced, and finally it comes to programming from the most basic Matlab knowledge)
- 2012-03-31 17:35:22下载
- 积分:1
-
pendulumm.m
pendulum stability simulation
- 2012-06-01 21:57:39下载
- 积分:1
-
controlpidbybp
没什么好东西!只是BP,PID算法而已!可以看看过得去(nothing good things! Only BP, PID algorithm! Can look at the little things)
- 2007-05-23 20:12:37下载
- 积分:1
-
facial_features_detection
針對單一人臉做出五官的檢測定位,並在人臉上畫出五官的方框作為表示.(For a single human face detection features make positioning, and his face painted in the box as an express facial features.)
- 2007-07-25 23:45:47下载
- 积分:1
-
hw1
eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e * 2
else e = e / 2
hw1(e)
end
eps = e (eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e* 2
else e = e/2
hw1(e)
end
eps = e )
- 2010-01-19 20:38:10下载
- 积分:1
-
VCTCZ
电动机的矢量仿真模型。这是基于矢量控制的simulink仿真模型。(Motor vector simulation model. This is based on vector control simulink simulation model.)
- 2013-01-27 23:50:21下载
- 积分:1
-
Shannon
用香农编码计算概率分布,信息论与编码实验内容。(The Shannon coding probability distribution, information theory and coding experiment content.)
- 2013-04-16 14:26:33下载
- 积分:1
-
The-coding-principle-of-courseware-
详细介绍了编码原理的基础知识,是编程的入门级必备教材(Details the basics of coding theory, is an essential textbook entry-level programming)
- 2013-12-23 19:20:12下载
- 积分:1
-
polynomial
Least-square curve fitting using polynomials is probably the most basic way to perform some parametric regression analysis. Foor basic tools for polynomial curve fitting are provided here. I also strongly recommend the exhaustive function POLYFITN
- 2010-01-27 20:26:49下载
- 积分:1
-
kalmanmatalab
基于卡尔曼滤波器的一些经典的匀加速运动跟踪(Based on some of the classic Kalman filter tracking of uniformly accelerated motion)
- 2011-11-08 20:06:31下载
- 积分:1