CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 VHDL编程 搜索资源 - edge

搜索资源列表

  1. 数字锁相环设计源程序

    3下载:
  2. PLL是数字锁相环设计源程序, 其中, Fi是输入频率(接收数据), 数字锁相技术在通信领域应用非常广泛,本例用VHDL描述了一个锁相环作为参考,源码已经调试过。编译器synplicty.Fo(Q5)是本地输出频率. 目的是从输入数据中提取时钟信号(Q5), 其频率与数据速率一致, 时钟上升沿锁定在数据的上升和下降沿上;顶层文件是PLL.GDF-digital phase-locked loop PLL design source, in which Fi is the input freque
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:121399
    • 提供者:杰轩
  1. 4篇Altera中文资料

    0下载:
  2. 这个是最前沿的技术,对于搞电子的朋友有很大的帮助~-this is the most cutting-edge technologies, engage in electronic friends will be very helpful ~
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:453186
    • 提供者:何跃
  1. sobel

    0下载:
  2. 这是本人自己编写的可用于256*256大小的图像进行sobel边缘检测的vhd文件,可在QuartusII或MaxplisII下综合和仿真,并在FPGA上测试过。可以进行修改支持其他大小图像的sobel边缘检测,同时还可以实现其它的图像模块化处理算法,例如高斯滤波,平滑等。-this is my own preparation for the 256 * 256 size of the image segmentation Edge Detection vhd document in the n
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:3135
    • 提供者:刘洋
  1. 8b_10b

    3下载:
  2. vhdl编写,8b—10b 编解码器设计 Encoder: 8b/10b Encoder (file: 8b10b_enc.vhd) Synchronous clocked inputs (latched on each clock rising edge) 8-bit parallel unencoded data input KI input selects data or control encoding Asynchronous act
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:73116
    • 提供者:聂样
  1. 数字锁相环

    1下载:
  2. PLL是数字锁相环设计源程序, 其中, Fi是输入频率(接收数据), Fo(Q5)是本地输出频率. 目的是从输入数据中提取时钟信号(Q5), 其频率与数据速率一致, 时钟上升沿锁定在数据的上升和下降沿上;顶层文件是PLL.GDF-digital phase-locked loop PLL design source, in which Fi is the input frequency (receive data), Fo (Q5) is the local output frequency.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:125197
    • 提供者:于洪彪
  1. Sobel.rar

    1下载:
  2. 这是一个用VHDL实现SOBEL算子进行图像边缘算法的实现,This is a realization by VHDL Sobel edge operator algorithm
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-26
    • 文件大小:328857
    • 提供者:citydremer
  1. verilog2

    1下载:
  2. 用verilog语言编写的按键消抖程序。通过下降沿检测法可以判断出是否按键。压缩包内也包含此按键消抖程序的modelsim仿真文件。-Verilog language with key debounce process. By falling edge detection method can determine whether the key. This compressed package also contains procedures for key debounce modelsim
  3. 所属分类:VHDL编程

    • 发布日期:2013-11-09
    • 文件大小:183287
    • 提供者:广子
  1. 除法器的设计本文所采用的除法原理

    0下载:
  2. 除法器的设计本文所采用的除法原理是:对于八位无符号被除数A,先对A转换成高八位是0低八位是A的数C,在时钟脉冲的每个上升沿C 向左移动一位,最后一位补零,同时判断C的高八位是否大于除数B,如是则C的高八位减去B,同时进行移位操作,将C的第二位置1。否则,继续移位操作。经过八个周期后,所得到的C的高八位为余数,第八位为商。从图(1)可清楚地看出此除法器的工作原理。此除法器主要包括比较器、减法器、移位器、控制器等模块。-Divider design used in this paper, the p
  3. 所属分类:VHDL编程

    • 发布日期:2017-03-25
    • 文件大小:4286
    • 提供者:老毕
  1. up_test

    0下载:
  2. 基于vhdl语言的源代码,用于检测信号的上升沿,多用于同步时钟-Vhdl source code based on the language used to detect the rising edge, used for synchronous clock
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:50609
    • 提供者:zhang
  1. FPGA_FIFO

    0下载:
  2. 使用Verilog编写的同步FIFO,可通过设置程序中的DEPTH设置FIFO的深度,FIFO_WRITE_CLOCK上升沿向FIFO中写入数据, FIFO_READ_CLOCK上升沿读取数据。本程序对FIFO上层操作简单实用。-Prepared by the use of Verilog synchronous FIFO, through the setup program in the FIFO depth DEPTH settings, FIFO_WRITE_CLOCK rising
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-23
    • 文件大小:1323
    • 提供者:张键
  1. EX

    0下载:
  2. Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGHT. 3. Output pins: OUT [15:0]. 4. Input signals generated from test pattern are latched in one cycle and are synchronized at clock rising edge.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:4713
    • 提供者:hugo
  1. edge

    0下载:
  2. 图像处理中边缘检测的VHDL源代码,所用的算法是garbor变换-Image processing edge detection of VHDL source code, the algorithms used are garbor transform
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-22
    • 文件大小:383759
    • 提供者:翁文天
  1. edge_check2

    0下载:
  2. 一种实用的上升沿检测程序,可用于上升沿检测,或根据上升沿生成高低电平等-Rising edge of a practical testing procedure can be used for rising edge detection, or generated in accordance with the high-low, such as rising edge
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-11
    • 文件大小:656
    • 提供者:fang
  1. edge_detection

    0下载:
  2. edge detection algorithm in verilog HDL, along with test bench file. compiled in modelsim6.1
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-07-12
    • 文件大小:35219
    • 提供者:yahyajan
  1. TIMEFACEDETECTIONANDLIPFEATUREEXTRACTIONUSINGFPGA

    1下载:
  2. Abstract—This paper proposes a new technique for face detection and lip feature extraction. A real-time field-programmable gate array (FPGA) implementation of the two proposed techniques is also presented. Face detection is based on a naive Bay
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-05-04
    • 文件大小:28409809
    • 提供者:ramanaidu
  1. sobel

    0下载:
  2. verilog sobel FPGA edge detection-Adopted verilog language realizes sobel edge detection in image processing algorithm
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-04-21
    • 文件大小:10240
    • 提供者:wkd
  1. New-Microsoft-Office-Word-Document

    0下载:
  2. VHDL EDGE DETECTION SYNOPSIS
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:252310
    • 提供者:aadi
  1. edge

    0下载:
  2. fpga边沿中断检测程序,本程序可以用nios II 仿真。-fpga edge interrupt detection procedures, the procedures can be used nios II simulation.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-28
    • 文件大小:11686412
    • 提供者:赵莉
  1. edge-detection1

    0下载:
  2. 基于FPGA开发环境,根据Sobel model算法,关于边缘检测的verilog代码。-the code of edge detection based on verilog.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:Oscar
  1. Extras_Edge_Detection

    0下载:
  2. Altera Edge Detection for FPGA
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-23
    • 文件大小:1120256
    • 提供者:frozeus
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com