Overview Input Clock = 24Mhz Preview VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Capture VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Output Format YCbCr 4:2:2 (ITU 656) YCbCr to RGB conversion R = Y + (351*(Cr – 128)) >> 8 G = Y – (179*(Cr – 128) + 86*(Cb – 128))>>8 B = Y + (443*(Cb – 128)) >> 8
资源简介:Overview Input Clock = 24Mhz Preview VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Capture VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Output Format YCbCr 4:2:2 (ITU 656) YCbCr to RGB conversion R = Y + (351*(Cr – 128)) >> 8 G = Y – (179*(Cr – 12...
上传时间: 2013-12-24
上传用户:远远ssad
资源简介:VGA编程。实现3种模式的VGA控制,分别产生横彩条,竖彩条,棋格彩条的显示
上传时间: 2014-01-08
上传用户:Shaikh
资源简介:VGA显示驱动,在EDA中实现对VGA显示器的驱动控制。
上传时间: 2014-11-05
上传用户:15736969615
资源简介:VGA图象显示控制器设计,实现在VGA显示器上显示图象.
上传时间: 2015-07-12
上传用户:duoshen1989
资源简介:基于FPGA的VGA显示器彩条发生器 是必备的VGA原码控制
上传时间: 2013-12-18
上传用户:zhyiroy
资源简介:VGA显示接口的verilog控制程序。用于VGA显示器的控制驱动
上传时间: 2014-08-13
上传用户:kelimu
资源简介:复合视频转VGA-SAA7111与AL250电路 Composite video to VGA-SAA7111 Circuit and AL250
上传时间: 2017-08-07
上传用户:redmoons
资源简介:When a system designer specifies a nonisolated dc/dc powermodule, considering the needed input voltage range isequally as important as considering the required performanceattributes and features. Generally, nonisolated moduleshave either a ...
上传时间: 2014-12-24
上传用户:dragonhaixm
资源简介:显卡所处理的信息最终都要输出到显示器上,显卡的输出接口就是电脑不显示器之间的桥梁,它负责向显示器输出相应的图像信号。CRT显示器因为设计制造上的原因,只能接受模拟信号输入,这就需要显卡能输入模拟信号。VGA接口就是显卡上输出模拟信号的接口,VGA(V...
上传时间: 2013-10-22
上传用户:macarco
资源简介:The main oscillator allows either a crystal or single-ended input clock signal. Cost-sensitiveapplications typically use an external crystal with the on-chip oscillator circuit since it is the mostcost-effective solution. It is also possibl...
上传时间: 2013-10-14
上传用户:pol123
资源简介:一个简单的SPI IP核,SPI Core Specifications 可以从说明文档中找到! The simple Serial Peripheral Interface core is an enhanced version of the Serial Peripheral Interface found on Motorola s M68HC11 family of CPUs. The Serial Peripher...
上传时间: 2015-09-17
上传用户:TRIFCT
资源简介:用verilog hdl实现的VGA显示彩条信号,其中包括VGA时序、竖彩条、横彩条、棋盘格
上传时间: 2016-06-29
上传用户:yangbo69
资源简介:基于FPGA的VGA彩条显示程序,共开发VGA的朋友参考。没有采用DA,因此只有8中颜色(输出直接连到VGA的RGB)。其中行、场同步部分用计数器完成。程序用VHDL编写。
上传时间: 2014-02-18
上传用户:yan2267246
资源简介:1. Scope ......................................................................................................................................................................... 12. DDR4 SDRAM Package Pinout and Addressing ...................
上传时间: 2022-01-09
上传用户:
资源简介:ADS8329 Verilog fpga 驱动源码,2.7V 至 5.5V 16 位 1MSPS 串行模数转换器 ADC芯片ADS8329数据采集的verilog代码,已经用在工程中,可以做为你的设计参考。( input clock, input timer_clk_r, input reset, output reg sample_over, output reg ad_con...
上传时间: 2022-01-30
上传用户:1208020161
资源简介:随着当今科学技术的迅猛发展,数字图像处理技术正在各个行业得到广泛的应用,而FPGA技术的不断成熟改变了通常采用并行计算机或数字信号处理器(DSP)、专用集成电路(ASIC)等作为嵌入式处理器的惯例。可编程逻辑器件(FPGA)凭借其较低的开发成本、较高的并行处理...
上传时间: 2013-08-05
上传用户:woshiyaosi
资源简介:文中基于对微处理器S3C2440A的显示控制模块和高性能视频D/A芯片ADV7120的研究,提出了一种便携式视频展示台的设计方案。本方案采用130万像素的OV9650摄像头采集实物、文档、图片或者过程的图像数据,利用S3C2440自带的LCD控制器来产生符合VGA显示要求的时序...
上传时间: 2013-10-24
上传用户:123454
资源简介:many application on kit SP-3: VGA, digital clock, counter, interface PS2....
上传时间: 2017-04-17
上传用户:talenthn
资源简介:FPGA读取OV5640摄像头数据并通过VGA或LCD屏显示输出的Verilog逻辑源码Quartus工程文件+文档说明,FPGA型号Cyclone4E系列中的EP4CE6F17C8,Quartus版本17.1。module top( input clk, input ...
上传时间: 2021-12-18
上传用户:
资源简介:基于FPGA设计的字符VGA LCD显示实验Verilog逻辑源码Quartus工程文件+文档说明,通过字符转换工具将字符转换为 8 进制 mif 文件存放到单端口的 ROM IP 核中,再从ROM 中把转换后的数据读取出来显示到 VGA 上,FPGA型号Cyclone4E系列中的EP4CE6F17C8,Quartus...
上传时间: 2021-12-18
上传用户:
资源简介:基于FPGA设计的VGA显示测试实验Verilog逻辑源码Quartus工程文件+文档说明,FPGA型号Cyclone4E系列中的EP4CE6F17C8,Quartus版本17.1。module top( input clk, input rst_n, //VGA outpu...
上传时间: 2021-12-19
上传用户:kingwide
资源简介:This reference design (RD) features a fullyassembled and tested surface-mount printed circuitboard (PCB). The RD board utilizes the MAX48851:2 or 2:1 multiplexer and other ICs to implement acomplete video graphics array (VGA) 8:1multiplexer...
上传时间: 2013-11-09
上传用户:ANRAN
资源简介: The MAX14885E, a 2:2 VGA switch, connects a VGA source to a VGA monitor. To ease direct connection to graphics controllers orthe ASIC, the MAX14885E has two supplies: VCC, a 5V ±5% supply, drives the VGA side interface; and the VL sup...
上传时间: 2013-10-23
上传用户:wuchunzhong
资源简介:All inputs of the C16x family have Schmitt-Trigger input characteristics. These Schmitt-Triggers are intended to always provide proper internal low and high levels, even if anundefined voltage level (between TTL-VIL and TTL-VIH) is external...
上传时间: 2013-10-23
上传用户:copu
资源简介:基于FPGA的VGA控制器设计。对外支持普通VGA接口,以600×480的分辨率和60Hz扫描率为例。对内支持NIOSII软核接口。
上传时间: 2014-01-08
上传用户:标点符号
资源简介:s3c2410 ads下的测试程序移植到 iar ewarm v5.2;包括 Please select function : 0 : Please input 1-14 to select test 1 : Real time clock display 2 : 4 key array test 3 : Buzzer test 4 : ADC test 5 : IIC EEPROM test 6 : Touchpane...
上传时间: 2016-10-01
上传用户:225588
资源简介: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...
上传时间: 2013-12-13
上传用户:himbly
资源简介: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...
上传时间: 2014-01-20
上传用户:三人用菜
资源简介:编译器设计入门 内容 n Introduction n Setting Up the Tutorial n Graphical Interface n The Alarm Clock Design n Setting Design Environment n Setting Design Constraints n Overview of Optimization Phases n Analysis of Report
上传时间: 2014-01-15
上传用户:hzy5825468
资源简介:FPGA采样AD9238数据并通过VGA波形显示例程 Verilog逻辑源码Quartus工程文件+文档说明,FPGA型号Cyclone4E系列中的EP4CE6F17C8,Quartus版本17.1。ADC 模块型号为 AN9238,最大采样率 65Mhz,精度为12 位。实验中把 AN9238 的 2 路输入以波形方式在 HDMI 上显示...
上传时间: 2021-10-27
上传用户:qingfengchizhu