-
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
-
burgf
信号为两个正弦信号加高斯白噪声,用burg递推法对其进行功率谱估计,效果不错。(Signal for two sinusoidal signal plus Gaussian white noise, the recursive method burg its power spectrum estimation, good results.)
- 2009-06-14 15:44:26下载
- 积分:1
-
imhist
实现图像的直方图,该函数功能强大,已经通过matlab运行(it can realize a image s hist! )
- 2010-05-23 21:45:23下载
- 积分:1
-
Viterbi
在Matlab的编程环境下实现了卷积编码和译码的功能,简单明了(In the Matlab programming environment to achieve a convolution coding and decoding functions, simple)
- 2014-08-21 09:16:32下载
- 积分:1
-
pulse-compress
雷达信号处理中的一个重要过程:利用匹配滤波中的相关原理,对目标进行定位(Radar signal processing, an important process: the use of matched filtering principle to locate the target)
- 2012-12-07 10:05:42下载
- 积分:1
-
metodos1
euler, runge kutta and others in a GUI
- 2010-11-15 14:10:09下载
- 积分:1
-
snr_ber
不同信噪比对误码率性能的影响,仅供参考,效果还可以(BER performance of different signal to noise ratio on the impact of reference only, the effect can be)
- 2010-05-29 20:49:07下载
- 积分:1
-
PendLab
matlab中对摇摆轴的模拟及分析。生成pendulum的模型进行相关计算(pendulum simulation model with matlab)
- 2009-07-11 12:46:49下载
- 积分:1
-
chap2
《智能控制》第一版(刘金琨著)第二章程序源码(" Intelligent control" the first edition (Liu Jinkun a) Chapter II program source code)
- 2011-04-26 09:34:41下载
- 积分:1
-
changedU
包含了MATLAB编写的关于自适应算法在不同步长下收敛速度的仿真源码,运行正确(Written in MATLAB includes adaptive algorithm is not synchronized on a long simulation source code under the convergence speed, running right)
- 2011-09-10 10:24:06下载
- 积分:1