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

搜索资源列表

  1. fft

    0下载:
  2. Radix-2 Fast Fourier Transform, real or complex sin/cos transform -Radix-2 Fast Fourier Transform, real or complex sin/cos transform
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:41473
    • 提供者:dai
  1. FRFT

    3下载:
  2. FRFT时频变换代码(参考算法:H.M. Ozaktas, M.A. Kutay, and G. Bozdagi.Digital computation of the fractional Fourier transform.IEEE Trans. Sig. Proc., 44:2141--2150, 1996.)-FRFT transform time-frequency code (reference algorithm: HM Ozaktas, MA Kutay, and G. Bozda
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-11-16
    • 文件大小:4187
    • 提供者:monica
  1. FFTLib.h

    0下载:
  2. Fast Fourier Transform FFTLib.h
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:953
    • 提供者:Cheol
  1. FFT

    0下载:
  2. Fast Fourier Transform
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:43412
    • 提供者:varvara16
  1. fft-Fast-Fourier-Transform-program

    1下载:
  2. 傅里叶变换 C 程 fft快速傅立叶变换程序-Fourier transform C Cheng fft Fast Fourier Transform program
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-08-02
    • 文件大小:3968
    • 提供者:ruson
  1. HARTLEY.ZIP

    1下载:
  2. The frequency domain plays an important role in image processing to smooth, enhance, and detect edges of images. Although image data typically does not include imaginary values, the fast Fourier transform (FFT) has been used for obtaining spect
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:4176
    • 提供者:archit
  1. Fourier

    0下载:
  2. 数字图像处理 傅立叶变换-Digital image processing, Fourier transform
  3. 所属分类:Wavelet

    • 发布日期:2017-03-29
    • 文件大小:137681
    • 提供者:张标
  1. 1024FFT.ZIP

    0下载:
  2. 该文件是1024点的快速FFT,它是用C语言编程,在CCS环境下运行的-fast fourier transform
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:14738
    • 提供者:蓝莲花
  1. FFTchengxu

    0下载:
  2. 快速傅里叶变换, 频谱的泄露,混叠误差实例的matla程序。-Fast Fourier Transform: In order to reduce the number of DFT calculations of a fast algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:67934
    • 提供者:邱颖
  1. frequencydomain.ZIP

    0下载:
  2. This document contains information about frequency domain processing. details about 1-d,2-d fourier transform,inverse fourier transform,image enhancement techniques. contains some sample code and output also
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2570238
    • 提供者:deeps
  1. FFT.c

    1下载:
  2. Fast Fourier Transform using MPI libraries (Source Code)
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:3226
    • 提供者:Chitra
  1. Computing-the-2D-Discrete-Fourier-Transform

    0下载:
  2. Computing-the-2-D Discrete-Fourier-Transform IEEE article
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1540045
    • 提供者:y.kong
  1. FFT

    1下载:
  2. This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FFT) algorithm using C++ template metaprogramming. Thank to the recursive nature of the FFT, the source code is more readable and faster than the classi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:51842
    • 提供者:nytza
  1. dFRT

    0下载:
  2. the computation of the fractional Fourier transform
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-28
    • 文件大小:1606
    • 提供者:hare
  1. DFT

    1下载:
  2. 离散傅里叶变换的程序,可以画出原图和频谱-Discrete Fourier Transform process
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-11-04
    • 文件大小:1093
    • 提供者:胡飞
  1. fft

    0下载:
  2. Fast Fourier Transform in C
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6160
    • 提供者:orgy
  1. filteringdftfft

    0下载:
  2. sample code to show how to perform digital filtering using fast fourier transform
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:105593
    • 提供者:Lijun
  1. TwoDimensionalFastFourierTransform

    0下载:
  2. 本实验要求开发一个2-D FFT程序包,使其可以应用于后续的几个实验。这个程序需要完成的功能是用因子(-1)^(x+y)乘以输入图像以实现滤波的中心变换,并还要求用一个实矩阵乘以一个复数矩阵通过调用两个图像的乘法程序来实现对应元素的相乘,同时计算反傅立叶变换,得到的结果乘以(-1)^(x+y)并取其实部最后计算频谱。实验中用到傅立叶变换的基本公式,通过实验我们可以更加深刻的理解频域滤波的基础。-The experiment calls for the development of a 2-D F
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:142833
    • 提供者:jhm
  1. DTFT

    0下载:
  2. this about DTFT.DTFT s matlab code and it is for Discrete time fourier transform.-this is about DTFT.DTFT s matlab code and it is for Discrete time fourier transform.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1088
    • 提供者:Mahmut
  1. FastFourierTransformAlgorithm

    0下载:
  2. This program is open source code of fast Fourier transform in matlab. Where y is the input argument and p is the normalized size of the input. Let y = [1 2 3 4 ] x= length(y) m= log2(x) p= ceil(m) To call the function use ft2(y,p
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:891
    • 提供者:ry
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com