-
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
-
dstar
D*lite算法的C++实现,已经在ubuntu linux下面测试通过!(C++ Implementation of D*lite Algorithms)
- 2018-12-02 17:07:04下载
- 积分:1
-
2008国际大学生数学建模一等奖论文
说明: 2008国际大学生数学建模一等奖论文,数学建模实例与编程教程,提供建模的方法(First Prize Paper on Mathematical Modeling for International College Students 2008, Mathematical Modeling Example and Programming Course, Providing Modeling Method)
- 2020-06-18 21:40:01下载
- 积分:1
-
yanshichengxu3
simulink仿真代码 学习使用 适合初学者(the simulink simulation code learning to use for beginners)
- 2012-11-25 20:53:51下载
- 积分:1
-
PCA
PCA主元分析法求主元个数,Q和T2的源程序(PCA principal component analysis method for the number of main elements, Q and T2 of the source)
- 2021-01-29 19:38:34下载
- 积分:1
-
fantao_v70
GSM中GMSK调制信号的产生,对信号进行频谱分析及滤波,匹配追踪和正交匹配追踪。( GSM is GMSK modulation signal generation, The signal spectral analysis and filtering, Matching Pursuit and orthogonal matching pursuit.)
- 2020-11-28 19:39:29下载
- 积分:1
-
ADP code
说明: 自适应动态规划matlab代码,包含HDP,DHP,ADHDP,ADDHP,亲测可用。(Adaptive dynamic programming matlab code, including HDP, DHP, ADHDP, ADDHP, pro-test available.)
- 2021-04-05 14:29:03下载
- 积分:1
-
CoSaMP
CoSaMP算法,在重构信号时,选取两倍稀疏度的原子来恢复原始信号,再删去一倍稀疏度的原子。(CoSaMP algorithm, in the reconstructed signal, select twice the atomic sparsity to recover the original signal, and then deleting the double sparsity of atoms.)
- 2020-12-23 05:29:07下载
- 积分:1
-
bbackprop
that is so important code of matlab in back propagation !
- 2010-11-08 20:20:31下载
- 积分:1
-
HUIDU
说明: 基于灰度直方图,对图像的纹理特征进行提取,根据灰度共生矩阵得到的四个纹理描述子。(Histogram based on image texture features were extracted, according to the four GLCM texture descriptors obtained.)
- 2011-03-22 19:47:15下载
- 积分:1