-
DetectMaxima
改程序用于在一组信号中检测出最大值,即峰值检测(maxima detection, /peak detection)
- 2009-05-28 20:19:15下载
- 积分:1
-
symMat
A matrix of symbolic elements is reasonably useful for many analytic linear algebra applications, and for analytic vector, matrix and tensor differentiation.
This function produces a matrix of arbitrary dimension of symbolic elements that are indexed by their position in the symbolic matrix for ease of reference.
EXAMPLE
>> M = symMat([2 2], m , real )
M =
[ m11, m12]
[ m21, m22]
>> class(M)
ans =
sym
>> det(M)
ans =
m11*m22 - m12*m21
- 2010-03-02 02:13:12下载
- 积分:1
-
lms.gongxiang
说明: MATLAB里面有LMS算法的程序,下面是我自己编写的LMS算法程序,供交流。(MATLAB there are procedures for LMS algorithm, the following is my own procedures for the preparation of the LMS algorithm for the exchange.)
- 2008-09-08 12:19:36下载
- 积分:1
-
mean
Jerk混沌系统产生的模拟信号的均值化处理 方法简单效果明显(Mean treatment method Jerk chaotic system to produce an analog signal simple obvious effect)
- 2015-04-01 15:56:45下载
- 积分:1
-
circle_fit
说明: 圆拟合,通过已知的多组数据,拟合出最小误差的圆(Given a set of measured x,y pairs that a re supposed to reside on a circle, but with some added noise. A circle to these points, i.e. find xc,yc,R, such that (x-xc)^2+(y-yc)^2=R^2)
- 2009-08-27 06:38:28下载
- 积分:1
-
viterbi
实现viterbi译码功能的matlab程序(source code for viterbi decoding)
- 2012-04-27 15:59:05下载
- 积分:1
-
categorizing
使用自组织竞争神经网络将给定坐标的垃圾中转站按地理位置分类。(Use the self-organizing competitive neural network given the coordinates of garbage transfer stations classified by geographical location.)
- 2012-10-19 23:20:37下载
- 积分:1
-
xx
说明: 标准图像,包含多幅用于matlab的标准图像(The standard image, contains many standard for matlab image)
- 2015-01-27 17:30:02下载
- 积分:1
-
SRC_Test
Sparse representation based classification (SRC John Wright CVPR2009) 实现(Sparse representation based classification (SRC John Wright CVPR2009)‘s codes)
- 2015-04-13 14:13:19下载
- 积分:1
-
Phased-array-radar
关于相控阵雷达的经典书籍,对学习雷达相当有帮助(On the phased array radar on the classic books, for learning radar quite helpful)
- 2011-12-15 19:24:07下载
- 积分:1