-
How-Use-ODE45-to-solve-Boundary-Value-ODE
In MATLAB, usually we use function bvp4c() to solve boundary value problem (BVP) of ODE. However, we also can use function ode45() to solve BVP of ODE too. However, ode45() needs all initial values at one point. Therefore we have to construct an auxiliary function, whose input argument is the missing initial value and the return output is the given boundary value, Then we can call function fsolve() to get the missing initial value. This method is particularly efficient it the ODE has one or more parameters. Also this method is essentilal for GNU Octave, because whose function bvp4c() is not programmed for parameter ODE yet.
- 2012-06-24 04:37:26下载
- 积分:1
-
改进的灰狼优化算法 GWO
针对灰狼优化算法在求解连续函数优化问题时精度不高、易出现早熟收敛等缺陷,提出一种改进的灰狼优化算法(Grey Wolf Optimizer)
- 2020-12-24 10:39:06下载
- 积分:1
-
PID
说明: MATLAB 先进PID控制仿真程序,运行环境MATLAB6即可(MATLAB simulation of advanced PID control procedures, operating environment can MATLAB6)
- 2008-09-06 12:08:38下载
- 积分:1
-
chongjixinhaozixiang
说明: 如何在图像中加入一个冲击信号,求冲击信号的自相关 并求与高斯信号的互相关性(how to insert noise,and how to konw the correlation with gaosi noise)
- 2011-03-16 15:23:04下载
- 积分:1
-
Lmsadf
最小均方自适应滤波 可用于系统辨识 预测编码 谱分析 噪声消除(LMS adaptive filter can be used to identify predictive coding system to eliminate noise spectral analysis)
- 2011-04-20 19:57:12下载
- 积分:1
-
qhanoi
q learning 写的hanoi塔,增强学习使用。汉诺塔(q learning to write hanoi tower)
- 2013-12-12 16:30:59下载
- 积分:1
-
cdma
CDMAT-ransmitter receiver-CDMA is an access technique which uses entire for communication
- 2009-03-13 23:04:52下载
- 积分:1
-
001
当M=4时,QAM的蒙特卡罗仿真程序,绘出误符号率和误码率曲线,并和理论曲线比较。(When M = 4 Shi, QAM of the Monte Carlo simulation program, draw the symbol error rate and bit error rate curve, and and the theoretical curves.)
- 2009-11-25 13:16:33下载
- 积分:1
-
The_elements_of_statistical_learning
Classic data mining book
- 2010-11-15 09:45:08下载
- 积分:1
-
NONOBS
使用结构时间序列对比利时每年的GDP数据进行建模( use structural time series models build a model for annual Belgium GDP data,)
- 2011-04-19 18:55:00下载
- 积分:1