搜索资源列表
fortran Code For fft
- fft algorithm in fortran code
fft.rar
- fft算法的基本原理是把长序列的DFT逐次分解为较短序列的DFT。按照抽取方式的不同可分为DIT-fft(按时间抽取)和DIF-fft(按频率抽取)算法。按照蝶形运算的构成不同可分为基2、基4、基8以及任意因子(2n,n为大于1的整数),基2、基4算法较为常用。,fft algorithm is the basic principle of DFT successive long sequence is broken down into shorter sequences of DFT. in
fft.rar
- DSP6713上实现的快速傅立叶变换fft算法。文件包是调试过的全部工程文件。在CCS下打开pjt即可,DSP6713 to achieve the fast Fourier transform fft algorithm. Debugging package is over all the engineering documents. in the CCS can open pjt
fft(VHDL)
- 数字信号处理fft算法计算,用fpga开发,vhdl语言写成-Digital signal processing fft algorithm using FPGA development, vhdl language
fft
- 详细介绍了关于快速傅立叶变换fft的算法、原理。-Described in detail on the fast Fourier transform fft algorithm, principle.
zhy_219b
- fft算法的DSP的实现。DSP芯片的出现使fft的实现方法变得更为方便.由于多数DSP芯片都能在一个指令周期内完成一次乘法和一次加法,而且提供专门的fft指令,使得fft算法在DSP芯片上实现的速度更快 -fft algorithm for the realization of the DSP. The emergence of DSP chips in the realization of fft method becomes more convenient. Since the major
fft
- This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (fft) algorithm using C++ template metaprogramming. Thank to the recursive nature of the fft, the source code is more readable and faster than the classi
fft
- This source code show you how to implement the fft algorithm in c.details please referent my fft.c file.
fftdemo
- 这是一个用VB实现fft运算,并且进行简单应用的演示程序。-This is a fft algorithm demo, programmed by VB language. The core of this programm is the realization of fft algorithm by VB language.
avr-fft-3310.tar
- fft algorithm implemented in AVR
fft
- 256点fft算法 可以在程序中直接调用-256-point fft algorithm can be invoked directly in the program
fft
- 用FPGA编程实现fft算法,在maxplus2环境下实现,好用-fft algorithm with FPGA programming, in maxplus2 environment to achieve, easy to use! !
fft-algorithm
- 实际中需做快速傅里叶变换(fft)的多为实序列数据,而其变换算法都是以复数序列 作为输入。文中利用频域的性质.将实序列数据变换为复数序列,再进行fft变换,以提高fft对于实序列输入的变换效率,最后用C语言实现该算法并与传统算法进行实验对比,从结果可看到优化后效率提高很多。-fft algorithm with complex sequences as input is commonly applied to real sequence.A new fft algorithm is pr
GPS--fft
- 在分析基于fft 算法的GPS 伪码的快速捕获新方法的基础上, 通过传统的时域二维串行码捕获方 法和基于fft 算法的GPS 伪码的捕获新方法所需要的运算次数的比较, 在理论上论证了新方法伪码捕获速 度得到提高的正确性和可行性。采用System View 软件仿真实验验证了基于fft 算法的GPS 伪码的快速 捕获新方法理论的正确性, 得出新码捕获方法较传统的码捕获方法得到捕获速度提高的结论, 为GPS 接收机适应高动态环境做了理论探讨。-fft algorithm in the a
fft-CPP
- 快速傅里叶变换(fft)算法C++实现代码-Fast Fourier Transform (fft) algorithm in C++ code
fft
- 外国人研究的fft算法,算法结果不错哦。-Foreigners of the fft algorithm in matlab software can not be found, the algorithm results pretty good.
fft
- 这个代码是用来对数字通信系统中fft变换进行仿真,将时域信号进行fft变换可得到频谱图形-This code is used to simulate the fft algorithm in digital communication systems, time-domain signal available spectrum graphics fft
fft
- Efficient 1d and 2d fft algorithm in C
fft-in-C-language
- fft算法的C语言实现,分别包括了fft算法和Ifft算法,可以在输入的时候选择何种算法-fft algorithm in C language
fft算法程序分步详解C程序
- 分步细讲解基2蝶形算法,尽量让你在最短的时间内掌握fft算法的程序实现。(Step by step to explain the basic 2 butterfly algorithm, try to let you grasp the fft algorithm in the shortest time.)