-
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
-
Modern-Wireless-Communications
学习通信相关知识,帮助大家系统的学习通信相关知识,适合研究生及以上学历的读者。(learn communicate technogly .)
- 2014-09-09 10:52:51下载
- 积分:1
-
pdfplot
概率密度函数pdf画图,给出最大、最小的范围,可调整分辨率(Probability density function pdf drawing, give maximum and minimum range, adjustable resolution)
- 2011-09-17 13:11:43下载
- 积分:1
-
LFM-matchfilter
关于线性调频信号的生成和匹配滤波的代码,可以运行,还易懂(matched filtering of MATLAB for random signal processing algorithm demo!)
- 2017-07-19 16:07:34下载
- 积分:1
-
NARX程序
说明: MATLAB实现的NARX模型辨识程序,适用于初学模型辨识的学者理解NARX模型辨识方法(The NARX model identification program implemented by MATLAB is suitable for the scholars who are learning model identification to understand the NARX model identification method.)
- 2019-10-13 11:01:51下载
- 积分:1
-
2ASKPSKFSK
实现2ASK、2FSK、2PSK的调制与解调功能(2ASK, 2FSK, 2PSK modulation and demodulation functions)
- 2012-10-10 20:26:10下载
- 积分:1
-
Robotic-Movement
the program submitted is a c++ code which calculates the transformation matrix to develop robots movements.
- 2014-11-03 16:36:35下载
- 积分:1
-
hist33
在原有matlab程序的基础上增加一个功能即原有程序在未统计之前,一个数默认频次为一,但是这个可以在频次不为1的情况下统计总的频次(Add a function on the basis of the original matlab program that is not before the original program statistics, a number of default frequency is one, but this can count the total frequency in the frequency is not a case)
- 2014-02-24 09:10:36下载
- 积分:1
-
blast
BLAST detection algorithm
- 2007-08-29 16:47:47下载
- 积分:1
-
MSR
采用多尺度引导滤波的自适应retienx算法,实现不同光照条件下的图像增强(Adaptive retienx algorithm using multiscale guided filtering to achieve image enhancement under different illumination conditions)
- 2021-01-27 07:18:41下载
- 积分:1