CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 傅立叶

搜索资源列表

  1. CBIR

    0下载:
  2. 本程序实现了基于内容的图像检索功能,也就是说如何根据图像的内容从多媒体数据库中索引或发现匹配的图像,所用的方法是傅立叶变换,小波变换等技术.-the program content-based image retrieval functions, in other words how images from the multimedia database indexing or find matching images, the methodology used is the Fourier t
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:20775
    • 提供者:陈建文
  1. fftdll

    1下载:
  2. 快速傅立叶变换FFT的动态链接库DLL,适合个种语言,VB,VC,delphi-FFT fast Fourier transform of the DLL, suitable species language, VB, VC, Delphi, etc.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:23889
    • 提供者:可永
  1. vbC10

    0下载:
  2. 用VB实现的傅立叶变换谱方法 包括复数据快速傅立叶变换算法、实数据快速傅立叶变换算法1、实数据快速傅立叶变换算法2、快速正弦变换和余弦变换等-VB Fourier transform spectra data including Minute Fast Fourier Transform algorithm, false information Fast Fourier Transform algorithm for one, real data Fast Fourier Transform
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3968
    • 提供者:刘立立
  1. vbfft_04418300

    0下载:
  2. 用vb实现快速傅立叶变换,运行速度达到最优化,可以c代码媲美,因此可以实现实时傅立叶变换。实现模块化,直接作为一个模块调用即可,非常方便!-with vb fast Fourier transform, speed of operation to achieve the most optimized code can be comparable to c, it can achieve real-time Fourier transform. To achieve modular, as a d
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:6108
    • 提供者:小笨
  1. ditfft

    0下载:
  2. 用matlab编写的fft快速傅立叶变换及逆变换函数,其中flip1是供ditfft函数调用的倒叙子函数。-using Matlab fft prepared by the fast Fourier transform and inverse transform function, which is flip1 ditfft function call for the Warrior unreachable.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1472
    • 提供者:柳艾飞
  1. lab1-suyan

    0下载:
  2. 自制的快速傅立叶变换函数,可以用来对比工具自带的fft函数,比较其执行时间随N值变化的情况-privately fast Fourier transform function can be used to contrast the instruments onboard fft function, compared with the time of its implementation N changes in the value of
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:131923
    • 提供者:苏燕
  1. 序列的离散傅立叶变换

    0下载:
  2. 序列的离散付氏变换(根据定义),含绘图程序,可以看到图形结果-sequence of discrete Fourier transform (by definition), including mapping procedures, we can see the results Graphics
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6624
    • 提供者:孙涛
  1. ImageFFT2

    0下载:
  2. VC编写的高效的图象2D快速傅立叶正变换程序,编译通过.适合256色bmp图象变换.效果和matlab的fft2()没法比,但是程序值得借鉴.适合图象处理初学者,有助于理解傅立叶变换在图象处理中的重要作用.-VC efficient preparation of the image is 2D fast Fourier transform procedures compile. Bmp for 256-color image transformation. Results and Matlab
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:84787
    • 提供者:李安定
  1. jpeg中数据的时频转换

    0下载:
  2. 这是一个用C写的傅立叶变换,以及离散余弦变换的代码,在图象压缩中会用到-This is a C wrote Fourier transform, discrete cosine transform, and the code in image compression will be used
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:1333
    • 提供者:陈中
  1. 字图像获取处理及实践应用一书光盘

    0下载:
  2. 图像处理光盘里面附带了很多在图像处理中经常用到的基本处理算法,如快速傅立叶变换,中值滤波等-image processing fringe discs inside a lot in image processing frequently used to deal with the basic algorithm, as Fast Fourier Transform, the value filter
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2410394
    • 提供者:张震
  1. TI 54x fft

    0下载:
  2. DSP编程代码,FFT算法,经典!! FFT实验 一、 理论: 公式(1)FFT运算公式 FFT并不是一种新的变换,它是离散傅立叶变换(DFT)的一种快速算法。由于我们在计算DFT时一次复数乘法需用四次实数乘法和二次实数加法;一次复数加法则需二次实数加法。每运算一个X(k)需要4N次复数乘法及2N+2(N-1)=2(2N-1)次实数加法。所以整个DFT运算总共需要4N^2次实数乘法和N*2(2N-1)=2N(2N-1)次实数加法。如此一来,计算时乘法次数和加法次数都是和
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:439370
    • 提供者:徐克
  1. 频谱分析程序

    1下载:
  2. 频谱分析技术是研究周期性现象中最为常用的一种统计分析方法,其主要是通过对一复合的波系进行数据变换,将其分解成若干振幅和相位不同的简谐波,并找出其中振幅最大的波,即该复合波中的主要频率。频谱分析的方法较多,其中最常用的是快速傅立叶变换法(FFT)-spectrum analysis techniques to study the cyclical phenomenon most commonly used a statistical analysis method, its principal i
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3622
    • 提供者:郭泽清
  1. C的fft原程序

    0下载:
  2. 提供一个C语言的fft 程序,C语言的傅立叶变换原程序-provide a C language fft procedures, C language Fourier transform of the original procedure
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3053
    • 提供者:劉昱楓
  1. DigtalImageProc

    0下载:
  2. vc编程,对图象的各种处理,包括傅立叶变换,保存,放大,缩小-vc programming, the various images, including Fourier transform, preservation, zoom in and out, etc., etc.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:83691
    • 提供者:莅临
  1. 松斋 经典功率谱估计

    1下载:
  2. 接法又称周期图法,它是把随机序列x(n)的N个观测数据视为一能量有限的序列,直接计算x(n)的离散傅立叶变换,得X(k),然后再取其幅值的平方,并除以N,作为序列x(n)真实功率谱的估计。 -Connection also known as cycle map, it is random sequence x (n) N observational data as a sequence of limited energy, direct calculation x (n) the discr
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8992
    • 提供者:梁宏波
  1. 图像处理课程设计

    1下载:
  2. 用MFC编写,实现的功能有: i. 打开256色的BMP格式的图像文件: ii. 图像的傅立叶变换: iii. 直方图均衡化: iv. 图像的中值滤波 v. 图像的边缘检测 vi. 几何变换 vii. 哈夫 曼编码查看: viii. 直方图查看 ix. 用哈夫曼压缩方法对图像进行压缩并生成压缩文件 另外还有课设论文及重要模块流程图。有一定 的参考价值 -prepared using MFC, the functions are : i.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:848700
    • 提供者:斯蒂芬
  1. QuickImage

    0下载:
  2. 这是我师兄Yu Jingtao写的一个非常完整的图像处理方面的源程序,界面类似于acdsee,可对图像进行缩放、剪切。能够处理jpg、tif、bmp等格式图像。各类处理方法是作者在学习中的累积,包括平滑、模糊、边缘锐化、傅立叶变换、腐蚀、膨胀等,有些内容与那个常用的vc图像处理程序相似,但也有很多不同的地方。-This what I saw Yu Jingtao write a very complete image processing of the source, interface Con
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:482800
    • 提供者:闫霖
  1. FFT(16点)

    0下载:
  2. 这是一个16点FFT(快速傅立叶变换)的C语言程序,用来对模拟信号处理-This is a 16 point FFT (Fast Fourier Transform) to the C language program, used to analog signal processing
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:2438
    • 提供者:王海滨
  1. lmf

    3下载:
  2. 线性调频信号的短时傅立叶变换,采用短时傅立叶变换得到线性调频信号的时频分析-linear FM signal short-time Fourier transform, using short-time Fourier transform linear FM signals in the time-frequency analysis
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:824
    • 提供者:ml
  1. Fourierbianhuajifanbianhuan

    0下载:
  2. 这是用matlab实现的关于傅立叶变换及其反变换的实例.-This is achieved using Matlab on the Fourier transform and its inverse transform example.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1607
    • 提供者:陈华
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com