-
data_D
another test for demodulation of data
- 2010-11-14 23:15:19下载
- 积分:1
-
anttsp
一个用matlab编写基本的蚁群算法解决TSP问题程序,比较完整,有详细的注释。结果以图的形式展示。便于学习和理解(Using matlab to prepare a basic ant colony algorithm to solve TSP problem procedures, more complete, detailed notes. Results in order to display the form. Easy to learn and understand)
- 2008-08-11 17:21:42下载
- 积分:1
-
1
说明: 在命令窗输入如下内容就得到图形了:
[t,x]=ode45( godhua ,[0,10],[0,0,0,1])
subplot(131) plot(t,x(:,4)) xlabel( t ) ylabel( y )
subplot(132) plot(t,x(:,1)) xlabel( t ) ylabel( v )
subplot(133) plot(t,x(:,2)) xlabel( t ) ylabel( \theta ) (At the command window type the following content to be the graphics: [t, x] = ode45 (godhua, [0,10], [0,0,0,1]) subplot (131) plot (t, x (:, 4 )) xlabel (t) ylabel (y) subplot (132) plot (t, x (:, 1)) xlabel (t) ylabel (v) subplot (133) plot (t, x (:, 2)) xlabel ( t) ylabel (heta))
- 2007-12-09 20:16:04下载
- 积分:1
-
dblpend2sl
This system models a double pendulum system where
the rest state has the pendulums balanced to hang
at right angles to one another.
- 2013-07-31 21:09:59下载
- 积分:1
-
Lyapunov
Lyapunov 数值计算,行相空间重构并利用改进方法计算L yapunov 指数(Lyapunov numerical calculation, the phase-space reconstruction and the use of improved methods of calculating L yapunov Index)
- 2008-02-12 00:15:31下载
- 积分:1
-
matlab_programming
英文matlab编程教程。适合初学者学习。(Matlab programming tutorial in English. Suitable for beginners to learn.)
- 2009-05-20 13:18:51下载
- 积分:1
-
motaifenxi_1
模态分析,用FFT对输入的激励信号提取振动的频率(Modal analysis using FFT excitation signal input to extract vibration frequency)
- 2016-06-26 10:18:20下载
- 积分:1
-
goertzel
goertzel stuff. contains matlab files and different explanations of how it is used for DTMF decoding.
- 2009-10-15 23:03:55下载
- 积分:1
-
svm-by-myself-team
自己做的一个支持向量机分类程序,调试过是可以用的(Do one SVM program , debugging can be used
)
- 2014-11-13 15:14:40下载
- 积分:1
-
fit
用差分方程或数值微分解决简单的实际问题。
实验3 插值与数值积分
l 插值问题提法和求解思路
l Lagrange插值的原理和优缺点
l 分段线性和三次样条插值的原理和优缺点
l 用MATLAB实现分段线性和三次样条插值
l 梯形、辛普森积分公式的原理及MATLAB实现
l 数值积分公式的误差——收敛阶的概念
l 高斯积分公式
l 广义积分与多重积分
l 用插值和数值积分解决简单的实际问题。
实验4 常微分方程数值解
l 欧拉方法的原理及龙格-库塔方法的思路
l 局部截断误差和精度的概念
l 龙格-库塔方法的MATLAB实现,包括求解微分方程组和高阶微分方程
(data fitting)
- 2009-02-04 22:05:00下载
- 积分:1