(论文 字数:1804 页数:5 带程序)摘要:视频图象复合同步信号由奇偶2场(1帧)重复组成,每场312.5行,由均衡脉冲、槽脉冲、行同步信号组成。 本课题根据计数器的原理,利用VHDL作为设计的手段,在Altera公司的Quartus II软件环境下设计一个视频图像同步信号处理电路,以完成视频图像信号中的复合同步信号的产生。 本文详细论述了视频图像同步信号处理电路设计思路,具体的程序设计及程序仿真产生的波形信号。
关键词:VHDL ,视频图像复合同步信号
Abstract:Video composite synchronization signals from parity 2 Course (1) of repeat, 312.5 per game trip which Balanced by the pulse, pulse groove, to sync signal components. According to counter this topic Principle, Using VHDL design as a means of and In Altera's Quartus II software design environment of a video sync signal processing circuit, to complete the formation of composite sync signal. This paper discusses in detail the video sync signal processing circuit design ideas, Specific procedures for the design and simulation procedures generated signal waveforms.
Key Word: VHDL Composite video sync signal
目录
一、概述 二、程序设计 三、仿真实现 四、总结
一、概述 根据本次设计要求将使用VHDL语言和Quartus II软件。 VHDL是一种硬件描述语言,主要用于描述数字系统的结构,行为,功能和接口。其程序结构特点是将一项工程设计,或称设计实体(可以是一个元件、一个电路模块或一个系统)分成外部(或称可视部分,及端口)和内部(或称不可视部分),涉及实体的内部功能和算法完成部分。由于这种语言极为正式及规范,适合初学者使用。 Quartus II软件是Altera的综合开发工具,它集成了Altera的FPGA/CPLD开发流程中所涉及的所有工具和第三方软件接口。通过使用此综合开发工具,设计者可以创建、组织和管理自己的设计。它提供完整的多平台设计环境,可以轻易地满足特定的设计需求,现已成为最主流的仿真软件。 |