搜索资源列表
fft_基2基4_2d3d
- 基2基4的2d、3d的fft快速算法,代码写的很规范,效率很高。
fft_基2基4基8
- 基2基4基8以及分裂基的fft算法,代码效率很高。是难得一见的好代码。应用范围很广。
FFT_arithmetic_analysis
- 介绍 FFT 基2/4 算法的演算过程,并以FPGA 实现的可行方案-on FFT-based 2 / 4 algorithm for the calculation process, and to FPGA options
DIT2FFT
- 在VC++中实现基2时间抽取的FFT(快速傅里叶变换)算法.-In VC++ In time taken to achieve the base 2 of the FFT (Fast Fourier Transform) algorithm.
FFT2
- 深刻理解DFT和基2-FFT的算法原理、编程思想,掌握C程序设计的基本技术。-A deep understanding of DFT and the 2-FFT-based algorithm, programming ideas, grasp the basic C programming techniques.
fft
- FFT 源码,根据书本上的FFT的基2算法编的-fft program,i do it myself
fftkejian
- 基二fft算法的课件看看吧比较好理解呵呵 我们学的课件-2 fft algorithm-based courseware a better understanding of what we' ve learned our courseware Hehe
fft
- 本程序对输入序列din实现DIT——FFT基2算法,点数取大于等于din长度的2的幂次-The program input sequence din realize DIT- FFT radix-2 algorithm, points greater than or equal din take the length of two of the power law
myfft
- 基于matlab的编程实现基2时间抽取的FFT源算法,程序简单实用。-2 time programming based algorithm for extraction of the FFT source
q
- 实现基2时域频域抽取fft算法,可输出运算后所得复序列的模值序列,并可记录显示计算所用时间-Achieve base 2 fft algorithm frequency domain extraction can be obtained after computing the output sequence of modulus of complex sequences can be used in the calculation time, records show
420FFT
- 中国数字地面电视标志的同步帧头的420点FFT算法。用于OFDM的调制和解调。因为是非基2,基4类的算法,所以还是有很大的参考性。-Chinese digital terrestrial television synchronization header logo 420-point FFT algorithm. For OFDM modulation and demodulation. Because the non-group 2, group 4 class algorithm, so i
ji8chengxu
- 一个实现FFT基8的VC程序,运算速率比一般的基2或分裂基算法都要快。-A realization of FFT-based VC 8 program, the operation faster than the average rate of the base 2, or split based algorithms.
fft
- 基于DSP2812的FFT自编源程序 位倒序 基2-时间抽取 蝶形算法-The source DSP2812 FFT-based self
FFT
- 这个代码利用时间抽取算法,编写基2点的快速傅立叶变换(FFT)程序。-This code takes advantage of the time extraction algorithm, written in base 2:00 Fast Fourier Transform (FFT) program.
DIT2FFT
- 在VC++中实现基2时间抽取的FFT(快速傅里叶变换)算法.-In VC++ In time taken to achieve the base 2 of the FFT (Fast Fourier Transform) algorithm.
TFF
- C语言编写的时域基2抽取的FFT算法程序,经测试其结果与在MATLAB中的值相比精确度很高。-C language-based time-domain extraction of the FFT algorithm for two procedures, the results have been tested and compared with the value in MATLAB with high precision.
vjtnztr
- 快速傅立叶变换算法中的分裂基算法,又称基2 4算法,对一维序列,这种算法使FFT比较完善()