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

搜索资源列表

  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. 2407FFT

    0下载:
  2. 快速傅立叶变换(FFT)的原理。 2407的FFT的程序代码 -Fast Fourier Transform (FFT) principle. The 2407 code FFT
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:19700
    • 提供者:于萧
  1. ImageLab

    0下载:
  2. 本系统可以完成数字图像的离散傅立叶变换频谱图,中值滤波,腐蚀,膨胀,图像增强,二值化以及二值图像中物体的计数-the system can complete digital images of discrete Fourier transform spectrum, the median filter, corrosion, expansion, image enhancement, two and two binary value objects in the image count
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:405983
    • 提供者:何芳
  1. FrequencyImage

    0下载:
  2. 包括如何将几百个*.txt的文件读入程序,并通过快速傅立叶变换进行数据处理画出图像。-including how to hundreds *. txt file into the process, and through the fast Fourier transform data processing paint images.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1097
    • 提供者:万新
  1. vbfft

    0下载:
  2. vb傅立叶变换程序 vb傅立叶变换程序-vb Fourier transform procedures vb Fourier transform procedures
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:173384
    • 提供者:叶飞
  1. fftmyc1correct32

    0下载:
  2. 基于dsp的快速傅立叶变化,c语言编写。32点-based on the Fast Fourier dsp change, c languages. 32
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:74798
    • 提供者:kevin
  1. fourierconv

    0下载:
  2. 实现已知函数的卷积,傅立叶变换,以及与任意函数的卷积.-achieve the convolution of known function, Fourier transform, and with arbitrary function of convolution.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1680
    • 提供者:江兰
  1. Fouriertransform

    0下载:
  2. 实现的快速傅立叶变幻,用vb写成,在xp,vb6。0下测试可以实现-achieve the Fast Fourier changes, with vb languages, in xp, VB6. 0 can be achieved under test
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:2285
    • 提供者:dirk
  1. advanceCimage2

    0下载:
  2. 很多高级一点的图形图像处理程序,对图像进行傅立叶变换处理(图像变换),进行高斯模糊处理(图像复原),加入随机噪声,基于C++开发,希望大家能用得着(--)-many senior point graphics processing images on Fourier transform (Image Transform), Gaussian fuzzy processing (Image Restoration), by adding random noise, based on C + + d
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3213
    • 提供者:孙怀勇
  1. FFT_DCT

    0下载:
  2. 快速傅立叶变换和离散余弦变换的简单实现,有一些小问题,就不修复了,呵呵。-fast Fourier transform and discrete cosine transform a simple, and it is only a small problem, not repaired, huh.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:357437
    • 提供者:asly
  1. lisanfuliyebianhuan

    0下载:
  2. 简单方便的DFT(离散傅立叶变换)方法处理图像问题,希望对大家有用。-easy DFT (Discrete Fourier Transform) approach to image problems in the hope that useful for all.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:779380
    • 提供者: wqzmodern
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com