搜索资源列表
fft
- fft代码,采用蝶形算法,包括C,matlab和verilog代码-fft code, using butterfly algorithm, including C, matlab and Verilog code
DSP_fft32x32
- Optimized FFT code on TI C64+
FFT
- 关于傅立叶变换的C语言代码, 可用于信息处理-the c code about FFT
fft
- 快速傅里叶变换c语言源程序,用户可根据自身情况修改-Fast Fourier Transform source code c language, the user can modify according to their own circumstances
FFT
- fft.c code composer studio v 3.01 by steven
FFT.c
- Fast Fourier Transform using MPI libraries (Source Code)
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.
fft
- FFT的c++代码实现,效率比MATLAB的要高一点,并且已经调试通过。-FFT of c++ code to achieve efficiency is higher than that of MATLAB, and has passed testing.
FFT
- 傅里叶变换的C程序,实现时域抽取的基2FFT,算法先对输入数据序列进行码位倒置,输出为正序-Fourier transform of C program, to achieve time-domain extraction of base 2FFT, algorithm on the input data sequence of first code bit inverted, the output for the positive sequence
fft
- FFT C code I found from internet. I just use this code for registe so that I could start my download here
fftcPP
- 实现FFT的C代码,适合初学者。全部用c语言编程。包含倒序、蝶形运算、数据保存等。 -Implement the FFT C code, suitable for beginners.
tests
- FFT 一维C代码,基2FFT,时间划分,正确高效-One-dimensional FFT C code
FFT
- 快速傅里叶变换(FFT)的源代码,C语言实现的。方便实用。-Fast Fourier transform (FFT) source code, c language implementation.
fft
- C语言编写的FFT快速傅立叶变换程序源码,程序经过优化处理,计算效率大幅度提升.-FFT C language fast Fourier transform program source code, the program has been optimized to significantly enhance the .
FFT C代码
- 快速傅里叶变换的C语言代码,可以进行跨平台移植,完全C语言实现(This is a FFT transformation code totally written by C language, and it can be cross platform migrated easily.)
fft_C源程序
- c语言实现,快速傅里叶变化的源码。库函数形式(C language, fast Fourier changes of the source code. Library function form)
C语言实现FFT(快速傅里叶变换)
- 可实现对输入的序列FFT变换的C代码,代码可直接在VC下运行(C code can be implemented for the sequence FFT transformation of the input)
FFT
- 一份FFT C语言实现的源码,供大家参考。其中还包括DFT和IDFT的实现(source code for FFT calculation)
C数值算法集
- 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。(This book has written more than 300 practical and effective numerical algorithm
