搜索资源列表
利用FFT和IFFT计算线性卷积
- 利用循环卷积和线性卷积之间的关系,用FFT和IFFT的现有程序实现信号线性卷积快速实现-cyclic and linear convolution convolution of the relationship between FFT and IFFT with the existing procedures of linear convolution signal Fast
fft.ifft
- FFT与IFFT的简易源程序,用C语言编写,可进行复数和实数运算-FFT and IFFT simple source, the C language, can be complex and real operations
TRSFORM
- 图象处理的一些源代码,包括FFT,IFFT,DCT,HUFFMAN-image processing some of the source code, including FFT, IFFT, DCT, Speed HUFFMAN
all_Radix_FFT
- 此程式具有三种FFT演算法,分别是radix-2 radix-4 radix-8,可选择其中一种演算法,接着输入FFT点数,程式就会执行FFT/IFFT,可以藉此知道是否正确
conv_fft_ifft
- include FFT IFFT and using FFT to calculate convolution and round off. Its useful for wave 16 bits.
fft.rar
- FFT快速傅里叶变换程序语言。频率抽选基FFT和IFFT子程序,FFT Fast Fourier Transform programming language. Frequency-based FFT and IFFT selected subroutine
FFT.rar
- 用C语言编写的FFT和IFFT函数,可以进行修改实现跟快速的运算,With C language function of the FFT and IFFT, can be modified to achieve faster computation with
ifft
- fft蝶形算法的逆变换,用c++编写,用循环计算实现-fft butterfly algorithm inverse transform, using c++ prepared, calculated using the cycle to achieve
ifft
- fft蝶形算法的逆变换,用C++编写,采用递归的方法-fft butterfly algorithm inverse transform, using C++ prepared using recursive method
MyCVI0
- 改程序用CVI编程得到,功能十分强大,可以进行FFT&IFFT算法、数据采集、相关性分析、数字滤波器等功能。-CVI programming procedures to be used, features a very powerful and can be FFT & IFFT algorithm, data acquisition, correlation analysis, digital filter functions.
fft-ifft
- FFT和IFFT的轉換,用VC語言編寫 FFT和IFFT的轉換,用VC語言編寫-FFT and IFFT conversion, using VC language FFT and IFFT conversion, using VC languages
FFT
- FFT变换.可以进行FFT变换iFFT变换.可以按按实部/虚部输出或按模/幅角输出-FFT transform. Can transform IFFT FFT transform. Can by the real part/imaginary part of the output or analog/increase angle output
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_Original
- FFT/IFFT 变换程序-FFT/IFFT transformation process----------------
FFT
- 本程序中包含一个可以通用的头文件,它能够实现DFT,FFT,IFFT,conv,这些函数根据信号处理C语言程序集编写,为了方便理解与调用,我在程序中使用了一些实例,大家可以通过它们做深入理解!-This procedure can include a generic header, it can be achieved DFT, FFT, IFFT, conv, these functions according to the signal processing assembly C langu
FFT
- 一个FFT/IFFT的C语言程序,适当改编一下,可以并行运行。-A FFT/IFFT in the C language program, the appropriate adaptation of what can be run in parallel.
dit-dif-fft-and-dit-dif-ifft
- 基2_dit-dif-fft与dit-dif-ifft的C语言实现,可运行-Base 2_dit-dif-fft with dit-dif-ifft in C language, run
ifft interfrace
- inverse FFT interfece
FFT
- 该程序代码实现C#实现FFT和IFFT变换(The program code implements C# to implement FFT and IFFT transformation)
C#fft_ifft
- 根据网上资源实现的一维二维快速傅里叶变换fft ifft,,(One dimension two-dimensional fast Fourier transform FFT IFFT realized on the basis of online resources,)