搜索资源列表
Floating-point-complex-radix-2-decimation-in-time-
- 浮点复数基2时分FFT完成适当的FFT,输出改写输入缓冲器。-floating-point complex FFT-based two hours to complete the FFT output rewritten input buffer.
FFT2D.rar
- 1维和2维快速傅里叶变换,网上广为流传的英文版本,1-D and 2-D Fast Fourier Transform, Perform a 2D FFT inplace given a complex 2D array
CZT
- C实现Chirp-Z变化,采用Bluestein快速算法,压缩包内还附有FFT.h和Complex.h,很有应用价值-C implementation Chirp-Z changes, the use of fast algorithm Bluestein, compressed package also included FFT.h and Complex.h, great value
dit_fft
- 本程序包括:DFT(离散傅里叶变换),FFT(快速傅里叶变换),IFFT(快速傅里叶逆变换),conv(卷积:圆周卷积、线性卷积),主要应用于信号处理,既可以对实序列做上述操作,也可以对复序列。-This process includes: DFT (Discrete Fourier Transform), FFT (fast Fourier transform), IFFT (inverse fast Fourier transform), conv (convolution: circula
1024FFT_ASIC
- 1024点复数专用FFT处理器的ASIC实现-1024 point complex FFT processor dedicated ASIC realization
fft
- Radix-2 Fast Fourier Transform, real or complex sin/cos transform -Radix-2 Fast Fourier Transform, real or complex sin/cos transform
fft
- ti 的FFT 算法库,里面有PDF的理论基础,和算法库,很齐全,很有参考价值.-This FFT library contains generic FFT module (32-bit implementation) for real/complex FFT
FFT(DFTcomplexarray)twodimension
- 多维傅里叶变换,二维DFT快速算法,共分五部--二:二维复序列行列算法-Multi-dimensional Fourier transform, fast algorithm for two-dimensional DFT is divided into 5- 2: two-dimensional complex sequence algorithm ranks
FFT(DFTcomplexarray)threedimension
- 多维傅里叶变换,二维DFT快速算法,共分五部--四:三维复序列3D-DFT快速算法-Multi-dimensional Fourier transform, fast algorithm for two-dimensional DFT is divided into 5- 4: Three-dimensional complex sequence of 3D-DFT Fast Algorithm
fft
- 对正弦信号进行傅里叶变化,然后估计频率,在不同信噪比下画出均值方差的图-In the data process the measured complex time signal is converted into frequency signal by DFT to get vibration information regarding frequency and amplitude of the rotor
A-New-FFT-Algorithm
- 实际中需做快速傅里叶变换(FFT)的多为实序列数据,而其变换算法都是以复数序列作为输入。文中利用频域的性质,将实序列数据变换为复数序列,再进行FFT 变换,以提高FFT对于实序列输入的变换效率,最后用C 语言实现该算法并与传统算法进行实验对比,从结果可看到优化后效率提高很多。-Practice to be done fast Fourier transform (FFT) for the implementation of multi-sequence data, and its transfo
FFT
- 离散快速Fourier变换,适用于复系数.-Discrete fast Fourier transform for complex coefficients.
FFT-Algorithm
- 本例通过VC实现二维快速傅里叶变换,涉及到进行矩阵、复数等数学运算,运用了C语言动态内存分配、文件操作、结构指针的函数调用等内容。-In this case through the VC to achieve two-dimensional fast Fourier transform, related to the matrix, such as complex mathematics, use the C language, dynamic memory allocation, file o
fft
- 接口为fft(complex *a, complex *b, int n)。a是输入,b是输出,n为长度-Interface fft (complex* a, complex* b, int n). a is the input, b is the output, n is the length
FFTandTestInBCB
- FFT算法用标准C++实现,具有实数FFT变换函数、复数FFT变化函数,以及频谱分析功能。并给出了该算法在C++Builder环境下测试代码。-This file contains a few FFT routines, including a real-FFT routine that is almost twice as fast as a normal complex FFT, and a power spectrum routine when you know you d
FFT
- 使用VC++写的FFT算法,里面包含了一个复数运算类。-Implement FFT using VC++,including a class of complex computing.
FFT
- An Elementary Introduction to the Discrete Fourier Transform 1.1 ComplexNumbers 1.3 Analyzing the Series 1.5 Filtering a Signal 1.6 How Often Does One Sample? 1.7 Notes and References 1.2 Trigonometric Interpolation 1.4 Fourier Frequenc
fft
- 改进的算法导论中的fft代码,将nlogn的复杂度下降到n,编译成功,4096个数据点时常为2秒。-Fft code in the Introduction of the improved algorithm will be the nlogn of complex decreased to n successful compile 4096 data points from time to time for two seconds.
fft
- 复数类,复数的加减乘除,线性卷积,FFT蝶形算法,bit reversal-Complex type, complex addition and subtraction, multiplication and division, linear convolution, FFT butterfly algorithm, bit reversal
dfftpack
- FFTPACK is a package of Fortran subprograms for the fast Fourier transform of periodic and other symmetric sequences. It includes complex, real, sine, cosine, and quarter-wave transforms.