日韩精品极品视频在线观看免费,天天夜碰日日摸日日澡性色AV,精品国产福利在线观看网址,亚洲第一区欧美国产综合

基于單片機的語音錄放系統的研究.doc

約32頁DOC格式手機打開展開

基于單片機的語音錄放系統的研究,論文標準word格式排版 32頁摘要隨著公安、鐵路等部門對語音記錄的需求不斷增長,出現了許多聲音處理的產品。而數字錄音系統作為其中的一種,經常用于某些監(jiān)控對話系統中,在適當的時候用語音實時報告系統的工作狀態(tài)和提示信號等。本文介紹了一種用單片機實現的嵌入式數字錄音系統,該系統為一個數字錄音模塊,可以將其封裝在上面進行二次...
編號:25-259684大小:596.71K
分類: 論文>電氣自動化/電力論文

內容介紹

此文檔由會員 莎士比亞 發(fā)布

論文標準WORD格式排版 32頁

摘 要
隨著公安、鐵路等部門對語音記錄的需求不斷增長,出現了許多聲音處理的產品。而數字錄音系統作為其中的一種,經常用于某些監(jiān)控對話系統中,在適當的時候用語音實時報告系統的工作狀態(tài)和提示信號等。
本文介紹了一種用單片機實現的嵌入式數字錄音系統,該系統為一個數字錄音模塊,可以將其封裝在上面進行二次開發(fā)。它采用數字錄音的原理,錄音時,單片機的CPU將語音信號轉換為數字信號,存儲存儲器中。播放的時候,既可以播放錄音文件,也可以播放提前存入存儲器中的語音文件。本文首先介紹了實現嵌入式錄音的幾種技術,然后介紹了數字錄音的原理,在這之后進行了系統的總體結構設計和詳細的軟硬件設計,給出了系統調試過程和實驗結果。最后,對系統的應用前景進行了分析并提出了改進設想。
從實驗結果來看,本論文所設計的嵌入式數字錄音系統穩(wěn)定性較好。當然要真正做到商業(yè)化還需要做很多的改進工作,但它對許多要求錄放的場合是十分有用的。

關鍵詞: 嵌入式系統;數字錄音;Flash Memory


ABSTRACT

With the growth of the need for sound record in the department of Gongan and Railway, many products for sound disposal have appeared. As one sort of the products, digital recording system is mainly used in the systems of industrial watch and automatic responsion, reporting timely the State of working and warning information, prompt information and explanation.
The paper has devised the embedded system of digital recording on the basis of the principle of digital recording. When recording, the microcontroller will convert the analog signals into the digital signals and then store the digital signals in the Flash Memory. While playing the sound, the recording file or the .wav file can be both played. The paper firstly introduces several ways of designing the system,then the principle of digital recording, and then the main architecture of the system and the devising of the hardware and software. At last the future of the system and some thinking of promoting is provided.
The embedded system of digital recording is proved to be stable after the test of it. Obviously the system has to be promoted before its commercialization,yet it is useful highly for the situation needing recording

Keywords: the embedded system;digital recording;Flash Memory

目 錄

摘要 I
ABSTRACT II
第1章 緒 論 1
1.1論文背景 1
1 .2 當前嵌入式錄音系統實現的方案 2
1.2.1語音芯片的采用 2
1.2.2 DSP芯片的采用 3
1.3 本論文的任務 4
第2章 數字錄音的基本原理 6
2.1模擬聲頻和數字聲頻 6
2.2數字音頻技術的概念 6
2.3語音信號的數字化 8
2.3.1取樣 8
2.3.2量化 9
2.3.3編碼 10
2.4數字信號的檢錯、糾錯及模擬信號的恢復 10
2.4.1數字信號的檢錯和糾錯 10
2.4.2模擬信號的恢復 11
第三章 系統的硬件設計 12
3.1系統的硬件總體設計 12
3.2 C8051F020的簡介 14
3.2.1 微處理器 14
3.2.2 C8051F020的資源和特性 16
3.3 Flash Memory 17
3.4 輸入放大電路和輸出電路的設計 18
第四章 系統的軟件設計 20
4.1 軟件的總體設計 20
4.2 單片機控制程序 22
4.2.1 文件傳送子程序 22
4.2.2 錄音程序 23
4.2.3 放音程序 24
第五章 總結 26
參考文獻 27
致謝 28