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

搜索资源列表

  1. fpga-jpeg

    0下载:
  2. fpga 实现 jpeg 编码,已在altera 公司fpga上测试通过。-jpeg encoder ,has been tested in altera FPGA
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-04
    • 文件大小:103902
    • 提供者:
  1. 25mto8k

    0下载:
  2. fpga编码,vhdl,将25m信号分频为8k信号,已仿真验证-fpga 25m to 8k
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:777
    • 提供者:
  1. sdi_3g_hd_sd_code

    1下载:
  2. SDI格式视频产生代码,fpga编码,里面有3个文件分别对应3g,hd,sd信号,给不同的时钟就可以直接用了-SDI format video generation code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:3473
    • 提供者:charson
  1. fec

    0下载:
  2. RS编码电路 ,包括乘法器的模块和编码部分 RS编码器\mula_0.v RS编码器\mula_1.v RS编码器\rscode.v(The RS encoding circuit includes a multiplier module and an encoding section RS encoder \mula_0.v RS encoder, \mula_1.v, RS encoder, \rscode.v)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:ZJWANG
  1. BCH_VLSI

    0下载:
  2. 使用HLS完成BCH编码的运算通路的设计,纯组合逻辑,对于65nm工艺可跑上1GHz。已经组合逻辑分为了多个部分,可在每一个部分之间插流水线。 附上可综合的纯RTL Code以及C++代码,以及Modelsim仿真。 可通过我的优化选项来学习如何优化HLS工具生产的代码。(BCH Encoder realized using HLS tool. Combinational logic.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-18
    • 文件大小:14505984
    • 提供者:蔡宇杰
  1. 实验三(1)的指导书

    0下载:
  2. 8-3优先编码, 1、学会用Verilog语言的描述方式来设计电路; 2、熟悉8—3优先编码器,并用Verilog语言实现其功能; 3、掌握Cyclone系列FPGA的程序加载,熟练掌握将.sof文件加载到实验箱中,实现8—3优先编码器的效果。(8-3 priority coding, 1. Learn to design the circuit with Verilog descr iption; 2. Familiar with 8-3 priority encoder and i
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:43008
    • 提供者:BavePicacho
  1. polar_encoder_1024 (1)

    2下载:
  2. 该部分的主要功能是完成基于FPGA的polar码编码。(The main function of this part is to complete the FPGA-based polar code coding.)
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-17
    • 文件大小:101868544
    • 提供者:npu
  1. rs_code

    1下载:
  2. FPGA实现了RS(255,239)的编译码模块(FPGA implements the RS (255239) encoding and decoding module)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-22
    • 文件大小:602112
    • 提供者:qazmkob
  1. tnn7_code_201212141110

    2下载:
  2. 人脸检测与跟踪是一个重要而活跃的研究领域,它在视频监控、生物特征识别、视频编码等领域有着广泛的应用前景。该项目的目标是在FPGA板上实现实时系统来检测和跟踪人脸。人脸检测算法包括肤色分割和图像滤波。通过计算被检测区域的质心来确定人脸的位置。该算法的软件版本独立实现,并在matlab的静止图像上进行测试。虽然从MATLAB到Verilog的转换没有预期的那样顺利,实验结果证明了实时系统的准确性和有效性,甚至在不同的光线、面部姿态和肤色的条件下也是如此。所有硬件实现的计算都是以最小的计算量实时完成的
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-22
    • 文件大小:63488
    • 提供者:合发
  1. 红外接收解码

    0下载:
  2. 红外接收解码 工程说明 本案例实现了编码格式为“引导码+地址码+数据码+数据反码”的红外发送数据进行接收和解码,并将收到的数据显示到七段译码器上。 案例补充说明 在实际的产品设计或业余电子制作中,编码芯片并一定能完成要求的功能,这时就需要了解所使用的编码芯片到底是如何编码的。只有知道编码方式,我们才可以使用单片机或数字电路去定制解码方案。(Infrared receiving and decoding Engineering descr iption In this case the enc
  3. 所属分类:嵌入式/单片机编程

  1. FPGA 2017.08.18

    1下载:
  2. 实现步进电机驱动+加减速控制+编码器检验。(Stepper motor drive + acceleration and deceleration control + encoder test.)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:9659392
    • 提供者:Scripture
  1. ENCODE_8B_10B

    0下载:
  2. 8B_10B编码器FPGA设计,平台上验证,结果可用。(Design of FPGA encoder 8B_10B,reading out crc after calculating the value.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:dsadgag
  1. hf_mot

    0下载:
  2. 电机驱动及编码器同步采样,内部兼具多重滤波采样处理算法。(Motor drive and encoder synchronous sampling, the internal multi filter sampling and processing algorithm.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-26
    • 文件大小:11441152
    • 提供者:he
  1. 嵌入式视频处理基本原理-中文版

    0下载:
  2. 嵌入式视频处理基础,对各种视频格式及视频数据流信号解码与编码进行了详细的介绍,做视频处理不可多得的工具书(Embedded video processing basis, a variety of video formats and video data stream decoding and coding are introduced in detail, very helpful for video processing)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:2353152
    • 提供者:dals
  1. jingxiang_beipin

    0下载:
  2. 实现编码器鉴向和4倍频,可用于电机测速等。(To achieve encoder and 4 times the frequency, can be used for motor speed and so on.)
  3. 所属分类:VHDL/FPGA/Verilog

  1. 07_uart_test

    0下载:
  2. uart通信协议的Verilog编码实现,以及完整的测试文件。(UART communication protocol Verilog encoding implementation, as well as a complete test file.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-04
    • 文件大小:359424
    • 提供者:声声不洗
  1. ENC_ab_dir

    0下载:
  2. 产生相差90°的AB相脉冲,并且模拟AB相位的超前或滞后,用于ABZ编码器信号的分析(The AB phase pulse with a difference of 90 degrees is produced and the AB phase is simulated forward or lagging, for the analysis of the signal of the ABZ encoder)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-10
    • 文件大小:5252096
    • 提供者:Mr晓旭
  1. 一种基于FPGA的相位测量方法_陈兴文

    0下载:
  2. 一个基于扩频水印的MATLAB程序调试好的,大伙可参考一下,互相学习 (Spread-spectrum watermark based on a MATLAB program debugging good, everyone can make reference to learn from each other)((Spread-spectrum watermark based on a MATLAB program debugging good, everyone can make refe
  3. 所属分类:图片显示

    • 发布日期:2018-04-30
    • 文件大小:48128
    • 提供者:华为mate
  1. pcm.tar

    0下载:
  2. 在FPGA开发板上实现通信中PCM30/32系统的时分复用,编码,解码,串并行转换,以及同步识别(On the FPGA development board, we complete time division multiplexing, encoding, decoding, serial parallel conversion and synchronization identification of PCM30/32 system in communication.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-02
    • 文件大小:724992
    • 提供者:莱恩哈特01
  1. myTurbo_test

    0下载:
  2. Turbo编码的FPGA实现,采用了(7,5)RSC编码和循环移位交织,帧长度128bit(The FPGA implementation of Turbo coding adopts (7, 5) RSC coding and cyclic shift interleaving, and the frame length is 128bit.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1808384
    • 提供者:louisqw
« 1 2 3 45 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com