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

搜索资源列表

  1. lc2

    0下载:
  2. this a pack include source code for quartus 2. It is an implementation of the LC2. The LC-2 computer is described in Introduction to Computing Systems from Bits & Gates to C & Beyond by Yale Patt and Sanjay Patel, McGraw Hill, 2001. The LC2 mode
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:42kb
    • 提供者:ngzhongsyen
  1. eda

    0下载:
  2. 课程设计要求设计并用FPGA实现一个数字频率计,功能:频率计。具有4位显示,能自动根据7位十进制计数的结果,自动选择有效数据的-Curriculum design to design and FPGA implementation of a digital frequency meter, function: frequency meter. With four shows that will automatically count 7 the results of the metric sys
  3. 所属分类:assembly language

    • 发布日期:2017-05-10
    • 文件大小:2.19mb
    • 提供者:崔晓进
  1. verilog

    0下载:
  2. 数字信号处理的FPGA实现(Uwe Meyer-Baese)书中例子的Verilog代码-FPGA implementation of digital signal processing (Uwe Meyer-Baese) book example of Verilog code for
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:322.92kb
    • 提供者:lin
  1. vhdl

    0下载:
  2. 数字信号处理的FPGA实现(Uwe Meyer-Baese)书中例子的VHDL代码-FPGA implementation of digital signal processing (Uwe Meyer-Baese) examples of VHDL code for the book
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:245.58kb
    • 提供者:lin
  1. RFIDanticollisionalgorithmbasedonFPGAimplementatio

    0下载:
  2. RFID防碰撞算法的FPGA实现,包括代码、仿真结果等-RFID anti-collision algorithm based on FPGA implementation, including the code, simulation results.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:388.99kb
    • 提供者:baozi
  1. CORDICFPGA

    0下载:
  2. 基于CORDIC的梯度跟踪算法的FPGA实现 基于CORDIC的梯度跟踪算法的FPGA实现-Gradient-based tracking algorithm CORDIC FPGA Implementation of gradient-based tracking algorithm CORDIC FPGA Implementation
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:201.17kb
    • 提供者:wst
  1. gam6

    0下载:
  2. FPGA Implementation ofLow Power 64-Point Radix-4 FFT Processor for OFDM System
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:299.85kb
    • 提供者:rams
  1. Digital_signal_processing_with_FPGA

    0下载:
  2. 数字信号处理的FPGA实现的代码,全部-FPGA implementation of digital signal processing code, all
  3. 所属分类:source in ebook

    • 发布日期:2017-11-23
    • 文件大小:865.95kb
    • 提供者:吴江波
  1. MSK-Verilog

    2下载:
  2. mak调制的fpga实现程序,基于fpga的vl文件,很好用,实用-mak modulation of fpga implementation procedures based fpga vl file, useful, practical
  3. 所属分类:MPI

    • 发布日期:2015-01-18
    • 文件大小:6kb
    • 提供者:高凡
  1. Midian_fpga

    2下载:
  2. 图像处理中用到的中值滤波,FPGA实现。verilog语言。-Used in image processing median filter, FPGA implementation. verilog language.
  3. 所属分类:并行运算

    • 发布日期:2017-03-02
    • 文件大小:8.48mb
    • 提供者:shiyuan
  1. 69963930CORDIC

    0下载:
  2. cordic的fpga实现,基于verilog硬件语言实现,实现高速流水线的CORDIC。-cordic fpga implementation, hardware-based verilog language, to achieve high-speed pipelined CORDIC.
  3. 所属分类:MPI

    • 发布日期:2017-04-16
    • 文件大小:115.08kb
    • 提供者:周金花
  1. DDS

    0下载:
  2. 第一,DDS模块是一个比较常用的用数字方式实现模拟信号的方法,以前一直只用了频率控制,这一次还通过深入理解用上了相位控制,从这个角度来讲,可以用FPGA小菜一碟的实现频率和相位可控的多通道SPWM波,然后再去外加上RC滤波电路和运放电路就可以实现可控正弦波。 第二,这里的DDS模块还有产生一个可逆计数器的计数使能时钟和方向控制时钟,需要具体说说的是,如果你输出的正弦值是8位的,那么你的计数器的计数范围是在0---255---0,如果你输出的正弦值是9位的,那么你的计数器的计数范围是在0--
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-17
    • 文件大小:159.19kb
    • 提供者:张雪亮
  1. FPGA-implementation-of-dsp

    0下载:
  2. 《数字信号处理的FPGA实现》一书的源代码,包括verilog和VHDL版本。该书是算法的硬件实现的权威书籍。-" FPGA digital signal processing," a book of the source code, including verilog and VHDL versions. The book is the definitive book on the algorithm for hardware implementation.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-02
    • 文件大小:517.54kb
    • 提供者:
  1. AMMOD

    0下载:
  2. 书籍《数字信号处理的FPGA实现》中关于AMMod的源代码,个人收藏的,希望对大家有用-Book Digital Signal Processing FPGA Implementation on the Mod source code, personal collection, I hope useful
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:825byte
    • 提供者:李沁
  1. DIV_RES

    0下载:
  2. 书籍《数字信号处理的FPGA实现》中关于DIV的源代码,个人收藏的,希望对大家有用-Book Digital Signal Processing FPGA Implementation on the DIV source code, personal collection, I hope useful
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1.01kb
    • 提供者:李沁
  1. OFDM-based-on-FPGA

    1下载:
  2. 用FPGA实现OFDM系统,硬件语言为Verilog,环境为xilinx,详细介绍了接收机和发射机各个模块的源代码-OFDM system with a FPGA implementation, hardware language Verilog, environment xilinx, details of receiver and transmitter modules source code
  3. 所属分类:source in ebook

    • 发布日期:2017-02-08
    • 文件大小:3.63mb
    • 提供者:吴淑金
  1. w3_OFDM_ReferenceDesign_v18p1

    0下载:
  2. FPGA实现的OFDM物理层的.最新发布的802.11参考设计提供了类似功能的OFDM参考设计,但可以用标准的802.11设备的互操作。-FPGA implementation of the OFDM physical layer.the newly released 802.11 Reference Design provides similar functionality as the OFDM Reference Design, but can inter-operate with sta
  3. 所属分类:MPI

    • 发布日期:2017-06-11
    • 文件大小:17.23mb
    • 提供者:何晨光
  1. my-project3

    0下载:
  2. 主要是通过用fpga实现,频率的测定,具体的工程和仿真在里面都有包括。-Mainly through the use fpga implementation, measurement frequency, specific engineering and simulation which has included.
  3. 所属分类:MPI

    • 发布日期:2017-05-03
    • 文件大小:590.42kb
    • 提供者:lihui
  1. exm_opencl_fft1d_x64_windows_14.11

    0下载:
  2. SOC-FPGA实现并行FFT计算的程序-SOC-FPGA implementation of parallel FFT computing program
  3. 所属分类:MPI

    • 发布日期:2017-05-28
    • 文件大小:10.19mb
    • 提供者:
  1. 基于FPGA的深度学习加速器设计与实现

    1下载:
  2. 基于FPGA的深度学习加速器设计与实现,帮助你增加对深度学习的理解,而且作为中文,很适合国内学者。(Design and implementation of deep learning accelerator based on FPGA)
  3. 所属分类:并行计算

    • 发布日期:2017-12-29
    • 文件大小:5.89mb
    • 提供者:shiyangcool
« 12 »
搜珍网 www.dssz.com