-
matlab_word_excel
matlab与word、Excel的混合使用,太强了,该程序包括各种实例,狂赞!(Matlab and the word, Excel mixed use, too. The procedures include various examples of mad praise!)
- 2007-05-28 22:43:16下载
- 积分:1
-
Iterative-Closest-Point-Method
icp(iterative closest point)的代码,本人已经使用过了,效果还行,总共就一个文件,所有的函数都写在这上面了(icp (iterative closest point) of the code, I have used, and the results were OK, total on a file, all of the functions are written in it.)
- 2013-07-16 19:14:03下载
- 积分:1
-
eemd_fft
对信号进行EEMD分解,消除模式混叠,并对本征模函数进行FFT变换,求出幅度谱(EEMD decomposition of the signal eliminate Mode aliasing, FFT transform and intrinsic mode functions obtained amplitude spectrum
)
- 2012-10-22 13:14:43下载
- 积分:1
-
chirpp
Linear Frekans Modulasyon (chirp signal)
- 2013-12-06 19:18:01下载
- 积分:1
-
Matlabbiancheng
说明: matlab 编程资料下载,希望能帮到你们(Download matlab programming, hope to help you)
- 2011-03-17 20:38:31下载
- 积分:1
-
Crypt64-v1.0
Simple program that encrypts and Decrypts text with options to generate/Open and Save key.
- 2014-08-27 06:30:49下载
- 积分:1
-
AWGN_Channel_BCH_4DPSK
BCH coded m-DPSK BER with AWGN
- 2014-10-20 17:03:32下载
- 积分:1
-
Code-Final
QPSK Modulation Demodulation, BER vs SNR plot
- 2014-02-17 21:24:59下载
- 积分:1
-
codefractalgenerator
this code is matlab code that generate fractal shapes.
- 2012-04-02 20:18:49下载
- 积分:1
-
cskmeans
cskmeans 聚类算法的一种
1. 分裂法(partitioning methods):给定一个有N个元组或者纪录的数据集,分裂法将构造K个分组,每一个分组就代表一个聚类,K<N。而且这K个分组满足下列条件:(1) 每一个分组至少包含一个数据纪录;(2)每一个数据纪录属于且仅属于一个分组(注意:这个要求在某些模糊聚类算法中可以放宽);对于给定的K,算法首先给出一个初始的分组方法,以后通过反复迭代的方法改变分组,使得每一次改进之后的分组方案都较前一次好,而所谓好的标准就是:同一分组中的记录越近越好,而不同分组中的纪录越远越好。使用这个基本思想的算法有:K-MEANS算法、K-MEDOIDS算法、CLARANS算法;()
- 2008-07-07 10:52:51下载
- 积分:1