-
A_User_Friendly_Fortran_BVP_Solver
一个用fortran90写成的BVP(ODE)的求解器,作者是写matlab函数bvp4c的作者。原理差不多。不过这个版本是用f90写的,运算速度更快。本包内含如何运这些程序的论文及算例,很好上手。(In the declarations part of this module, we first define the BVP_SOL type, which represents the numerical solution. We next define the interface BVP_INIT, which is overloaded to provide a number of functions for allowing the user to specify initial information for the computation, the interface BVP_EXTEND, which is overloaded to provide functions for extending the numerical solution to a new domain that are useful in the context of parameter continuation, and the interface BVP_EVAL, which is overloaded to provide a function for retrieving solution information. Next a number of global variables employed throughout the code are defined.
)
- 2010-11-08 02:14:08下载
- 积分:1
-
FT
说明: 禁忌(Tabu Search)算法是一种亚启发式(meta-heuristic)随机搜索算法,它从一个初始可行解出发,选择一系列的特定搜索方向(移动)作为试探,选择实现让特定的目标函数值变化最多的移动。为了避免陷入局部最优解,TS搜索中采用了一种灵活的“记忆”技术,对已经进行的优化过程进行记录和选择,指导下一步的搜索方向,这就是Tabu表的建立。(Tabu Search algorithm is a meta-heuristic random search algorithm. It starts from an initial feasible solution, chooses a series of specific search directions (movement) as a trial, and chooses to achieve the movement that makes the most changes in the value of a specific objective function. To avoid falling into local optimum, TS search uses a flexible "memory" technology to record and select the optimization process that has been carried out, and to guide the next search direction, which is the establishment of Tabu table.)
- 2019-06-28 10:46:56下载
- 积分:1
-
基于状态空间方程的预测控制程序
说明: 基于状态空间方程的预测控制程序StateMPC是按照钱积新版《预测控制》中4.3.2.1节的方法编写的程序。
StateMPC1是按照公式4-61,4-62扩展状态空间模型而编写的程序。基于这个模型的控制率的推导请见文件夹里的word文件。(Predictive Control Program Based on State Space Equation)
- 2020-03-25 16:23:59下载
- 积分:1
-
SLMPAPR
利用slm方法解决在ofdm系统中降低PAPR问题(slm slove the problem of papr)
- 2009-10-23 20:43:15下载
- 积分:1
-
vincentzhu
这个源码是MIMO中的预编码技术的概括,包含了大部分有关MIMO的代码,能够帮助大家(The source is a MIMO pre-coding technology in general, including most of the code relating to MIMO, can help you)
- 2009-07-03 09:13:54下载
- 积分:1
-
RadHist
Radon transform and inverse radon , and their histogram step by step. can be use for edge detection and finding the number of object in image
- 2013-12-11 16:16:11下载
- 积分:1
-
Matlab-based-light-procedures
基于MATLAB的光线反射、折射和透镜原理的仿真程序(MATLAB-based light reflection, refraction and lens theory simulation program)
- 2021-01-13 22:38:47下载
- 积分:1
-
yalmip-
一个比较好用的matlab工具箱,功能很齐全(A more useful matlab toolbox functions are complete)
- 2011-08-18 00:19:30下载
- 积分:1
-
MATLAB6.0xuexishouce
本文档是matlab6.0基础知识的学习资料,可能此版本有些落后,但对一些需要的人仍有帮助(This document is matlab6.0 the basics of learning materials, may be this version is a bit behind, but there are still some who need help)
- 2012-07-18 20:31:33下载
- 积分:1
-
ukf(matlab)
无迹卡尔曼滤波器(Unscented Kalman Filtering)的MATLAB实现(ukf(Unscented Kalman Filtering)MATLAB implementation)
- 2014-12-04 10:45:55下载
- 积分:1