搜索资源列表
二维傅立叶算法fft2D
- 一个关于二维傅立叶的算法,我在做图像处理时用到的 -on a two-dimensional Fourier's algorithm, I was doing the image processing used in
fft2d
- fft的文件,fortran环境下运行!欢迎指正!
fft2d
- 离散傅立叶变换已成为数字信号处理的重要工具,然而,它的计算量较大,运算时间长,在某种程度上却限制了它的使用范围。快速算法大大提高了运算速度,在某些应用场合已能作到实时处理,并且开始应用于控制系统。
fft2d
- 2维fft程序,包括fortran和c语言
fft2d
- 数字图像处理二维傅里叶变换代码,适用于图像处理研究人员和初级入门学生。
fft2d
- - 一个C#写的FFT函数,希望能给大家以提示。没有压缩密码
fft2d
- - 一个C#写的FFT函数,希望能给大家以提示。没有压缩密码-- A C# Written FFT function, we can hope that they will be prompted. No compression password
二维傅立叶算法fft2D
- 一个关于二维傅立叶的算法,我在做图像处理时用到的 -on a two-dimensional Fourier's algorithm, I was doing the image processing used in
fft2d
- fft的文件,fortran环境下运行!欢迎指正!-fft documents, fortran environment running! Please correct me!
fft2d
- 离散傅立叶变换已成为数字信号处理的重要工具,然而,它的计算量较大,运算时间长,在某种程度上却限制了它的使用范围。快速算法大大提高了运算速度,在某些应用场合已能作到实时处理,并且开始应用于控制系统。-Discrete Fourier Transform digital signal processing has become an important tool, however, the calculation of its larger
FFT2Dsource
- 图象处理,二维FFT,滤波。VC++6.0开发环境。-Image processing, two-dimensional FFT, filtering. VC++ 6.0 development environment.
fft2d
- 2维fft程序,包括fortran和c语言-2-D fft procedures, including the fortran and c language
fft2d
- 数字图像处理二维傅里叶变换代码,适用于图像处理研究人员和初级入门学生。-Digital image processing of two-dimensional Fourier Transform code, applied to image processing researchers and students in primary induction.
fft2d
- 数字图像的傅里叶变换包括旋转平移后的原图及其频谱图。显示用的是三维坐标-Digital image, including the Fourier transform of the image after rotation and translation spectrum Fig. Show that using a three-dimensional coordinates
FFT2D
- 1维和2维快速傅里叶变换,网上广为流传的英文版本-1-D and 2-D Fast Fourier Transform, Perform a 2D FFT inplace given a complex 2D array
fft2d
- 2D implementation of Fast Fourier Transform
FFT2D
- This is the processing of images to be converted into 2D. from the original picture, it will be first converted to grayscale in the form, then do 2 Dimensional FFT on the image, then the image is done in 2D FFT on the re
FFT2D
- 2dFFT的奈奎斯特频率为 ,( 为采样间隔)实际上的FFT变换点数要求为2的n次幂,各点所对应的频率是从 到 ,求出 后,可以用 ,这里N为FFT变换的点数。如变换点数为2048,由于对称性,实际有用的点数为1024个。 在该程序中,做完富氏变换后,已经将数据按照频率从0到 到0的顺序排好。 在运行结果中,只需存储左下角的1/4区域的数据即可。 -2dFFT of the Nyquist frequency, (for t
fft2d
- 用fortran法编写的二维数组的傅立叶变换程序,用户可根据需要编写输入和输出程序,这里只给出程序主体部分-Written using two-dimensional array fortran method of Fourier transform procedure, the user may need to write the input and output procedures, the main part of the pr
FFT2D
- 一个简单的快速傅立叶变换,里面有一个自定义的复数类-a simple program that implement the fft