搜索资源列表
DFT
- DFT算法的实现的一种C语言源程序,我是在Win—TC上编译的
DET
- c语言实现的离散傅立叶(DFT)变换。非快速傅里叶变换,基本的傅里叶变换。-A basic Discrete Fourie Transform program, not Fast Discrete Fourie Transform
DFT.rar
- 该程序包括了一个应用最为广的离散傅里叶变换,褶积,抽样最小相位。绝对能运行,The program includes an application of the most widely used discrete Fourier transform, convolution, sampling minimum phase. They can certainly run
fft_transfer
- FFT变换的C语言实现。FFT变换是DFT变换的一种简化算法-FFT s implement of Clanguage
MCMPFFT
- 利用经典的Cooley-Tukey基2算法求复序列的DFT-Use of the classic Cooley-Tukey radix-2 algorithm for complex sequence of DFT
dft(3)
- 一天掌握DFT,深入浅出一下子就说明傅立叶变换-One day master the DFT, Fourier transform easily comprehensible instructions at once
DFT
- 计算单点DFT以及序列的DFT变换 计算单点逆DFT以及序列的逆DFT变换-Calculate single-point DFT and DFT-calculated sequence of single-point inverse DFT and inverse DFT transform sequence
DFT
- DFT的C算法,简单实用,欢迎下载 DFT的C算法,简单实用,欢迎下载-DFT
cpp
- dft idft fft ifft的c++源码实现 离散时间傅里叶变换 极其逆变换实现 快速傅里叶变换极其逆变换实现-dft idft fft ifft the c++ source to achieve extremely inverse discrete-time Fourier transform fast Fourier transform extremely inverse transform
fljFFT
- c语言环境下编写的利用分裂基算法求复序列 的DFT -c language environment, the use of split-based algorithm for the preparation of complex sequence of DFT requirements
fft_C
- C语言版的FFT程序。 快速傅里叶变换C语言函数,移植性强,以下部分不依赖硬件。此函数采用联合体的形式表示一个复数,输入为自然顺序的复数,输出为经过FFT变换的自然顺序的复数. -C language FFT program Fast DFT is very easy to run on hardware. input data must be complex, and output data is also complex.
ourdev_655640K1EWAP
- 三种 fft C 语言程序, 快速DFT代码, 有详细的程序注解,和说明。-three kinds of C languge FFT program, fast DFT C code. these files have been expained in detail.
DFT
- Visual C++实现数据的离散傅里叶变换及逆变换,并输出结果为Excel工作薄。 -Visual C++ achieve data of the discrete Fourier transform and inverse transform, and output the result to an Excel workbook.
DFT
- C++ code for Discrete Fourier Transform of input signal ( text file).
DFT
- 用c++写的DFT的算法。详细地写了DFT的整个计算过程-Using c++ to write the DFT algorithm. Detailed written throughout the DFT calculation
Normal-DFT
- A simple Discrete Fourier Transform Code in C language, it generates a random signal and applies the DFT on it
dft
- the discrete Fourier Transformation, it helps to find solution for Fiber.c-the discrete Fourier Transformation, it helps to find solution for Fiber.cpp
DFT
- DFT。使用c#语言,实际项目里的源代码,运算速度快,可实时分析计算。-DFT. Using c#,very fast
DFT
- 解决离散傅立叶变换,利用C语言程序快速对离散傅立叶变换进行计算(Discrete Fu Liye transform is solved, and the discrete Fu Liye transform is calculated by using C language program)
快速傅里叶变换 c
- FFT的基本思想是把原始的N点序列,依次分解成一系列的短序列。充分利用DFT计算式中指数因子 所具有的对称性质和周期性质,进而求出这些短序列相应的DFT并进行适当组合,达到删除重复计算,减少乘法运算和简化结构的目的(Fast Fourier Transform)