-
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
-
pesqpar
this is visuall c++ programmes to remove noise
- 2011-08-06 20:42:58下载
- 积分:1
-
VC++中调用Matlab .m函数编译后的对应c函数
说明: vc与matlab混合编程的具体实例,通过vc编译器调用matlab编译的.m文件。(vc mixed with Matlab programming specific examples, vc call Matlab Compiler compiled. M documents.)
- 2005-09-12 10:09:51下载
- 积分:1
-
VcAddMATLAB
VC++中使用MATLAB的C++数学库和MCC生成的程序。(VC use MATLAB C Math Library and MCC production procedures.)
- 2007-01-09 11:57:10下载
- 积分:1
-
deec-VS-leach.matlab
此代码将leach和deec协议进行比较,对毕设要坐这方面的同学很有帮助,大家有兴趣可以看看。(This code will leach and deec protocol comparison, the complete set up to take the students very helpful in this regard, we are interested can look at.)
- 2014-01-20 17:27:55下载
- 积分:1
-
3.3
升余弦信号的功率谱及眼图 用matlab实现
(Raised cosine power spectrum and eye diagram)
- 2011-06-09 14:46:56下载
- 积分:1
-
Graph_Cut
Graph Cut algorithm implementation. Includes MATLAB compiled codes.
- 2021-01-17 16:28:49下载
- 积分:1
-
KML
最新google earth官方KML文档说明,v2.2版本,包含较多更新(Latest google earth KML official documentation, v2.2 version, contains more updates)
- 2014-08-10 16:23:15下载
- 积分:1
-
tongxunluchengxu
这是我从一本书上看着例子编的源程序,很好的对学习很有帮助(This is what I look at an example of a book compiled on the source, very good very helpful for learning)
- 2010-03-10 17:52:45下载
- 积分:1
-
a
说明: 用遗传算法解决旅行商问题(附源代码),遗传算法其实是一种求函数极值的随机搜索算法。(Solving the traveling salesman problem using genetic algorithms (with source code), genetic algorithm is a kind of extreme demand function of random search algorithm.)
- 2011-05-11 17:43:08下载
- 积分:1