-
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
-
leach-m(1)
energy leach a new version
- 2012-04-15 03:14:41下载
- 积分:1
-
beamforming.0.0.2
implement basic routines in Matlab and Octave (currently using Matlab R13) for simulating adaptive beamforming and filtering for antenna arrays.
- 2009-04-03 17:37:31下载
- 积分:1
-
speccorr
这里给出另一组对谱线校正的方法,其中包括了9种方法。(Here are the other group on the spectrum correction method, including nine kinds of methods.)
- 2008-02-18 18:19:48下载
- 积分:1
-
ganew
GA PROGRAM for tuning
- 2011-01-18 01:47:21下载
- 积分:1
-
burg
这是一个已知ar模型参数求功率谱密度的函数(Ar model parameters are known to seek the power spectral density function)
- 2011-10-26 17:53:40下载
- 积分:1
-
DCMOTOR
matlab code for dc motor design 2
- 2012-09-15 17:32:12下载
- 积分:1
-
ofdmproj_win
ofdm在matlab上的仿真程序,并且是可视化的matlab程序(ofdm simulation)
- 2013-10-24 22:40:58下载
- 积分:1
-
ADHDP
自适应动态规划控制参数调整,先进的自适应 ,能够自动调节 器的 ,有很好的鲁棒性 (Adaptive control parameter adjusting dynamic programming, advanced adaptive, automatically regulator, has good robustness)
- 2017-03-27 15:18:36下载
- 积分:1
-
Simulation1
质心仿真,质心定位算法的数据仿真 用于质心算法相关的模拟和分析(Centroid simulation, centroid location algorithm simulation data associated centroid algorithm for simulation and analysis)
- 2013-07-26 09:43:24下载
- 积分:1