搜索资源列表
FFTCODEC
- 基于dspc5402的集成开发环境,对输入信号进行fft变换,并输出到示波器等观测设备-dspc5402-based integrated development environment, the input signal fft transform, and export to other observation equipment Oscilloscope
FFT-c
- 傅立叶变换的c语言源代码 128点DIT FFT函数: /* 采样来的数据放在dataR[ ]数组中,运算前dataI[ ]数组初始化为0 */ void FFT(float dataR[],float dataI[]) -Fourier Transform c language source code DIT 128 point FFT function : / * Sample data on the dataR [] array, Operational before da
FFT1
- 有关快速傅立叶FFT变换的代码,可以运行的.
ShowWaveForm
- vc#下实现的不同频率选择的滤波器,包括FFT变换,各种滤波算法, 如果你要编写数字信号处理相关的程序,
傅里叶变换以及频率域卷积
- C++语言实现傅里叶变换以及频率域卷积
FFT
- 傅里叶变换源码,内含测试文件。可以用来学习和使用-Fourier Transform source code, containing the test file. Can be used to learn and use
fft
- fft#include <math.h> #define SWAP(a,b) tempr=(a) (a)=(b) (b)=tempr //当isign=1时,将输入数据data[1..2*nn]用它的离散Fourier变换系数代替 //当isign=-1时,将输入数据替换为其的离散IFFT系数乘以nn //data是一个保存nn个复数的数组 //Fourier系数的保存方法为F0的实部和虚部保存在data[1],data[2] //正的一次谐波系数保存在dat
FFT
- 快速傅里叶变换,依靠基2蝶形因子的思想,符合数字信号的处理需求-FFT
DigitalsignalprocessingClanguage
- 数字信号处理C语言实现 fft变换 反变换 源码加报告-Digital signal processing C language
pass-4-fft
- 快速傅里叶变换,一种快速算法,C语言编写-This is fast Fourier transform.The standard deviation of the FFT method is about 1/6 of that of the log-fit method and about a half of the standard deviation of the Prony method.
FF
- fft变换 蝶形运算 快速傅立叶变换-discr iption of fft
Fast-Fourier-Transform-(FFT)-C-Sharp
- 快速傅里叶变换(FFT)C#实现,并带测试调用-Fast Fourier Transform (FFT) C# to achieve with a test call
FFT--filter
- 快速傅立叶变换算法频域滤波,效果不错,可以试试。-Fast Fourier Transform algorithm for frequency domain filtering, good results, you can try.
denoising-FFT-gabor-transform
- 实现了小波降噪,快速傅里叶变换,生成gabor小波,并利用gabor小波处理图形图像。-Wavelet noise reduction, fast Fourier transform to generate gabor wavelet and gabor wavelet processing graphics.
FFT
- fft快速傅里叶变换的c程序 用于夫琅禾费衍射-fft Fast Fourier Transform c program for Fraunhofer diffraction
FFT
- 用于处理振动信号数据的傅立叶变换,以便生成频谱,为后期的求取频域特征值-fft change
FFT
- 这个代码利用时间抽取算法,编写基2点的快速傅立叶变换(FFT)程序。-This code takes advantage of the time extraction algorithm, written in base 2:00 Fast Fourier Transform (FFT) program.
fft
- 国外大牛的c语言快速傅里叶变换--fft-c language--fft
fft
- c语言中数字信号的FFT操作程序,输入需要处理的数据,即可得到其FFT变换后的结果-C, the operation of the digital signal of FFT program, enter the data need to deal with, can be a result of the FFT transformation
FFT
- 该程序代码实现C#实现FFT和IFFT变换(The program code implements C# to implement FFT and IFFT transformation)