-
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
-
whitenoiseandsth
to generate the white noise signal u(n) with uniform distribution and power p
- 2010-11-16 16:46:52下载
- 积分:1
-
cdmrs23
matlab code for cdma . dlsa
- 2011-05-02 08:40:20下载
- 积分:1
-
AMencoder
运行环境MATLAB R2009a/功能:实现AM调制 (AM encoder under MATLAB R2009a)
- 2010-06-02 21:46:44下载
- 积分:1
-
GetDiffBrightHisotgram
matlab编写的用于计算两幅大小相同图片归一化的亮度差分直方图(matlab prepared the same size used to calculate the two pictures normalized brightness difference histogram)
- 2014-08-22 18:26:13下载
- 积分:1
-
DamBreak.-CSPH
This code is used to dam-break problem in varied domain
- 2013-09-04 23:35:42下载
- 积分:1
-
AuditoryToolboxTechReport
基于matlab的听觉模型工具箱,包括常见的集中耳膜模型等等。(Auditory model based on matlab toolbox, including the common model, and so the concentration of the eardrum.)
- 2011-09-28 14:50:24下载
- 积分:1
-
direction-in-degree
Estimation of direction in degree for doa study
- 2014-01-05 23:47:10下载
- 积分:1
-
PV
说明: 控制受控电流源模拟光伏电池PV、IV外特性(Controlled current source analog control external characteristics of photovoltaic cells)
- 2014-03-21 09:50:43下载
- 积分:1
-
about_Communication_Fundamentals_in_my_side
总结了自己关于通信原理学习的一下认识,希望大家多交流(about Communication Fundamentals in my side)
- 2010-09-24 20:06:01下载
- 积分:1