-
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
-
Matlab_VC_hybrid-programe
Matlab与C接口技术(两本pdf书籍,感觉很不错的),希望对大家有帮助(Matlab and C interface technology (two pdf books, I feel very good), we want to help)
- 2011-08-17 14:53:11下载
- 积分:1
-
beamform
线阵,圆阵,圆柱阵,球阵三维波束形成图,二进制和十进制(小数)的转换(The 3D beamforming diagram of the linear array, circular array, cylindrical array ball array, binary and decimal (decimal) conversion)
- 2013-03-05 22:04:34下载
- 积分:1
-
draw1
雨量预测 用Matlab软件画出给定区域的
平面曲面图形.(Using Matlab software to draw a given region of the flat surface graphics.)
- 2009-09-06 01:07:18下载
- 积分:1
-
matlab-chapter3
matlab课程 实验答案 第三章 内附代码 word格式(Chapter3 matlab course experiment answer included the code word format)
- 2013-03-26 09:57:13下载
- 积分:1
-
3dslice
3D切片重建。可显示4x8的为echo3 的脑切片图阵(Reconstruction of multi-slice 3D images)
- 2020-06-26 17:40:02下载
- 积分:1
-
Strccl
说明: 面向组织结构的访问控制模型Structure-oriented access control model(Structure-oriented access control model)
- 2011-03-27 18:03:47下载
- 积分:1
-
Image-Compression
图像压缩算法的各种算法,用VC++实现,直接可以编译运行(Image compression algorithms algorithms, using VC++ implementation can be compiled to run directly)
- 2010-07-21 17:58:56下载
- 积分:1
-
elman_pca
说明: 将pca和elman神经网络结合起来,找到了主要的变量(The PCA and the Elman neural network to combine to find the main variables)
- 2008-11-17 16:25:53下载
- 积分:1
-
data_mining1
This contains the data mining implementation for classifiers
- 2013-11-18 07:08:51下载
- 积分:1