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

搜索资源列表

  1. DFT2D

    0下载:
  2. 采用OPENCV封装的图像二维DFT运算,通过该类可生成图像二维傅里叶变换矩阵,通过可选参数可调整生成傅里叶矩阵、傅里叶频谱同时可选择对数加强属性增强傅里叶频谱的显示效果。-OPENCV package using two-dimensional DFT computation of image, the image can be generated through such two-dimensional Fourier transform matrix generated by the op
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:1177
    • 提供者:葛世超
  1. efficient_registration

    0下载:
  2. 利用傅里叶变换,在频域上对两幅图像配准,是一种比较配准的新方法,但是对弹性配准的效果不是很好 需要进一步的研究。-Registers two images (2-D rigid translation) within a fraction of a pixel specified by the user. Instead of computing a zero-padded FFT (fast Fourier transform), this code uses selective upsamp
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:5239
    • 提供者:wangwei
  1. DFTmatlab

    0下载:
  2. DFT in matlab, the code is a example of long time in computation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1105
    • 提供者:Eymardh7
  1. dft

    1下载:
  2. 计算dft的程序,可输出变换后序列到txt文件,并可显示计算时间-Dft calculation procedure, the transformed output sequence to the txt file, and may show the computation time
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:609682
    • 提供者:ly
  1. F2812-FFT

    0下载:
  2. FFT 并不是一种新的变换,它是离散傅立叶变换(DFT)的一种快速算法。由于我们在计算DFT 时一次复数乘法需用四次实数乘法和二次实数加法;一次复数加法则需二次实数加 法。每运算一个X(k)需要4N 次复数乘法及2N+2(N-1)=2(2N-1)次实数加法。所以 整个DFT 运算总共需要4N^2 次实数乘法和N*2(2N-1)=2N(2N-1)次实数加法。如此一来,计算时乘法次数和加法次数都是和N^2 成正比的,当N 很大时,运算量是可观的,因而需要 改进对DFT 的算法减少运算速度
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:404880
    • 提供者:平意义
  1. my8ditfft

    0下载:
  2. 基8-DFT计算,每8点为一蝶形运算单元,4096点计算效率较基2-DFT提高50 -Yl 8-DFT calculation, every 8 points for a butterfly operation unit, the 4096-point computation efficiency than the base 2-DFT increased by 50
  3. 所属分类:matlab

    • 发布日期:2017-12-06
    • 文件大小:538
    • 提供者:ZLD
  1. KeygenCircuitMakerV6.0Pro

    0下载:
  2. A Fast Fourier Transform (FFT) is an efficient algorithm to compute the Discrete Fourier Transform (DFT) and its inverse. There are many distinct FFT algorithms involving a wide range of mathematics, from simple complex-number arithmetic to group the
  3. 所属分类:uCOS

    • 发布日期:2017-11-07
    • 文件大小:2112
    • 提供者:Quoc Viet Ta
  1. LibProteus

    0下载:
  2. The FFT is based on decomposition and breaking the transform into smaller transforms and combining them to get the total transform. FFT reduces the computation time required to compute a discrete Fourier transform and improves the performance by a fa
  3. 所属分类:SCM

    • 发布日期:2017-11-25
    • 文件大小:10079
    • 提供者:Quoc Viet Ta
  1. ThamKhaoCodeCaAssembly

    0下载:
  2. The FFT is based on decomposition and breaking the transform into smaller transforms and combining them to get the total transform. FFT reduces the computation time required to compute a discrete Fourier transform and improves the performance by a fa
  3. 所属分类:ELanguage

    • 发布日期:2017-11-25
    • 文件大小:167288
    • 提供者:Quoc Viet Ta
  1. slau213a

    0下载:
  2. The FFT is based on decomposition and breaking the transform into smaller transforms and combining them to get the total transform. FFT reduces the computation time required to compute a discrete Fourier transform and improves the performance by a fa
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-09
    • 文件大小:659448
    • 提供者:Quoc Viet Ta
  1. ICEIC2006_hybridarchitecture

    0下载:
  2. This paper proposes a hybrid architecture algorithm for fast computation of DCT and DFT via recursive factorization. Recursive factorization of DCT-II and DFT transform matrix leads to a similar architectural structure so that common architec
  3. 所属分类:Document

    • 发布日期:2017-11-19
    • 文件大小:164790
    • 提供者:fia4joy
  1. efficient_registration

    0下载:
  2. 利用傅里叶变换,在频域上对两幅图像配准,是一种比较配准的新方法,但是对弹性配准的效果不是很好 需要进一步的研究。-Registers two images (2-D rigid translation) within a fraction of a pixel specified by the user. Instead of computing a zero-padded FFT (fast Fourier transform), this code uses selective upsamp
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:5284
    • 提供者:nsionlo
  1. 10BEC047

    0下载:
  2. Pipeline FFT processor is a specified class of processors for DFT computation utilizing fast algorithms
  3. 所属分类:Project Design

    • 发布日期:2017-04-24
    • 文件大小:142820
    • 提供者:Manish Bansal
  1. DSP_1

    0下载:
  2. 1) Goertzel algorithm 2) Chirp transform algorithm 3) Verification of signal flow graphs for DIT and DIF FFT algorithm 4) Elapsed CPU time for DFT and FFT computation 5) Alternative IDFT computations
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:345693
    • 提供者:
  1. 06168353

    0下载:
  2. The Fast Fourier Transform (FFT) is one of the rudimentary operations in field of digital signal and image processing. Some of the very vital applications of the fast fourier transform include Signal analysis, Sound filtering, Data compressio
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:305501
    • 提供者:doggaravi
  1. DFT-SEQUENCES

    0下载:
  2. COMPUTATION OF DFT SEQUENCES
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:900
    • 提供者:nagesh
  1. fft

    4下载:
  2. 实现功能:基8实现64点FFT处理器(进行两次8点FFT计算,采用基8进行64点) 详细说明:硬件结构包括六部分,分别为输入模块、8点FFT模块、乘法模块、顺序调整模块、输出模块和总控制模块。 其中,输入模块的主要功能是将串行输入的64个数据进行分类,分成8批次,每次8个输入到8点FFT模块中进行计算。 8点FFT模块:FFT是DFT的快速算法,当点数较大时,可以较大的减少DFT的运算量。常用的FFT算法主要有两种,分别为按时间抽选的FFT算法(DIT-FFT)和按频率抽选的FFT算
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-26
    • 文件大小:33072
    • 提供者:李圣华
搜珍网 www.dssz.com