资源描述:
《基于FPGA的微波炉控制器【毕业论文】》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、本科毕业设计(20届)基于FPGA的微波炉控制器摘要本文主要介绍了一个微波炉控制器,分别由基本原理和各个模块功能来介绍,并采用了VHDL语言实现了这种控制器的程序设计本次设计采用分成多个模块来进行运行和仿真,这种方法能及时发现发现子模块和系统中的错误并加以修改,从而提高系统设计的效率。该微波炉控制器程序利用QuartusⅡ工具软件完成了编译仿真验证,共分为四个模块:数据装载模块,其功能是根据控制信号选择定时时间,测试数据或计时完成信息的载入;烹饪计时模块,其功能是对时钟进行减法计数,提供烹饪完成时的状态信号;显示
2、译码模块,其功能是显示微波炉控制器的各状态信息;状态控制模块,其功能是控制微波炉工作过程中的状态转换,并发出相关控制信号。该微波炉还具有解冻、烹调和烧烤三种不同的功能。而功率调整的控制方法是通过对磁控管间歇通电来实现的。所有的功能都分别用VHDL语言一个模块一个模块的进行编程实现,先实现其部分功能,再用QuartusII软件进行编译仿真。关键词:FPGA;VHDL语言;控制器AbstractThispaperdescribesamicrowaveovencontroller,respectively,fromth
3、ebasicprinciplesandfunctionsofeachmoduletointroduceanduseofVHDLlanguageprogrammingofthiscontrollerusesthisdesigntoberunningintomultiplemodulesandsimulation,thisMethodcandetectsub-moduleandthesystemfoundtheerrorandmodifytoimprovetheefficiencyofsystemdesign.The
4、microwaveovencontrollersoftwaretoolsprogramusedtocompletetheQuartusⅡcompiledsimulation,Dividedintofourmodules;Dataloadingmodule,itsfunctionistoselectthetimecontrolsignalbasedontime,testdataorinformationincludedtimetocomplete;Cookingtimemodule,itsfunctionistos
5、ubtracttheclockcount,thestateprovidescookingcompletionsignal;Displaydecodingmodule,itsfunctionistodisplaystatusinformationofeachmicrowaveovencontroller;Statecontrolmodule,itsfunctionistocontrolthemicrowaveovenintheprocessofstatetransitionwork,andissuedtherele
6、vantcontrolsignals;Themicrowaveovenalsohasthethawing,cookingandbarbecuethreedifferentfunctions.Thepoweradjustmentcontrolmethodisintermittentlyenergizedbythemagnetrontoachieve.Allthefunctionsare,respectively,VHDL,amodulewithamoduleoftheprogramming,thefirsttoac
7、hievesomeofitsfunctions,andthencompiletheQuartusIIsoftwaresimulation.KeyWords:FPGA;VHDLlanguage;controller目录1引言11.1产品的背景介绍11.2国内产品发展的现状11.3产品的发展趋势21.4微波简介22微波炉控制器的实现方案42.1微波炉控制器的功能42.2实现方案比较42.2.1基于单片机控制的微波炉控制器的设计42.2.2采用模糊设计实现微波炉控制器的设计42.2.3采用FPGA设计实现微波炉控制器的
8、设计53基于FPGA的微波炉控制器的设计63.1系统设计总体方案63.2微波炉控制器各个模块的功能73.3系统测试与分析73.4各个模块的实现及其仿真73.4.1数据装载模块73.4.2烹饪计时模块93.4.3显示译码模块123.4.4控制状态模块133.4.5分频器的设定143.4.6微波炉的温控系统153.5顶层模块仿真174总结18致谢19参考文献20附录1顶层框图