搜索资源列表

  1. 利用fortran编写的实现二维fft的程序

    3下载:
  2. 该程序能够有效计算点数为2的N次方情况下的二维fft变换,已经经过matlab的验证,只要稍微改动一下,就可以计算二维ifft变换,当然,也可以按照程序中的方法,计算更维的fft。程序中fai0r数组为初始点(也就是要计算的点)的实部,fai0i数组为初始点的虚部。
  3. 所属分类:源码下载

    • 发布日期:2011-01-05
    • 文件大小:36864
    • 提供者:wxkuan
  1. 基于二维图像的FFT算法实现

    0下载:
  2. 基于二维图像的FFT算法实现
  3. 所属分类:C#编程

    • 发布日期:2011-11-17
    • 文件大小:2644194
    • 提供者:fenghlz@126.com
  1. 图象处理程序

    0下载:
  2. 提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-the image histogram equalization, robert, segmentation, prewitt, "and Gauss methods of edge detec
  3. 所属分类:图形图象

    • 发布日期:2024-06-10
    • 文件大小:582656
    • 提供者:姚立月
  1. 图像fft

    0下载:
  2. 图像fft,用来做图片的二维fft变换,实时性好,变换迅速,从台湾网上当下来的-images used in making two-dimensional images fft transformation, real-time, and the rapid transformation from Taiwan from the Internet when
  3. 所属分类:2D图形编程

    • 发布日期:2024-06-10
    • 文件大小:221184
    • 提供者:dacong56
  1. 二维快速傅立叶变换

    0下载:
  2. This document introduces the techniques of fast Fourier transform and gives a source code in C for computing 2D FFT on image data.
  3. 所属分类:Windows编程

    • 发布日期:2024-06-10
    • 文件大小:30720
    • 提供者:冰城
  1. 二维小波变换

    0下载:
  2. 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用F
  3. 所属分类:波变换

    • 发布日期:2024-06-10
    • 文件大小:3072
    • 提供者:罗松溪
  1. 二维傅立叶算法fft2D

    0下载:
  2. 一个关于二维傅立叶的算法,我在做图像处理时用到的 -on a two-dimensional Fourier's algorithm, I was doing the image processing used in
  3. 所属分类:TreeView控件

    • 发布日期:2024-06-10
    • 文件大小:1241088
    • 提供者:胡刚
  1. myfft2

    0下载:
  2. 该程序实现二维的FFT变换,可以对图像做FFT变换,运行速度还可以。-procedures to achieve the two-dimensional FFT transform, the image can be done FFT, can also speed.
  3. 所属分类:matlab例程

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:李文
  1. FFT2Dsource

    0下载:
  2. 二维FFT(快速傅立叶变换)变换源代码,可编译通过并能正常运行.-2D FFT (Fast Fourier Transform) transform source code, compile and can operate normally.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-10
    • 文件大小:295936
    • 提供者:黄钦
  1. Fourier

    0下载:
  2. 编写一个程序计算并显示一幅二维图象的Fourier变换(幅度和相位谱)及其逆变换,要求用FFT实现-procedures for the preparation of a calculation and display a two-dimensional image of the Fourier transform (amplitude and phase spectrum) and its inverse transform, cal
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-10
    • 文件大小:746496
    • 提供者:祖超
  1. MATLAB_fft

    0下载:
  2. 利用MATLAB实现二维图像傅立叶变换算法-Realize two-dimensional image using MATLAB Fourier transform algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-10
    • 文件大小:132096
    • 提供者:fife
  1. FFT2Dsource

    0下载:
  2. 图象处理,二维FFT,滤波。VC++6.0开发环境。-Image processing, two-dimensional FFT, filtering. VC++ 6.0 development environment.
  3. 所属分类:Windows编程

    • 发布日期:2024-06-10
    • 文件大小:2683904
    • 提供者:匡匡
  1. fft

    0下载:
  2. 用于进行一维和二维的傅利叶变换及其逆变换-Used for the one-dimensional and two-dimensional Fourier transform and its inverse transform
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-10
    • 文件大小:4096
    • 提供者:杨过
  1. fft

    0下载:
  2. 用单片机实现通常的快速傅立叶变换,有一维和二维的-With MCU usual fast Fourier transform, a one-dimensional and two-dimensional
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:张瑞
  1. fft

    0下载:
  2. 这是本人的本科毕业论文《二维FFT变换程序实现及其应用》中的程序,先用c语言将算法模块封装成dll,然后在VC和VB中调用。-This is my undergraduate thesis, Two-dimensional FFT transform and its application procedures to achieve in the process, use c language algorithm module pa
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-10
    • 文件大小:2201600
    • 提供者:hanxiaohua
  1. fft2d

    0下载:
  2. 数字图像处理二维傅里叶变换代码,适用于图像处理研究人员和初级入门学生。-Digital image processing of two-dimensional Fourier Transform code, applied to image processing researchers and students in primary induction.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-10
    • 文件大小:9216
    • 提供者:李磊
  1. 2107210017520071022238367591296

    0下载:
  2. vc图像处理比较全面的程序,提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-vc images deal with more comprehensive procedures, provided the image histogram equaliza
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-10
    • 文件大小:512000
    • 提供者:乔鹏飞
  1. fft_2D_picture

    0下载:
  2. 二维图像处理的fft变换,二维fft,youknow -you will love it!it is very useful .that is right .you know
  3. 所属分类:2D图形编程

    • 发布日期:2024-06-10
    • 文件大小:1858560
    • 提供者:zhuran
  1. FFT-Algorithm

    0下载:
  2. 本例通过VC实现二维快速傅里叶变换,涉及到进行矩阵、复数等数学运算,运用了C语言动态内存分配、文件操作、结构指针的函数调用等内容。-In this case through the VC to achieve two-dimensional fast Fourier transform, related to the matrix, such as complex mathematics, use the C language, dyn
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:lu
  1. 二维快速傅立叶变换

    1下载:
  2. 本文档介绍了快速傅里叶变换的技术,并给出了C++语言中用于计算图像数据的二维FFT的源代码。(This document introduces the techniques of fast Fourier transform and gives a source code in C for computing 2D FFT on image data.)
  3. 所属分类:Windows编程

    • 发布日期:2024-06-10
    • 文件大小:30720
    • 提供者:bingcheng888
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org