搜索资源列表
src
- 利用java写的一个简单的快速傅里叶变换的程序,包括正、逆变换。-Using java to write a simple fast Fourier transform procedure, including forward and inverse transform.
fft
- 对图像进行快速傅里叶变换,在频率域去除高频信息再逆变换到空间域,完成图像栅格信息的消除。-Fast Fourier transform of the image, in the frequency domain to remove high-frequency information and the inverse transform to the spatial domain, to complete the elimination of the image grid of informati
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
FFTReal
- FFT源码,快速傅里叶变换和逆变换,Portable ISO C++开发的完整类-FFTReal Version 1.03, 2001/06/15 Class of Fourier transformation of real data (FFT and IFFT) Portable ISO C++ (c) Laurent de Soras <ldesoras@club-internet.fr>
FFTandIFFT
- 傅里叶变换FFT和逆傅里叶变换IFFT 欢迎大家喜欢-FFT and IFFT
fft
- 程序实现了快速傅里叶变换、逆变换等功能,可供参考-Program to achieve a fast Fourier transform, inverse transform and other functions, for reference
FFT
- 快速傅立叶变换及其应用,包括傅立叶变换函数,傅立叶逆变换函数,利用快速傅里叶变换计算长整数乘法。-Fast Fourier transform and its applications, including Fourier transform function, the Fourier inverse transformation function, using Fast Fourier Transform long integer multiplication.
kfft
- 傅里叶变换的调用程序,可以实现正、逆傅里叶变换。函数返回结果为变换后的实部与虚部,用法简单。其中n为变换的点的个数,为2的幂次方,l和l0控制变换的正逆。-Fourier transform of the caller, can be achieved and inverse Fourier transform. Function returns the result of the transformed real and imaginary parts, use simple. Where n
FFTconsole
- FFT快速傅里叶变换算法的实现,与及其逆变换的实现-FFT Fast Fourier Transform algorithm, and its inverse transform implementation
cpp
- dft idft fft ifft的c++源码实现 离散时间傅里叶变换 极其逆变换实现 快速傅里叶变换极其逆变换实现-dft idft fft ifft the c++ source to achieve extremely inverse discrete-time Fourier transform fast Fourier transform extremely inverse transform
NumericalRecipesinCWilliam.H
- 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语
FFT
- 快速傅里叶变化,傅里叶逆变换,利用傅里叶进行长整数乘法-Fast Fourier transform, the inverse Fourier transform, Fourier for long integer multiplication
Myproject
- 快速傅立叶变换(FFT)是一个有效的算法来计算离散傅立叶变换(DFT)及其逆。有很多不同的FFT算法,涉及范围很广,从简单的复数运算的数学组理论和数字理论,这里我给大家带来了一个能够进行快速傅里叶变换及其逆的程序,希望对大家能够有所帮助-A Fast Fourier transform (FFT) is an efficient algorithm to compute the discrete Fourier transform (DFT) and its inverse. There are
DFT
- Visual C++实现数据的离散傅里叶变换及逆变换,并输出结果为Excel工作薄。 -Visual C++ achieve data of the discrete Fourier transform and inverse transform, and output the result to an Excel workbook.
abei
- 阿贝成像与空间滤波,利用傅里叶变换产生频谱,对频谱进行滤波,然后进行傅里叶逆变换-Abbe imaging with spatial filtering, the use of Fourier transform generates spectral filtering of the spectrum, and then inverse Fourier transform
ifft
- 采用c++编写的ifft傅里叶逆变换,对输入数据进行变换并输出,测试成功。-Using c++ written ifft Fourier inverse transformation, and output to the input data conversion, testing success.
ifft
- 傅里叶逆变换的原代码,用matlab编写的-inverseFouriertransform source code
Numerical-Recipes
- 内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语言实用程序。-Include: solving lin
ifft
- 函 数 名:ifft (y,n,x) 功能描述:傅里叶逆变换 输入参数:y(待变换的序列),n(y的长度),x(变换后的序列) 返 回 值:整型数字。计算成功则返回1,否则返回0-Function Name: ifft (y, n, x) Descr iption: an inverse Fourier transform Input parameters: y (the sequence to be converted), n (the length y), x (tran
fft-ifft
- fft_ifft傅里叶正逆变换,用c实现-To estimate the biased cross-correlation function