-
ChaoticPendulum
solve nonlinear partial differential equation for Pendulum
- 2010-07-28 23:11:43下载
- 积分:1
-
Matlabmanual
MATLAB详细手册,初学者推荐,希望大家喜欢.(MATLAB detailed manual, recommended for beginners, I hope everyone likes.)
- 2008-01-21 09:05:09下载
- 积分:1
-
matlabfunction
详细介绍了matlab的各种函数,以及命令等,可提供详细查询(Matlab details the various functions, as well as command and so on, can provide a detailed inquiry)
- 2008-03-18 17:49:21下载
- 积分:1
-
important
功率谱估计的各种方法,包括经典法和现代法的matlab实现,不是通过调用函数,而是根据算法的思想实现的,希望对大家有用。(The power spectrum estimation methods, including the classic method and modern method of Matlab implementation, not by calling the function, but according to the idea of the algorithm to achieve, and the hope that useful.)
- 2012-06-15 10:53:21下载
- 积分:1
-
Color-segment
Color segmentation using Mahanalobis distance
- 2013-04-30 08:32:04下载
- 积分:1
-
Basic-concept-in-matlab
basic concept in matlab
- 2015-02-19 16:47:33下载
- 积分:1
-
pca
说明: 主成分分析:
(1) 根据指标的属性将原始数据统一趋势化
(2) 利用协方差、相关系数矩阵进行主成分分析,判断可否用第一主成分排名?(Principal component analysis:
(1) Unify and trend the original data according to the attribute of the indicator
(2) Using covariance and correlation coefficient matrix for principal component analysis, can we use the first principal component ranking?)
- 2020-05-18 11:52:07下载
- 积分:1
-
Minkowski
Minkowski香肠线 迭代分形图 Matlab(Minkowski sausage line iteration fractal images)
- 2012-05-24 21:53:12下载
- 积分:1
-
CFO_estimate
CFO的估计,对基于CP的CFO,Moose,Classen方法的MSE进行比较分析(CFO estimate, based on the MSE CP CFO, Moose, Classen method of comparative analysis)
- 2021-04-14 10:28:55下载
- 积分:1
-
base2fft
根据DFT的基二分解方法,可以发现在第L(L表示从左到右的运算级数,L=1,2,3…M)级中,每个蝶形的两个输入数据相距B=2^(L-1)个点,同一旋转因子对应着间隔为2^L点的2^(M-L)个蝶形。从输入端开始,逐级进行,共进行M级运算。在进行L级运算时,依次求出个2^(L-1)不同的旋转因子,每求出一个旋转因子,就计算完它对应的所有的2^(M-L)个蝶形。因此我们可以用三重循环程序实现FFT变换。同一级中,每个蝶形的两个输入数据只对本蝶形有用,而且每个蝶形的输入、输出数据节点又同在一条水平线上,所以输出数据可以立即存入原输入数据所占用的存储单元。这种方法可称为原址计算,可节省大量的存储单元。附件包含算法流程图和源程序。(err)
- 2008-04-20 23:11:05下载
- 积分:1