搜索资源列表
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
- 外国人研究的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-algorithm-in-C-language
- FFT的C语言实现(通过C语言实现FFT信号的模拟)-FFT of the C language (C language FFT signal through analog)
fft-arm-fixed
- 可以用于各种ARM平台下的支持定点处理的FFT算法。-fixed fft algorithm in arm platform.
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.)