-
str2poly
字符串转称函数matlab函数,gui设计常用,下载下来以备不时只需(string to function)
- 2012-11-29 15:19:47下载
- 积分:1
-
GA7 - ZS1
基于遗传算法的主动悬架模糊控制,通过遗传算法来优化模糊控制的隶属度函数,以此来优化悬架的垂直加速度的方均根(Fuzzy control of active suspension based on genetic algorithm and membership function of fuzzy control are optimized by genetic algorithm to optimize the mean square root of vertical acceleration of suspension.)
- 2019-05-20 20:23:12下载
- 积分:1
-
Transfer_exercises_for_matlab
离散时间语音信号处理--原理与应用 相关matlab文件(Discrete-Time Speech Signal Processing:Principles and Practice )
- 2013-07-27 10:47:02下载
- 积分:1
-
GMPHD
这是多目标跟踪的入门文献,希望研究高斯概率假设密度的朋友共勉。文中详细描述了多目标跟踪的基本原理及最新方法。(This is the entry of multi-target tracking literature study friends encourage each of the Gaussian probability hypothesis density. The paper describes in detail the basic principles of multi-target tracking and the latest methods.)
- 2021-03-29 19:29:11下载
- 积分:1
-
DetectPerformanceinMultistaticRadars
将分布式检测器的概念和雷达联网的性能结
合在一起,从而可以得出在不同雷达布站和不同目标起伏条件下信号检测性能。此性能可以对
雷达布站方法和比较单、多站雷达性能研究都带来益处。
(In the paper, assume that the detection performance (such as detection probability and false
alarm probability) in multistatic radars is given on condition:target movements, fluctuating tar-
gets and different positions of the radars.
)
- 2014-01-04 21:46:03下载
- 积分:1
-
yichuansuanfa
用该遗传算法程序解决多峰值函数的优化问题,输出结果和图形!(Using the genetic algorithm program to solve the optimization problem of multi-peak function, output and graphics!)
- 2010-09-21 21:38:41下载
- 积分:1
-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1
-
fuzzy-pi
说明: 一被控对象 ,给定为阶跃给定,幅值为500,设计一个两维模糊PI型控制器,输入语言变量和输出语言变量均取7个值{NB,NM,NS,ZE,PS,PM,PB},模糊论域为{-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6},用matlab编程仿真研究。(Charged with one object, to set at a given step, the amplitude for the 500, the design of a two-dimensional fuzzy PI-type controller, input linguistic variables and output linguistic variables are taken seven values (NB, NM, NS, ZE, PS , PM, PB), fuzzy domain for (-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6), Simulation programming with matlab .)
- 2008-08-26 16:37:45下载
- 积分:1
-
diode
常用二极管的七种用法,里面有详细的介绍和分析。(Seven kinds of usage about diode,there is a detailed introduction and analysis.)
- 2013-10-31 20:21:13下载
- 积分:1
-
粒子群 pos
说明: 在数学建模当中,粒子群算法的通用案例,只需要修改核心算子——适应度即可。(In mathematical modeling, the general case of particle swarm optimization only needs to modify the core operator fitness.)
- 2021-01-30 21:57:22下载
- 积分:1