资源描述:
《基于fpga的vga和hdmi视频拼接系统设计--学位论文.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、基于FPGA的VGA和HDMI视频拼接系统设计摘要随着图像显示技术的快速发展,图像用户界面和人机交互界面正朝着智能化、高速化、大屏幕化方向迈进。目前图像显示系统多数是采用早期的专用处理芯片,其运算速度和设计灵活性一般都较低。FPGA的发展为图像存储与显示系统的高速和高集成度提供了新的方法和解决思路,FPGA本身拥有着强大的逻辑资源,并利用片外的配置资源和模块化的设计思路,可实现图像存储与显示系统。论文采用Altera公司推出的CycloneIVFPGA,结合该系列芯片的结构特点,对其功能以及配置方式做了详细的说明,并简要的介
2、绍了系统设计中所涉及的软硬件开发环境和显示原理,重点研究基于FPGA的图像信号剪切、存储和显示,系统采用基于FPGA的高速阵列的信号处理模式,提出了一种基于硬件的图像存储与显示的视频拼接显示方法。该设计以FPGA为数字处理的核心,分为图像处理模块、图像存储模块和图像显示模块,通过处理输入的视频信号,把视频剪切成两部分,分别以VGA和HDMI在两个显示器里分别显示,实现了视频的拼接显示功能。关键字:FPGAVGAHDMI拼接显示VGAandHDMIvideosplicingFPGA-baseddisplayABSTRACTAs
3、theimageshowstherapiddevelopmentoftechnology,graphicaluserinterfaceandinteractiveinterfaceismovingintelligent,high-speed,largescreendirection.Atpresent,themajorityoftheimagedisplaysystemistheuseofdedicatedprocessingchipearly,usuallyitsspeedofoperationanddesignflexi
4、bilityarelow.FPGAdevelopmentforhigh-speedandhighlyintegratedimagestorageanddisplaysystemprovidesanewapproachandsolutionideas,FPGAitselfhasapowerfullogicresourcesanduseoff-chipresourceallocationandmodulardesignideascanberealizedImagesstorageanddisplaysystem.Thesis,A
5、lterahasintroducedCycloneIVFPGA,combinedwiththestructuralcharacteristicsofthechipsandtheirfunctionsaswellasadetailedconfigurationinstructions,andabriefdescriptionofthesysteminvolvedinthedesignofhardwareandsoftwaredevelopmentenvironmentanddisplayprinciplefocusCutima
6、gesignalbasedonFPGA,storageanddisplay,thesystemusesthesignalprocessingFPGA-basedhigh-speedmodearrays,weproposeahardware-basedimagestorageanddisplaymethodfordisplayingvideosplicing.ThedigitalprocessingdesignedtoFPGAcore,dividedintoanimageprocessingmodule,animagestor
7、agemoduleandanimagedisplaymodule,byprocessingtheinputvideosignal,thevideocutintotwoparts,respectivelyinthetwoVGAmonitorsandHDMILanerespectivelydisplay,toachieveavideomosaicdisplayfunction.Keywords:FPGAVGAHDMITiledDisplay目录1绪论12系统总体设计与技术基础22.1技术概述22.1.1AlteraFPGA介绍2
8、2.1.2显示原理32.1.3颜色空间42.1.4FPGA设计流程简介53系统硬件设计63.1FPGA器件选型及外围电路63.2FLASH电路设计83.3DDR2电路设计83.4视频输入电路设计103.5VGA接口电路设计113.6HDMI接口电路设计143.7硬件电路总体框图154软件部