-
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
-
Successive-Projections-Algorithm
连续投影算法MATLAB源码,很好的资料,很齐全(successive projections algorithm)
- 2021-01-28 16:38:35下载
- 积分:1
-
gatbx
Sheffield工具箱的简单例子,有作者修改,其中doc文件为介绍(the example of Sheffield GA)
- 2013-05-08 10:54:03下载
- 积分:1
-
plotyyy
matlab本身没有绘制三轴曲线的命令,附件放入matlab命令文件夹中可用plotyyy命令调用(matlab triaxial curve itself does not draw commands into matlab command attachment folder available plotyyy command calls)
- 2014-02-10 10:42:14下载
- 积分:1
-
edgedetect
MATLAB代码,利用语音信号的短时能量与短时过零率来达到自动检测语音的起止点。效果不错.(MATLAB code, the use of short-time speech signal energy and zero-crossing rate of short-term to achieve automatic detection of the beginning and ending point of speech. Good results.)
- 2008-02-24 17:26:37下载
- 积分:1
-
zhu_jfc_change
上传一个解方程的matlab主程序mw文件,变的不好请谅解(To solve differential equations
)
- 2012-04-04 14:19:24下载
- 积分:1
-
CSR_IR
CSR模型图像复原,近期较为新颖的图像复原方法,效果更好。(The CSR model of image restoration, recently a novel method for image restoration, the better.)
- 2012-05-19 15:26:11下载
- 积分:1
-
guide_program
this is document to learn a simple way to design a graphic interface in matlab.
- 2010-05-07 17:24:38下载
- 积分:1
-
mag_response
this programs finds the magnitude and phase response of a second order resonator or any other system
- 2013-11-09 22:43:46下载
- 积分:1
-
PCA
实现matlab gui 界面的人脸检测的改进算法,效率更高(Achieve matlab gui interface improvements face detection algorithm, more efficient)
- 2014-12-03 15:55:49下载
- 积分:1