freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

可編程脈沖信號發(fā)生器的設(shè)計-全文預(yù)覽

2025-09-15 09:45 上一頁面

下一頁面
  

【正文】 編程脈沖發(fā)生器的相關(guān)模塊 AT89C51 單片 機 AT89C51 單片機的結(jié)構(gòu) AT89C51單片機的內(nèi)部結(jié)構(gòu)包括 CPU、存儲器、并行接口、串行接口、定時計 /數(shù)器,其系統(tǒng)結(jié)構(gòu)圖如圖 11所示。 ,結(jié)合所學(xué) 51 系列單片機的基礎(chǔ)知識,用工作方式 1 下的定時加計數(shù)的方法實現(xiàn)對低頻信號指標(biāo)的控制,用自動重復(fù)賦初值的工作方式 2 下的定時器實現(xiàn)對高頻信號指標(biāo)的控制,用計數(shù)的方法實現(xiàn)對生發(fā)信號個數(shù)的控制。 (2) 脈沖信號個數(shù)參數(shù)由鍵盤輸入 脈沖個數(shù) 0 到 9999 可調(diào) 并由液晶顯示屏 指定位置 顯示。 本課題 運用單片機技術(shù) 解決以下問題: 、定時 /計數(shù)等 常用 功能 ,產(chǎn)生頻率、個數(shù)、占空比可調(diào)整的脈沖信號 。單片機是實現(xiàn)各種控制策略和算法的載體。 利用單片機采用程序設(shè)計方法來產(chǎn)生信號,其頻率底線很低 , 具有線路相對簡單,結(jié)構(gòu)緊湊,價格低廉,頻率穩(wěn)定度高,抗干擾能力強,用途廣泛等優(yōu)點,并且能夠?qū)Σㄐ芜M行細微調(diào)整 。而由硬件電路構(gòu)成的低頻信號 發(fā)生器 性能難以令人滿意,而且由于低頻信號源所需的 RC要很大 , 體積大,漏電, 大電阻、大電容在制作上亦有很大的難度, 損耗顯著更是其致命的弱點。信號發(fā)生器 的 種類 比 較多,性能 也千差萬別 ,但它們都可以產(chǎn)生不同頻率的調(diào)頻波信號、調(diào)幅波 、 正弦波,以及各種鋸齒波、三角波、方波和正負脈沖波等 信號 。 本課題 設(shè)計 所要達到的指標(biāo)要求: (1)脈沖信號頻率 到 50KHZ 可調(diào)并在液晶顯示屏指定位置顯示。利用在工作方式 1 下的定時器和計數(shù)輸出低頻脈沖信號,以及在工作方式 2 下能夠自動重復(fù)賦初值的定時器輸出高頻脈沖信號,從而使頻率和占空比滿足指標(biāo)要求。復(fù)位電路采用上電復(fù)位和手動復(fù)位的復(fù)合復(fù)位方式,保證單片機在上電和程序運行進入死循環(huán)時,單片機均能正常復(fù)位。關(guān)鍵的是,脈沖信號頻率 、 脈沖個數(shù)和脈沖占空比 可調(diào)節(jié),可通過鍵盤輸入并由顯示器顯示出來。 關(guān)鍵詞: 單片機,脈沖信號,頻率,脈沖個數(shù),占空比 洛陽理工學(xué)院畢業(yè)設(shè)計(論文) II Programmable pulse signal generator design ABSTRACT The programmable pulse signal generator based on single chip, through the 4x4 noncoding matrix keyboard inputing pulse signal parameters of frequency, duty cycle and pulse number, pulse signal is sent to meet the targets of signal processing related parameters are displayed on the setting position on the liquid crystal. The reset circuit by poweron reset and manual reset, ensure the SCM in power and run into dead circulation can be reset. Use in work mode 1 timer and counter output low frequency pulse signal, and in work mode 2 to timer output high frequency pulse signal ,automaticly repeat initialization, so as to make the frequency and duty ratio meet the requirements. Through the program design, the microcontroller each signal and then wait for the reset signal, the signal at the output of the pulse next time, effectively improve the efficiency in the use of singlechip microputer. The subject of the use of singlechip technology, which achieved through the corresponding software and the simple peripheral hardware circuit. The advantages of which are the small interference of the pulse signal, output stability, high reliability, friendly manmachine interface, easy operation, low cost, portability, scalability strong. The keys, pulse frequency, pulse number and pulse duty ratio are adjustable, which can be inputed through the keyboard and displayed through LCD. The requirements of this topic design: (1) The pulse signal frequency of to 50KHZ is adjustable and can be displaied on the specify location in the LCD screen. (2) Pulse signal number of 0 to 9999 is adjusted and can be displaied on the specify location in the LCD screen. (3) Pulse duty ratio is adjustable and can be displaied on the specify location in the LCD screen. KEY WORDS: single chip puter, pulse,hardware circuit, pulse number,duty ratio 洛陽理工學(xué)院畢業(yè)設(shè)計(論文) III 目 錄 前 言 ....................................................................................................... 1 第 1 章 可編程脈沖發(fā)生器的相關(guān)模塊 ............................................ 4 AT89C51 單片 機 .......................................................................... 4 AT89C51 單片機的結(jié)構(gòu) ................................................... 4 AT89C51 單片機的引腳功能 ........................................... 5 AT89C51 單片機的中斷系統(tǒng) ......................................... 9 AT89C51 單片機的 定時 /計數(shù)器 ..................................11 SMC 1602A LCD 液晶顯示屏 .................................................. 12 第 2 章 可編程脈沖信號發(fā)生器的硬件設(shè)計 ..................................... 14 硬件系統(tǒng)的總體設(shè)計 ............................................................. 14 系統(tǒng)的總體框圖 ........................................................... 14 原理闡述 ........................................................................ 14 硬件系統(tǒng)各部分構(gòu)成 ............................................................. 14 電源電路 ......................................................................... 14 矩陣鍵盤 ......................................................................... 15 脈沖信號輸出電路 ........................................................ 16 系統(tǒng)電路原理圖 ....................................................................... 19 第 3 章 可 編程脈沖信號發(fā)生器的軟件設(shè)計 ..................................... 20 矩陣鍵盤的程序設(shè)計 .............................................................. 20 液晶屏 顯示的程序設(shè)計 .......................................................... 21 脈沖生成的程序設(shè)計 .............................................................. 23 程序流程圖 ............................................................................... 24 主程序流程圖 ................................................................ 24 鍵盤分析子程序流程圖 ................................................ 25 顯示子程序流程圖 ........................................................ 26 數(shù)值處理子程序流程圖 ................................................ 27 脈沖信號生成子程序流程圖 ........................................ 28 ............................................................................ 28 洛陽理工學(xué)院畢業(yè)設(shè)計(論文) IV 第 4 章 可編程脈沖信號發(fā)生器的程序編譯、調(diào)試及仿真 ............ 29 系統(tǒng) 程序的編譯 ....................................................................... 29 系統(tǒng)調(diào)試 ................................................................................... 30 硬件調(diào)試 .......................................................................... 30 軟件調(diào)試 .......................................................................... 30 系統(tǒng)仿真 ................................................................................... 32 系統(tǒng)仿真圖 ...................................................................... 32 系統(tǒng)的改善 ...................................................................... 35 結(jié) 論 ..................................................................................................... 36 謝 辭 ...............................................................
點擊復(fù)制文檔內(nèi)容
研究報告相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1