资源描述:
《数字电压表设计_毕业设计论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要随着电子科学技术的发展,电子测量成为广大电子工作者必须掌握的手段,对测量的精度和功能的要求也越来越高,而电压的测量甚为突出。传统的指针式电压表功能单一、精度低,不能满足数字化时代的需求,而采用单片机的数字电压表,由于精度高、抗干扰能力强,可扩展性强、集成方便,还可与PC进行实时通信数字电压表是采用数字化测量技术。该设计主要由四个模块组成:A/D转换模块,数据处理模块、显示模块及独立键盘模块。A/D转换主要由芯片ADC0809来完成,它负责把采集到的模拟量转换为相应的数字量在传送到数据处理模块。数据处理则由芯片AT89C52来完成,它控制着ADC0809芯片工作,还负
2、责把ADC0809传送来的数字量经过一定的数据处理,产生相应的显示码送到显示模块进行显示。本设计通过A/D转换模块,数据处理模块及显示模块,实现了对模拟电压的转换,并通过软件实现了在数码管上显示。虽然有一点误差,但基本实现了技术指标中的要求。关键词:数字电压表;模数转换;AT89S52;ADC080944ABSTRACTWiththedevelopmentofelectronictechnology,electronicmeasurementelectronicsworkersmustbecomethemasterofthemethod,themeasurementac
3、curacyandfunctionalrequirementsareincreasinglyhigh,whilethevoltagemeasurementisveryprominent.functionpointervoltmetertraditionalsingle,lowaccuracy,cannotmeetthedemandofdigitalera,andtheuseofsinglechipdigitalvoltagemeter,becauseofhighaccuracy,stronganti-interferenceability,expansibility,c
4、onvenientintegrationwithpc,cancommunicateinrealtimedigitalvoltagemeterisusedindigitalmeasurementtechnology.Thedesignconsistsofthreemainmodules:a/dconversionmodule,dataprocessingmoduleanddisplaymodule.a/dconversionismainlycompletedbytheadc0809,itisresponsibletocollecttheanalogconversionto
5、digitalquantitycorrespondingtothetransmittedtothedataprocessingmodule.dataprocessingismainlycompletedbytheat89c52chip,itcontrolstheadc0809chip,isalsoresponsibleforthedigitaladc0809transmission44afterdataprocessing,thegeneratedcodetodisplaythedisplaymoduletodisplaythecorresponding.Thisdes
6、ignthroughthea/dconversion,dataprocessingmoduleanddisplaymodule,realizestheconversionoftheanalogvoltage,andrealizedbysoftwareinthedigitaltubedisplay.althoughthereisalittlebiterror,butthebasicrealizationofthetechnicalindexrequirements.Keywords:digitalvoltage;a/dconversion;at89s52;adc08094
7、4目录1总体设计61.1设计目的61.2功能要求61.3系统设计61.4设计思路61.5设计方案61.6总体设计框图72硬件电路设计82.1核心元器件介绍82.2其它部分电路介绍112.3电路原理图、CAD电路原理图、PCB图、元件布局图122.4元件清单123软件设计133.1ADC0809模块133.2单片机模块133.3按键模块133.4显示模块133.5程序流程图133.6程序清单163.7程序说明16444调试仿真及结论174.1仿真结果174.2设计体会184.3教学建议18结束语19致谢20参考文献21附录21附录A原理图2