-
matlabradar
基于matlab仿真软件的一些雷达相关程序,有很多个例子,对初学者了解算法研究很有帮助(Matlab simulation software based on a number of radar-related procedures, there is a lot of examples, for beginners Learn Algorithm helpful)
- 2009-03-22 12:29:44下载
- 积分:1
-
analyzer
dynamic signal analyzer
- 2010-09-10 20:23:42下载
- 积分:1
-
function3
The DocPolynom to Character Converter
The char method produces a character string that represents the polynomial displayed as powers of an independent variable, x. Therefore, after you have specified a value for x, the string returned is a syntactically correct MATLAB expression, which you can evaluate.
The char method uses a cell array to collect the string components that make up the displayed polynomial.
The disp method uses char to format the DocPolynom object for display. Class users are not likely to call the char or disp methods directly, but these methods enable the DocPolynom class to behave like other data classes in MATLAB.
Here is the char method.
- 2011-02-12 00:34:13下载
- 积分:1
-
AF_Simulation
说明: 此程序的功能:在协作通信中,主要有AF,DF和CC三种传输方式,此程序完成对AF传输过程的MATLAB仿真。(This program implements AF simulation using Matlab.)
- 2011-02-24 11:11:18下载
- 积分:1
-
复件cmacpid
说明: 一个用于机器人控制的PID与CMAC并行控制的源程序(a robot for the PID control with CMAC parallel control of the source)
- 2006-02-21 13:38:35下载
- 积分:1
-
LEACHThe-routing-protocol-improved
本文提出了一种节点密度和剩余能量传感器网络加权分群算法,该分群算法优化了群首
选择,均衡了网络节点的能量消耗,延长了网络的生命周期(This paper proposes a residual energy of sensor nodes in the network density and weighted clustering algorithm, the clustering algorithm to optimize the group' s first choice, balancing the energy consumption of network nodes to extend the network life cycle)
- 2011-10-04 17:25:15下载
- 积分:1
-
daolibai
这是一个基于LMI的鲁棒控制理论matlab仿真模型实例,描述的是一个倒立摆。希望对大家有用(It is based on LMI robust control theory matlab simulation model instance , described an inverted pendulum . Hope to be useful)
- 2013-03-26 09:20:59下载
- 积分:1
-
aco
说明: 采用改进的蚁群智能算法,得到车辆最短路径问题快速有效的局部最优解。(The improved ACO to obtain the shortest path problem vehicle fast and effective local optima.)
- 2020-04-16 19:03:24下载
- 积分:1
-
pmdcmotor
Modelling moto DC controller
- 2010-11-09 10:47:31下载
- 积分: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