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

搜索资源列表

  1. fft

    0下载:
  2. 快速实现傅里叶变换。实现倒序和蝶形运算,里面有详细的说明。-Fast Fourier transform to achieve. To achieve and reverse butterfly, which has detailed instructions.
  3. 所属分类:DSP program

    • 发布日期:2017-04-06
    • 文件大小:620
    • 提供者:李卫东
  1. music

    0下载:
  2. 设计并调试好一个能产生”梁祝”曲子的音乐发生器,并用EDA实验开发系统(拟采用的实验芯片的型号可选Altera的MAX7000系列的 EPM7128 CPLD ,FLEX10K系列的EPF10K10LC84-3 FPGA, ACEX1K系列的 EP1K30 FPGA,Xinlinx 的XC9500系列的XC95108 CPLD,Lattice的ispLSI1000系列的1032E CPLD)进行硬件验证。 设计思路 根据系统提供的时钟源引入一个12MHZ时钟的基准频率,对其进行各种分频
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-22
    • 文件大小:8680
    • 提供者:lijq
  1. fft_1024_hdl

    1下载:
  2. 一个 1024 点 FFT , 基 4 蝶形运算架构, 5级流水,乒乓内存,有测试环境。-A 1024-point FFT, Radix-4 butterfly structure operation, five water, ping-pong memory, a test environment.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:18014
    • 提供者:wei
  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. 7

    0下载:
  2. verilog 写的 “梁祝”乐曲演奏电路-verilog wrote " The Butterfly Lovers" music concert circuit
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1102
    • 提供者:孔祥
  1. ifft

    0下载:
  2. fft蝶形算法的逆变换,用c++编写,用循环计算实现-fft butterfly algorithm inverse transform, using c++ prepared, calculated using the cycle to achieve
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:7766
    • 提供者:xin
  1. FFTbutter

    1下载:
  2. FFT的旋转因子算法和蝶形处理器VHDL代码实现-The rotation factor FFT butterfly processor algorithm and VHDL code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:1807
    • 提供者:GC
  1. ifft

    0下载:
  2. fft蝶形算法的逆变换,用C++编写,采用递归的方法-fft butterfly algorithm inverse transform, using C++ prepared using recursive method
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:6686
    • 提供者:xin
  1. FFT(VHDL)

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

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

    0下载:
  2. 梁祝歌曲,用vhdl语言实现,在蜂鸣器上实现唱歌功能-Butterfly song
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:292071
    • 提供者:小神
  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. a

    0下载:
  2. directx图形程序,鼠标变为蝴蝶飞,非常简单-directx graphics program, the mouse becomes a butterfly flying
  3. 所属分类:Game Engine

    • 发布日期:2017-11-09
    • 文件大小:5559689
    • 提供者:郑礼强
  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. butterfly.h264

    0下载:
  2. H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:419815
    • 提供者:李军
  1. fft

    0下载:
  2. fft蝶形算法,用c++编写,采用递归的方法,倒位序的排序采用的是后排序-fft butterfly algorithm, using c++ prepared using recursive method, inversion of the sort sequence is used after sort
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:6616
    • 提供者:xin
  1. DFT

    0下载:
  2. 利用蝶形算法,实现快速傅立叶变换及其逆变换-The use of butterfly algorithm, fast Fourier transform and its inverse transform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:989
    • 提供者:韩静
  1. FastWalshTransform

    0下载:
  2. fwt,fwt2分别是一维、二维快速沃尔什变换函数,采用蝶形快速算法编写,要比利用矩阵相乘得到变换结果的离散沃尔什变换快很多-fwt, fwt2 are one-dimensional, two-dimensional fast Walsh transform function, the use of butterfly Fast Algorithm for the preparation of, than the use of transformation matrices to be the
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:1694
    • 提供者:tianjieyu
  1. FFT_solution_in_matlab

    0下载:
  2. 数值模拟实验,采用蝶形算法利用matlab实现的fft变换,针对指数函数,包含正fft以及逆变换。附带实验报告-Numerical simulation experiments, using butterfly algorithm fft using matlab to achieve transformation, for exponential function, including being fft and inverse transform. Incidental to the exp
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:100067
    • 提供者:wei
  1. 4.4

    0下载:
  2. 5DG S 计算机图形学实验教程OpenGL版 项目名称:5DG S Texture Effect 场景控制: ESC:退出程序 F1:窗口模式或全屏模式的切换 W:场景中央蝶形曲线/蝶形曲面的切换 -5DG S Computer Graphics OpenGL version of the experimental curriculum project name: 5DG S Texture Effect scene control: ESC: exi
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:239431
    • 提供者:徐颖
  1. fft

    0下载:
  2. 快速离散傅立叶变换,实现8点的蝶形图matlab算法-Fast Discrete Fourier Transform to achieve 8:00 of the butterfly graph algorithm matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1861
    • 提供者:qibo
« 1 2 3 4 5 67 8 9 10 11 ... 24 »
搜珍网 www.dssz.com