-
utilities
matlab中几个非常实用的画图程序,分别用来画箭头,方形,球体,多面体,坐标系,非常实用。(matlab drawing on some very practical procedures were used to draw the arrow, square, sphere, polyhedron, coordinate system, very useful.)
- 2010-08-02 16:32:02下载
- 积分:1
-
matlab-program-example
matlab高编程书籍,实用性强,属于提高类书籍(High matlab programming books, practical)
- 2013-08-19 23:51:54下载
- 积分:1
-
MusicAlgorithm
MUSIC(Multiple Signal Classification)算法是Schmidt在1979年首先提出的,是早期经典的超分辨率DOA估计方法(即超瑞利限的方法),属特征结构的子空间方法。(MUSIC (Multiple Signal Classification) algorithm is Schmidt first proposed in 1979, is an early classic super-resolution DOA estimation methods (ie, super-Rayleigh limit of the method), is a characteristic structure of the sub-space method.)
- 2010-08-24 17:53:01下载
- 积分:1
-
music_spectrum
说明: 谱估计的MUSIC算法,里面有详细的介绍,对做谱估计的同学应该有帮助。(The MUSIC spectral estimation algorithm, there are detailed introduction to the spectral estimation of the students do should be helpful.)
- 2008-09-19 10:02:44下载
- 积分:1
-
histogram
histogram on color image ... .. so ..
- 2011-04-30 02:40:18下载
- 积分:1
-
sigxpand
将输入d进行扩张,方法是在d的每个数据中插入M-1个零值。
如输入d=[1,2,3,4] M=3
输出out=[1 0 0 2 0 0 3 0 0 4 0 0](To expand the input d, the method is to insert each data d, M-1 zero value. If the input d = [1,2,3,4] M = 3 output out = [1 0 0 2 0 0 3 0 0 4 0 0])
- 2010-11-14 11:18:01下载
- 积分:1
-
GMMforLabData_DPSK
用于均衡DPSK信号的JD-MLSE算法,为matlabb程序,输入DPSK解调的两路信号,判决得到所需的bit序列,并计算误码率(It s used for electronical equalization based on joint-decision maximum likelyhood estimation (i.e. JD-MLSE).)
- 2010-12-28 15:29:52下载
- 积分:1
-
information-fusion
利用支持向量机完成的导航高度信息融合,需要用到lssvm toolbox。内的000是数据文件。(Support vector machine to complete a high degree of navigation information fusion, need to use lssvm toolbox. The 000 is the data file.)
- 2011-05-02 10:51:25下载
- 积分:1
-
shuzubaocun
通过选择法,选出一组数据,导入到新建的数组中(By selecting the method to elect a set of data, into the new array)
- 2011-09-10 16:50:53下载
- 积分:1
-
AR_with_remove
时间序列分析,AR模型,用于流数据预测与滤波
输入参数:y为原始数据矩阵,p为AR模型的阶数,la为自回归模型的遗忘系数
输出参数:预测值,置信区间,离群点等(Time series analysis, AR model for prediction and filtering data stream input parameters: y original data matrix, p is the order of the AR model, la self-forgetting coefficient regression model output parameters: predictive value, confidence intervals, outlier points)
- 2014-12-24 20:17:19下载
- 积分:1