-
minFD
用最速下降法求解多维函数的极值
function [x,minf]=minFD(f,x0,var,eps)
目标函数:f
初始点:x0
自变量向量:var
精度:eps
目标函数取最小值时的自变量值:x
目标函数的最小值:minf( With the steepest descent method for solving the multi-dimensional function of the extreme value function [x, minf] = minFD (f, x0, var, eps) target function: f Initial Point: x0 argument vector: var Accuracy: eps target function takes the minimum value of the independent variable values: x minimum target function: minf)
- 2015-05-31 14:43:54下载
- 积分:1
-
Imageprocessingorders
详细介绍了MATLAB用于图像处理的相关函数命令!方便实用。(MATLAB for detailed information on the correlation function of image processing commands! Convenient and practical.)
- 2009-07-05 19:58:01下载
- 积分:1
-
Rayleigh_CH
瑞利信道的matlab实现程序,比较适合初学信道的人进行仿真或者参考,非常有用(Rayleigh Road matlab implementation process, more suitable for beginners who channel simulation, or reference, very useful)
- 2011-06-19 16:08:45下载
- 积分:1
-
radar_beam
利用matlab实现雷达波位排列,轻松实现波束相扫(radar beam set by matlab, )
- 2014-05-25 11:34:55下载
- 积分:1
-
Radial-basis-function
径向基函数是一个取值仅仅依赖于离原点距离的实值函数,也就是Φ(x)=Φ(‖x‖),或者还可以是到任意一点c的距离,c点称为中心点,也就是 Φ(x,c)=Φ(‖x-c‖)。任意一个满足Φ(x)=Φ(‖x‖)特性的函数Φ都叫做径向量函数,标准的一般使用欧氏距离,尽管其他距离函数也是可以的。一些径向函数代表性的用到近似给定的函数,这种近似可以被解释成一个简单的神经网络,径向基函数在支持向量机中也被用做核函数。(Radial basis function depends only on the value of a real-valued function of the distance from the origin, i.e. Φ (x) = Φ (x ‖ ‖) or may also be the distance to any point c, c is called the center point , i.e. Φ (x, c) = Φ (xc ‖ ‖). Satisfy any one of Φ (x) = Φ (x ‖ ‖) characteristic functions are called radial vector function Φ standard Euclidean distance is generally used, although other distance functions are also possible. Some typical uses radial function approximation given function, this approximation can be interpreted as a simple neural network, RBF in support vector machines have also been used to make nuclear functions.)
- 2014-07-03 10:43:08下载
- 积分:1
-
carmatlab
基于matlab的汽车动力性和经济性双目标函数的优化设计(Vehicle power and economy Optimization)
- 2010-10-16 16:44:28下载
- 积分:1
-
HHTsummary
希尔伯特黄变化学习总结,技术文档,含部分matlab代码,希望对大家有帮助(Hilbert Huang change learning summary, technical documentation, containing part of the matlab code, and hope to help everyone)
- 2013-09-04 14:44:09下载
- 积分:1
-
chap1_9
说明: 此程序是变型PID控制算法的仿真程序,采用了变速积分方法,系统偏差大时,积分作用应减小,反之应加强。变速积分可以根据系统误差大小改变积分速度,提高了系统品质。(this procedure is a change in the PID control algorithm simulation program using the variable integration method, the system deviation, the integral role should be reduced, on the contrary should be strengthened. Integral variable speed system error can change the size of integration of speed, quality of the system.)
- 2005-11-13 20:35:00下载
- 积分:1
-
Matlab runcode
说明: 对数据进行eemd计算,得到数据的时间序列(matlab function of eemd)
- 2020-11-27 15:58:35下载
- 积分:1
-
Kalman_filter
Kalman滤波程序及其相关资料,对于理解Kalman滤波十分有用,而且Kalman滤波的界面是基于MATLAB设计的。(Kalman filtering procedures and related information useful for understanding the Kalman filter and Kalman filtering is based on the MATLAB interface design.)
- 2009-11-21 21:02:23下载
- 积分:1