-
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
-
chaos
蔡氏混沌电路的仿真,混沌同步中常用同步方法的仿真,基于蔡氏混沌电路(cai chaos control)
- 2021-04-07 09:19:01下载
- 积分:1
-
music
说明: 由于阵列处理中常常需要对接收信号进行分析,MUSIC算法是其中最为经典的(As the array processing is often necessary to analyze the received signal, MUSIC algorithm is one of the most classic)
- 2010-04-27 10:11:28下载
- 积分:1
-
encode
本程序介绍了信息论课程设计中编码与译码的程序设计(This procedure describes the information theory in the curriculum design of encoding and decoding program design)
- 2012-01-15 09:00:08下载
- 积分:1
-
Matlab
这主要是一些课程文档是关于MATLAB神经网络应用设计的,有图像处理相关的,还有编程指导(the book of MATlab which is related with image recognition and MATLAB programing)
- 2010-05-18 10:58:15下载
- 积分:1
-
fskdigital
MATLAB程序,用以实现2FSK数字信号的产生(MATLAB program to achieve generation of 2FSK digital signal)
- 2013-03-24 17:52:28下载
- 积分:1
-
chambolle
作者为Chambolle的论文An Algorithm for Total Variation Minimization and Applications的源代码及论文(The author is Chambolle papers An Algorithm for Total Variation Minimization and Applications of the source code and papers)
- 2013-12-21 21:10:31下载
- 积分:1
-
fuzzy-control
模糊控制的程序。一,对样本进行聚类分析,以此来确定模糊规则个数。二,利用K-means法对样本聚类。三,参数修正过程。(The example of fuzzy control)
- 2013-12-30 17:27:46下载
- 积分:1
-
DS_SS
It will ask for input the bit stream then generate pseudorandom bit sequence, finally give output as direct sequence spread spectrum
- 2011-05-13 15:25:58下载
- 积分:1
-
LDPC
LDPC编码的完整实现,包括编码和解码过程(LDPC encoding the full implementation, including encoding and decoding process)
- 2017-04-13 15:49:55下载
- 积分:1