-
matlabsnakeGVF
example of matlab source code of snake GVF algorithm.
- 2009-03-11 18:00:46下载
- 积分:1
-
multi-ctp1
一个基于阈值的粒子比较准则,用于处理多目标约束优化问题,该准则可以保留一部分序值较小且约束违反度在允许范围内的不可行解微粒,从而达到由不可行解向可行解进化的目的;一个新的拥挤度函数,使得位于稀疏区域和Pareto前沿边界附近的点有较大的拥挤度函数值,从而被选择上的概率也较大 从而构成解决多目标约束优化问题的混合粒子群算法。(A comparison based on the threshold criteria for the particle to handle multi-objective constrained optimization problem, part of the guidelines can keep order value is small and the constraint violation in allowing infeasible solutions within the particles, so as to achieve a feasible solution to the infeasible solution The purpose of evolution a new function of crowding, making the Pareto front in the sparse region and near the border points have a greater value of the congestion function, which is the larger the probability of selection so as to constitute solve multi-objective constrained optimization problems hybrid particle swarm algorithm.)
- 2010-11-06 12:50:52下载
- 积分:1
-
FDTD_CPML_3D
是关于GPR正演模拟的FDTD-3D算法,加载完全匹配层吸收条件。。(It is the FDTD-3D algorithm for GPR forward modeling, loading the perfectly matched layer absorbing condition.)
- 2018-04-22 15:07:09下载
- 积分:1
-
nurbsR2006b
说明: 非均匀有理B样条的matlab程序,其中用到了C的混合编程。对于学习数据融合技术的人很有帮助!(Non-uniform rational B-spline matlab program, which uses a mixture of C programming. Data fusion technology for the study of people very helpful!)
- 2008-10-30 00:14:51下载
- 积分:1
-
RLS
recursive least square
- 2011-05-24 05:10:55下载
- 积分:1
-
New_folder__5_
induction motor simulation for performing modern control and other controllers
- 2014-08-16 22:34:59下载
- 积分:1
-
MFEToolbox
这个是matlab MFE toolbox,里面附有参考的指导文档(This is matlab MFE toolbox, and inside with reference to the guidance document)
- 2013-02-02 09:04:30下载
- 积分:1
-
1
说明: 短时频分析,程序中通过加窗截取信号,分析其时频关系(short time-freqence analysis)
- 2010-09-16 18:53:55下载
- 积分:1
-
Figure__MATLAB
幻灯片课件,详细的介绍了用matlab进行绘图的方法,比较基础,建议初学者好好看看,很有用。(Courseware slides and detailed introduction to using matlab graphics methods, comparative basis, it is recommended for beginners a good look at, very useful.)
- 2008-04-16 20:47:12下载
- 积分:1
-
oscsend
发送一个开放声音控制(OSC)的信息通过UDP连接
oscsend(美,路径)
oscsend(美,路径,类型,arg1的,arg2的,...)
oscsedn(美,路径,类型,[参数])
ü= UDP的对象与打开的连接。
路径=路径字符串
=同类型的参数类型的字符串,
支持:
我=整数
f=浮动
商S =串
每组空(忽略相应的参数)
余=脉冲(忽略相应的参数)
T=真(忽略相应的参数)
F=假(忽略相应的参数)
乙=布尔(不是官方:将参数为T/在F型)
不支持:
b=一滴
参数=参数所指定的类型。
示例
ü=的UDP( 127.0.0.1 ,7488)
的FOPEN(美)
oscsend(ü, /测试 , ifsINBTF ,1,3.14, 您好 ,[],[],虚假,[],[])
fclose(美)
如需关于振荡信息http://opensoundcontrol.org/。(Sends a Open Sound Control (OSC) message through a UDP connection
oscsend(u,path)
oscsend(u,path,types,arg1,arg2,...)
oscsedn(u,path,types,[args])
u = UDP object with open connection.
path = path-string
types = string with types of arguments,
supported:
i = integer
f = float
s = string
N = Null (ignores corresponding argument)
I = Impulse (ignores corresponding argument)
T = True (ignores corresponding argument)
F = False (ignores corresponding argument)
B = boolean (not official: converts argument to T/F in the type)
not supported:
b = blob
args = arguments as specified by types.
EXAMPLE
u = udp( 127.0.0.1 ,7488)
fopen(u)
oscsend(u, /test , ifsINBTF , 1, 3.14, hello ,[],[],false,[],[])
fclose(u)
See http://opensoundcontrol.org/ for more information about OSC.)
- 2011-05-15 17:56:03下载
- 积分:1