搜索资源列表
c语言实现的DFT
- 用C语言实现的离散傅里叶变换(DFT)的经典算法!比较实用!-DFT program developed by C, very practical
FFTinDLG
- 在VC++6.0中实现FFT算法(应用快速傅里叶变换:8 4 2),并通过对话框显示时频域曲线-in VC++6.0 achieve FFT algorithm (Fast Fourier Transform application : 8 4 2), and through dialog at the frequency domain shows curve
matlab-signal
- 用c语言实现下列的数字信号处理算法 1.离散傅里叶级数合成连续周期信号 2.DIF FFT 测试程序 3.将输入数据的幅度画出图形 4.使用FFT实现快速卷积 5.使用FFT实现快速相关 6.取样混迭演示程序 -language used to achieve the following digital signal processing algorithms 1. Discrete Fourier ser
cxrFFT
- 实现一维快速傅里叶变换,采用蝶形算法进行频域变换; 二维快速傅立叶变换在此基础上进行,调用两次一维快速傅里叶变换即可。-achieve a fast Fourier transform, using butterfly frequency domain algorithm transformation; two-dimensional fast Fourier transform on this basis, call a two-
fft
- 快速傅里叶变换(FFT)算法C++实现代码 -Fast Fourier Transform (FFT) algorithms to achieve C code
FFT
- 快速傅里叶变换的C实现,采用新的倒序算法,程序代码只有一百多行,就要以实现千个采样点的计算-Fast Fourier Transform of C realized, the introduction of a new reverse algorithm, program code, only more than 100 lines, it is necessary to achieve the 1000 sampling points
fftdll
- 实现正弦信号的快速傅里叶变换,其中FFT算法用动态链接库动态链接-Sinusoidal signal realize the fast Fourier transform, FFT algorithm which used dynamic link library dynamic link
LPC2132_src
- ARM7 lpc2132 利用快速傅里叶算法实现电容测量功能源代码-ARM7 lpc2132 algorithm using Fast Fourier capacitance measurement function of the source code
DIT2FFT
- 在VC++中实现基2时间抽取的FFT(快速傅里叶变换)算法.-In VC++ In time taken to achieve the base 2 of the FFT (Fast Fourier Transform) algorithm.
fft_c
- fft(快速傅里叶变换)算法的c语言实现-fft (Fast Fourier Transform) algorithm implementation c language
fft
- C语言实现快速傅里叶算法,可以输入任意位,有正变换和反变换!-C language realization of fast Fourier algorithm, can enter any place, there is transformation and anti-transformation!
ImageProcess
- VC++6编译环境,实现平滑,锐化,边缘增强,边缘提取(3种算法),边缘检测,中值滤波,频域变换(傅里叶分析FFT,离散余弦变换DCT)-VC++6 compiler environment, to achieve smooth, sharpen, edge enhancement, edge detection (three kinds of algorithm), edge detection, median filtering,
mixfft
- 混合基快速傅里叶算法实现,针对任意长信号序列,按照预设分解成不同的基进行预算,减少除法与三角函数使用,精度高速度快。-Mixture Fast Fourier-based algorithm for arbitrarily long signal sequence, in accordance with the different pre-set into the base budget and reduce the use of di
FhDgHEP2
- 快速傅里叶变换算法的c语言实现程序,具体描述了fft算法的实现过程-Fast Fourier Transform algorithm c language implementation procedures, specific descr iption of the fft algorithm implementation process
liu
- 直方图均衡算法,傅里叶变换,频域滤波 ,中值滤波算法实现-Common understanding of the gray image space enhance operations and realization of histogram equalization algorithm.
mallat
- 小波谱分析mallat算法经典程序 MALLET分解算法(圆周卷积的快速傅里叶变换实现)-Algorithm for spectral analysis mallat small program MALLET classic decomposition algorithm (circular convolution of the fast Fourier transform)
fuliyejisuan
- 傅里叶算法,用MATLAB编程,采样周期12个点。可以实现输入变量电压或电流h12个点,计算出电压或电流的有效值(Fu Liye formula;MATLAB programming; calculation)
DispFFT
- C#版的一个快速傅里叶算法的实现,基本运算过程和整体思路(a example of fast fourier transform in c#)
快速傅里叶变换及实现——交换两幅图像的相位谱
- 快速傅氏变换(FFT),是离散傅氏变换的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的。它对傅氏变换的理论并没有新的发现,但是对于在计算机系统或者说数字系统中应用离散傅立叶变换,可以说是进了一大步。(Fast Fourier transform (FFT) is a fast algorithm for discrete Fourier transform. It is based on th
DFT(傅里叶变换)
- 傅里叶变换在图像处理中被广泛应用,该算法实现了傅里叶变换的基本代码。(This algorithm implements the basic code of the Fourier transform.)