-
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
-
matlabspecification
matlab 详细说明书,学习matlab的好帮手,包括内容,常用函数,语音信号分析,进阶的绘图功能 频道滤波 等(Matlab detailed brochures, learning Matlab's helping hands, including the contents of commonly used functions, Voice Signal Analysis, advanced mapping functions such as channel filtering)
- 2007-05-10 16:42:35下载
- 积分:1
-
DSSS_Matlab
直接序列扩频仿真实例,产生m序列,然后进行扩频通信,对初学者很有用啊(Direct Sequence Spread Spectrum simulation example, useful for beginners )
- 2013-12-02 19:36:32下载
- 积分:1
-
61549826Hierarchical
说明: 基于电力系统节点无功电压控制灵敏度,电气距离的聚类分析(Cluster Analysis of Reactive Power and Voltage Control Sensitivity and Electrical Distance of Power System Nodes)
- 2020-10-14 20:57:30下载
- 积分:1
-
FFT
FFT /快速傅里叶变换的基本原理,使用Visual DSP++软件实现FFT的1024位运算,并附有matlab代码。(FFT/Fast Fourier transform of the basic principles of using Visual DSP++ software FFT of 1024 operations, together with matlab code.)
- 2014-12-28 21:56:40下载
- 积分:1
-
与SQL 数据进行交互操作的代码文件
与SQL 数据进行交互操作的代码文件 matlab条用数据库
(Code files interoperate with SQL data)
- 2015-01-20 11:08:35下载
- 积分:1
-
matpower5.0b1
最新matpower 5.01工具箱,可以进行潮流、最优潮流、时域仿真等一系列计算。功能十分强大,并且内部有多个IEEE n节点的电力系统模型(The new Matpower 5.01 toolbox, can flow, optimal power flow, the time domain simulation and a series of calculation. Function is very powerful, and the internal power systems with multiple IEEE N node model)
- 2014-09-09 09:59:22下载
- 积分:1
-
Viterbi
说明: 关于卷积码维特比译码的方法的实现,硬判决方法译码(Viterbi decoding of convolutional code implementation of the method, hard decision decoding method)
- 2010-04-17 21:36:40下载
- 积分:1
-
hengdingshuchudianya
以固定电压输出的逆变器的matlab仿真源文件,我初学逆变器仿真的时候做的,对初学者肯定有用(The fixed voltage three-phase output inverter matlab simulation source, beginner when I do , for some students new to the inverter simulation certainly useful)
- 2014-09-24 04:09:30下载
- 积分:1
-
ask_pe
一个用matlab实现的ask仿真程序,加入了高斯白噪声(Used to achieve a matlab simulation program ask to add a Gaussian white noise)
- 2009-05-15 07:47:00下载
- 积分:1