單片機(jī)控制多功能信號發(fā)生器.doc
約34頁DOC格式手機(jī)打開展開
單片機(jī)控制多功能信號發(fā)生器, 1.15萬字我自己的畢業(yè)論文,原創(chuàng)的,已經(jīng)通過校內(nèi)系統(tǒng)檢測,僅在本站獨(dú)家出售,重復(fù)率低,大家放心下載使用 摘要 單片微型計算機(jī)作為微型計算機(jī)的一個很重要的分支,自其誕生以來,憑借其極高的性價比以及高集成度,體積小,高可靠性、控制功能強(qiáng)等一系列人所共知的優(yōu)點(diǎn),越來越多的工程技術(shù)人員在工程設(shè)計中...
內(nèi)容介紹
此文檔由會員 淘寶大夢 發(fā)布
單片機(jī)控制多功能信號發(fā)生器
1.15萬字
我自己的畢業(yè)論文,原創(chuàng)的,已經(jīng)通過校內(nèi)系統(tǒng)檢測,僅在本站獨(dú)家出售,重復(fù)率低,大家放心下載使用
摘要 單片微型計算機(jī)作為微型計算機(jī)的一個很重要的分支,自其誕生以來,憑借其極高的性價比以及高集成度,體積小,高可靠性、控制功能強(qiáng)等一系列人所共知的優(yōu)點(diǎn),越來越多的工程技術(shù)人員在工程設(shè)計中青睞單片機(jī)。現(xiàn)階段,單片機(jī)已經(jīng)廣泛的應(yīng)用在智能儀器儀表、機(jī)電設(shè)備過程控制、自動檢測、家用電器和數(shù)據(jù)處理等各個領(lǐng)域。
論文設(shè)計的是一個由單片機(jī)控制的多功能信號發(fā)生器。設(shè)計目標(biāo)是使大學(xué)生通過這一實踐環(huán)節(jié),增強(qiáng)單片機(jī)擴(kuò)展接口設(shè)計及其實際應(yīng)用能力。設(shè)計需要完成的主要功能有:單片機(jī)所需平穩(wěn)電壓的獲得,8K字節(jié)固化程序存儲能力以及功能的拓展,七段數(shù)碼顯示器,3×4的12位矩陣鍵盤,波形產(chǎn)生與電壓變換功能,具有8位精度的D/A轉(zhuǎn)換功能,時鐘電路與復(fù)位電路以及相關(guān)的軟件設(shè)計。
本設(shè)計以 Intel 8031單片機(jī)為核心,配備相應(yīng)的外設(shè)電路,用匯編語言進(jìn)行開發(fā),組成一個多功能信號發(fā)生器。硬件電路設(shè)計包含三部分內(nèi)容:一是電源部分設(shè)計;二是系統(tǒng)擴(kuò)展,即單片機(jī)內(nèi)部的功能單元(如ROM、I/O、定時/計數(shù)器、中斷系統(tǒng)等)容量不能滿足應(yīng)用系統(tǒng)要求時,必須進(jìn)行片外擴(kuò)展,選擇適當(dāng)芯片,設(shè)計適當(dāng)電路;三是系統(tǒng)配備,即按照系統(tǒng)要求配備外設(shè),如鍵盤、LED顯示等。
關(guān)鍵詞:單片機(jī) 控制信 號發(fā)生器
Multi-functional singal-generator Control By Singal-chip Micro-computer
Abstract Single chip microcomputer (SCM) as an important branch of microcomputer, since it was born to now, with its high cost performance, and the advantages of a series of consensus by attention by more and more engineering and technical personnel.Now, single-chip microcomputer has been widely used in intelligent instruments and meters, electrical and mechanical equipment, process control, automatic detection, each respects such as household appliances and data processing.
Thesis design is a single-chip microcomputer control of multi-function signal generator.The design purpose is to make students through this practice, ability of single-chip microcomputer extended interface design and its practical application.The software of this system can be run in DOS and Windows series of operating system platform.
This system with Intel 8031 single chip microcomputer as the core, configure corresponding peripheral interface circuit, using assembly language development, consisting of a single chip microcomputer control multi-function signal generator.Hardware circuit design includes three parts: part one is the power design;Second is the extension system, namely the internal functions of the microcontroller unit (such as ROM, I/O, timer/counter, interrupt system, etc.) capacity can not meet the requirement of the application system, must be to scale out, choosing appropriate chip, design appropriate circuit.Three is the system configuration, that is, according to the function demand of peripherals, such as keyboard, D/A conversion, etc.
Key words: single chip microcomputer Control Signal generator
目錄
第一章 緒論 5
1.1研究的背景、意義 5
1.2本課題主要的研究內(nèi)容 5
第二章 系統(tǒng)設(shè)計 6
2.1 總體硬件電路設(shè)計 6
2.2 Intel 8031單片機(jī)介紹 7
第三章 系統(tǒng)硬件設(shè)計 8
3.1電源設(shè)計 8
3.2存儲器接口設(shè)計 10
3.3顯示器接口設(shè)計 12
3.4鍵盤接口設(shè)計 13
3.4.1鍵盤輸入的作用 13
3.4.2鍵盤工作原理 14
3.4.3按鍵的識別方法 14
3.4.4鍵盤的工作方式 14
3.4.5鍵值的確定 15
3.5 波形產(chǎn)生與電壓交換 15
第四章 系統(tǒng)軟件設(shè)計 17
4.1 軟件總體設(shè)計 17
4.2 功能軟件設(shè)計 18
4.2.1 初始化程序設(shè)計 18
4.2.2 鍵盤掃描及處理程序 18
4.2.3 中斷服務(wù)程序 21
4.2.4 波形發(fā)生程序 23
第五章 系統(tǒng)測試 29
5.1 系統(tǒng)使用說明 29
5.2 Proteus仿真結(jié)果 31
結(jié) 論 33
致 謝 34
參考文獻(xiàn) 35
1.15萬字
我自己的畢業(yè)論文,原創(chuàng)的,已經(jīng)通過校內(nèi)系統(tǒng)檢測,僅在本站獨(dú)家出售,重復(fù)率低,大家放心下載使用
摘要 單片微型計算機(jī)作為微型計算機(jī)的一個很重要的分支,自其誕生以來,憑借其極高的性價比以及高集成度,體積小,高可靠性、控制功能強(qiáng)等一系列人所共知的優(yōu)點(diǎn),越來越多的工程技術(shù)人員在工程設(shè)計中青睞單片機(jī)。現(xiàn)階段,單片機(jī)已經(jīng)廣泛的應(yīng)用在智能儀器儀表、機(jī)電設(shè)備過程控制、自動檢測、家用電器和數(shù)據(jù)處理等各個領(lǐng)域。
論文設(shè)計的是一個由單片機(jī)控制的多功能信號發(fā)生器。設(shè)計目標(biāo)是使大學(xué)生通過這一實踐環(huán)節(jié),增強(qiáng)單片機(jī)擴(kuò)展接口設(shè)計及其實際應(yīng)用能力。設(shè)計需要完成的主要功能有:單片機(jī)所需平穩(wěn)電壓的獲得,8K字節(jié)固化程序存儲能力以及功能的拓展,七段數(shù)碼顯示器,3×4的12位矩陣鍵盤,波形產(chǎn)生與電壓變換功能,具有8位精度的D/A轉(zhuǎn)換功能,時鐘電路與復(fù)位電路以及相關(guān)的軟件設(shè)計。
本設(shè)計以 Intel 8031單片機(jī)為核心,配備相應(yīng)的外設(shè)電路,用匯編語言進(jìn)行開發(fā),組成一個多功能信號發(fā)生器。硬件電路設(shè)計包含三部分內(nèi)容:一是電源部分設(shè)計;二是系統(tǒng)擴(kuò)展,即單片機(jī)內(nèi)部的功能單元(如ROM、I/O、定時/計數(shù)器、中斷系統(tǒng)等)容量不能滿足應(yīng)用系統(tǒng)要求時,必須進(jìn)行片外擴(kuò)展,選擇適當(dāng)芯片,設(shè)計適當(dāng)電路;三是系統(tǒng)配備,即按照系統(tǒng)要求配備外設(shè),如鍵盤、LED顯示等。
關(guān)鍵詞:單片機(jī) 控制信 號發(fā)生器
Multi-functional singal-generator Control By Singal-chip Micro-computer
Abstract Single chip microcomputer (SCM) as an important branch of microcomputer, since it was born to now, with its high cost performance, and the advantages of a series of consensus by attention by more and more engineering and technical personnel.Now, single-chip microcomputer has been widely used in intelligent instruments and meters, electrical and mechanical equipment, process control, automatic detection, each respects such as household appliances and data processing.
Thesis design is a single-chip microcomputer control of multi-function signal generator.The design purpose is to make students through this practice, ability of single-chip microcomputer extended interface design and its practical application.The software of this system can be run in DOS and Windows series of operating system platform.
This system with Intel 8031 single chip microcomputer as the core, configure corresponding peripheral interface circuit, using assembly language development, consisting of a single chip microcomputer control multi-function signal generator.Hardware circuit design includes three parts: part one is the power design;Second is the extension system, namely the internal functions of the microcontroller unit (such as ROM, I/O, timer/counter, interrupt system, etc.) capacity can not meet the requirement of the application system, must be to scale out, choosing appropriate chip, design appropriate circuit.Three is the system configuration, that is, according to the function demand of peripherals, such as keyboard, D/A conversion, etc.
Key words: single chip microcomputer Control Signal generator
目錄
第一章 緒論 5
1.1研究的背景、意義 5
1.2本課題主要的研究內(nèi)容 5
第二章 系統(tǒng)設(shè)計 6
2.1 總體硬件電路設(shè)計 6
2.2 Intel 8031單片機(jī)介紹 7
第三章 系統(tǒng)硬件設(shè)計 8
3.1電源設(shè)計 8
3.2存儲器接口設(shè)計 10
3.3顯示器接口設(shè)計 12
3.4鍵盤接口設(shè)計 13
3.4.1鍵盤輸入的作用 13
3.4.2鍵盤工作原理 14
3.4.3按鍵的識別方法 14
3.4.4鍵盤的工作方式 14
3.4.5鍵值的確定 15
3.5 波形產(chǎn)生與電壓交換 15
第四章 系統(tǒng)軟件設(shè)計 17
4.1 軟件總體設(shè)計 17
4.2 功能軟件設(shè)計 18
4.2.1 初始化程序設(shè)計 18
4.2.2 鍵盤掃描及處理程序 18
4.2.3 中斷服務(wù)程序 21
4.2.4 波形發(fā)生程序 23
第五章 系統(tǒng)測試 29
5.1 系統(tǒng)使用說明 29
5.2 Proteus仿真結(jié)果 31
結(jié) 論 33
致 謝 34
參考文獻(xiàn) 35
TA們正在看...
- 房產(chǎn)銷售置業(yè)顧問必備基礎(chǔ)知識.doc
- 房價的影響因素分析及預(yù)測模型.doc
- 房地產(chǎn)15個經(jīng)典說辭.doc
- 房地產(chǎn)o2o風(fēng)口,新房銷售模式四大變革營銷總必看.doc
- 房地產(chǎn)七夕活動主題名稱大全.doc
- 房地產(chǎn)專業(yè)基礎(chǔ)知識+房地產(chǎn)英語常用詞匯大全.doc
- 房地產(chǎn)專業(yè)術(shù)語中英文對照資料.doc
- 房地產(chǎn)專業(yè)術(shù)語名詞解釋資料.doc
- 房地產(chǎn)業(yè)務(wù)會計核算操作指引.doc
- 房地產(chǎn)業(yè)營改增稅收政策指引.doc