-
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
-
box-dimension
这是一个计算一维时间序列盒维数的计算程序,用matlab语言编写,希望对大家有帮助。(This is a calculated one-dimensional time series box dimension of the calculation procedures, using Matlab language. We want to help.)
- 2006-10-23 17:22:39下载
- 积分:1
-
BEANFORM
波束形成,直方图方位估计的算法演示程序,还有加权直方图方位统计(Beamforming,The observed signal is variable Fractional conversion)
- 2014-08-21 16:28:22下载
- 积分:1
-
Matlab-Example
MTi-G 微机械陀螺仪自带matlab源码(MTi-G the micromachined gyroscopes comes matlab source)
- 2013-01-22 12:55:33下载
- 积分:1
-
hough
detection license plate using haough transform
- 2013-04-03 23:02:45下载
- 积分:1
-
GGSO
说明: GGSO,萤火虫算法实现最优解问题,轮盘赌实现随机数选择(Optimal solution of firefly algorithm)
- 2020-04-19 21:11:35下载
- 积分:1
-
lsb
用matlab实现的基于LSB的数字水印算法。算法可以在BMP灰度图像中嵌入水印,水印信息为二值图像,并将其扩展到与原始图像同样大小,进行重复嵌入,提高鲁棒性。同时算法中给出了PSNR值以评价水印图像的效果,(Using matlab realize the number of LSB-based watermarking algorithm. Algorithm can be embedded BMP gray image watermark, watermark information for the binary image, and its expansion to the original image the same size, the repetition of embedding, improve robustness. At the same time algorithm PSNR values are given to evaluate the effect of watermark images,)
- 2007-09-30 18:55:44下载
- 积分:1
-
lms_rls_comparision
lms rls 比较算法 能独立运行 有图 (lms rls comparison algorithm has plans)
- 2009-03-13 23:49:30下载
- 积分:1
-
CHAPTER9
数字PID的matlab仿真程序,针对刘金琨的先进PID控制的matlab仿真,里面的部分程序进行了修改 第九章(Digital PID of matlab simulation program for Liu Jinkun matlab advanced PID control simulation, which part of the program were modified IX)
- 2011-04-22 21:20:07下载
- 积分:1
-
voicebox
voice box 语音识别箱 包含各种常用的语音处理程序(voice box voice recognition box)
- 2013-03-19 08:59:41下载
- 积分:1