搜索资源列表
fft7
- 通过选择输入一个所需的数据进行fft变换,通过fft变换,将数据变换输出-by choosing a required input data fft transform, through fft transform, transform data output
osc.tar
- linux、QT,声卡采集并进行FFT变换的编程-linux, QT, the sound card gathers and carries on the FFT transformation the programming
FFT_Original
- FFT/IFFT 变换程序-FFT/IFFT transformation process----------------
fft
- 傅里叶变换C++ 实现 将时域信号转化为频域信号-Fourier transform C++ time domain signal into a frequency domain signal
fft
- fft测试代码,用于测试快速傅立叶变换的代码-fft test code, test, Fast Fourier Transform
dft_img
- dft加速算法,可以对图像进行fft变换,代替fft-dft accelerated algorithm fft transform image, instead of fft
dit-fft.c
- 快速傅里叶变换(FFT)。允许输入任意长度(满足等于2的N次幂即可)。-Implementation of the Fast Fourier Transformer.
DFT
- 实现傅里叶变换,数据以txt文本形式给出,运行程序最终分解成幅值和相位,然后以txt文本形式输出-fft,transfer data to amplitude an phase
FFT
- 其中的函数FFT用于计算一组数据的快速傅里叶变换,输入参数为一个数组,元素个数为2的n次方。程序包含FFT排序算法和蝶形运算。-Function which Fast Fourier Transform FFT calculation for a set of data, the input parameters for an array of n number of elements in a power of 2. Program includes sorting algorithms an
FFT
- 大学时代写的傅里叶变换算法,可作为学习参考之用-The Fourier transform algorithm of the university age can be used as the reference for learning
test_FFT
- FFT变换与带通滤波 C语言 c99标准 可采用codeblocks 编译-FFT变换与带通滤波 C语言 c99标准 可采用codeblocks 编译
short-fft
- 根据卷积定理,两个相乘序列的傅里叶变换等于它们各自傅里叶变换的卷积,加以实现。-According to the convolution theorem, the Fourier transform of the two multiplication sequences is equal to the convolution of their respective Fourier transforms.