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

搜索资源列表

  1. DCT2-lele

    0下载:
  2. 利用蝶形算法类似于FFT,利用先行再列实现二维DCT。速度很快。包含反DCT的代码。-similar to the use of butterfly FFT algorithm, the first re-use of 2D DCT out. Very fast. Contain anti - DCT code.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2264
    • 提供者:yaoli
  1. butterfly

    0下载:
  2. 附件代码实现了基4FFT的碟形单元运算,是FFT算法的核心部分,并且此碟形单元运算是基于浮点运算的
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:4783
    • 提供者:钟毓秀
  1. 16bit_FFT.rar

    0下载:
  2. 16点FFT的VHDL源代码,含详细设计文档。,16:00 FFT of the VHDL source code, including detailed design documents.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:699919
    • 提供者:xbl
  1. fft.rar

    0下载:
  2. FFT算法的基本原理是把长序列的DFT逐次分解为较短序列的DFT。按照抽取方式的不同可分为DIT-FFT(按时间抽取)和DIF-FFT(按频率抽取)算法。按照蝶形运算的构成不同可分为基2、基4、基8以及任意因子(2n,n为大于1的整数),基2、基4算法较为常用。,FFT algorithm is the basic principle of DFT successive long sequence is broken down into shorter sequences of DFT. In
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:1353
    • 提供者:李文
  1. butterfly.rar

    0下载:
  2. 蝶形运算,可用于DCT变换,FFT变换的模块,Butterfly computation, can be used for DCT transform, FFT transform module
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:743
    • 提供者:过时无双
  1. fft

    2下载:
  2. fft代码,采用蝶形算法,包括C,matlab和verilog代码-fft code, using butterfly algorithm, including C, matlab and Verilog code
  3. 所属分类:matlab例程

    • 发布日期:2013-11-13
    • 文件大小:47843
    • 提供者:
  1. FFT(VHDL)

    0下载:
  2. FFT算法vhdl实现 蝶形运算-butterfly fft vhdl
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:368167
    • 提供者:倦怠怪兽
  1. FFT

    0下载:
  2. FFT算法的基本原理是把长序列的DFT逐次分解为较短序列的DFT.按照抽取方式的不同可分为DIT-FFT(按时间抽取)和DIF-FFT(按频率抽取)算法.按照蝶形运算的构成不同可分为基2、基4、基8以及任意因子(2n,n为大于1的整数),基2、基4算法较为常-The FFT algorithm s basic principle is decomposes gradually long sequence DFT into short sequence DFT. different may div
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:419992
    • 提供者:卡其米奇
  1. fft

    0下载:
  2. 此程序用Fortran语言编写,对所给数组用蝶形算法进行FFT变换-Fortran language with the program prepared to the array of the butterfly algorithm using FFT transform
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:230707
    • 提供者:chenjing
  1. butfly4

    0下载:
  2. 基4-FFT蝶形单元实现,按照FPGA内部的乘法器功能编写的-4-FFT butterfly-based unit to achieve, in accordance with the internal FPGA multiplier feature prepared
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:1176
    • 提供者:苏菲
  1. Lab0605-fft

    0下载:
  2. DSP实现蝶形FFT算法 为某开发板公司5509开发板资料-DSP butterfly FFT algorithm to achieve a development board for the 5509 development board company information
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:49805
    • 提供者:张队
  1. FPGA_FFT

    0下载:
  2. 基于VHDL语言的一个FFT快速傅里叶变换程序。采用4蝶形算法-VHDL language based on a FFT Fast Fourier Transform procedure. 4 butterfly algorithm used
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:179840
    • 提供者:李超
  1. butterfly

    0下载:
  2.  计算离散傅里叶变换的一种快速算法,简称FFT。快速傅里叶变换是1965年由J.W.库利和T.W.图基提出的。采用这种算法能使计算机计算离散傅里叶变换所需要的乘法次数大为减少,特别是被变换的抽样点数N越多,FFT算法计算量的节省就越显著。 -Discrete Fourier transform calculation of a fast algorithm, referred to as FFT. Fast Fourier Transform in 1965 by JW Cooley an
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-27
    • 文件大小:1174
    • 提供者:圈石
  1. Lab0503-FFT

    0下载:
  2. C语言实现的fft蝶形运算,是个通用程序,移植一下即可使用在其他嵌入式芯片上-C language implementation of the fft butterfly is a common procedure, transplant what can be used in other embedded chip
  3. 所属分类:DSP program

    • 发布日期:2016-12-19
    • 文件大小:21527
    • 提供者:liu yang
  1. FFT

    0下载:
  2. FFT蝶形算法,用OpenGL画图显示出效果。内附GLUT工具包及其安装方法-FFT Butterfly algorithm, using OpenGL drawing to show their effect. Containing a tool kit and installation method of GLUT
  3. 所属分类:DSP program

    • 发布日期:2017-03-31
    • 文件大小:334716
    • 提供者:gantian
  1. FFt

    0下载:
  2. 基2FFT蝶形运算器,代码有仿真用数据。主代码用于仿真,碟形运算和复数乘法元件化-Based 2FFT butterfly, code with simulation data used. Master code for simulation, dish components of computing and complex multiplication
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:2581
    • 提供者:treeyellow
  1. FFT

    1下载:
  2. FFT的matlab实现,利用蝶形算法计算fft的matlab-Matlab implementation of FFT, using the matlab fft butterfly algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:668
    • 提供者:cxx
  1. fft

    0下载:
  2. fft算法,使用蝶形算法,为了是开发人员更好的使用,上传整个开发目录(FFT algorithm, butterfly algorithm, in order to better use of developers, upload the entire development directory)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-23
    • 文件大小:99328
    • 提供者:PETER6025
  1. fft

    0下载:
  2. 使用C语言编写的FFT运算,其中采用了基2的蝶形运算,运算结果符合预期(The basis of 2 butterfly operation)
  3. 所属分类:DSP编程

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:你哈好
  1. FFT算法程序分步详解C程序

    0下载:
  2. 分步细讲解基2蝶形算法,尽量让你在最短的时间内掌握FFT算法的程序实现。(Step by step to explain the basic 2 butterfly algorithm, try to let you grasp the FFT algorithm in the shortest time.)
  3. 所属分类:通讯编程

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:黑森林
« 12 3 4 5 »
搜珍网 www.dssz.com