基于matlab web server的通信系統(tǒng)原理試驗平臺的開發(fā).doc
![](http:///template/default/images/docicon2.gif)
![](http:///template/default/images/docicon4.gif)
約61頁DOC格式手機打開展開
基于matlab web server的通信系統(tǒng)原理試驗平臺的開發(fā),基于matlab web server的通信系統(tǒng)原理試驗平臺的開發(fā)2萬字自己原創(chuàng)的畢業(yè)論文,已經(jīng)通過校內系統(tǒng)檢測,重復率低,僅在本站獨家出售,大家放心下載使用 摘要 本文提出了一種基于matlab和web技術的遠程網(wǎng)絡虛擬實驗室的構建。該網(wǎng)絡虛擬實驗室使用了matlab的網(wǎng)絡服務功能,利用matlab web serv...
![](http://img.queshao.com/images/pcgzh.gif)
![](http://preview.queshao.com/tobuy/481726.gif)
內容介紹
此文檔由會員 jiji888 發(fā)布
基于MATLAB Web Server的通信系統(tǒng)原理試驗平臺的開發(fā)
2萬字
自己原創(chuàng)的畢業(yè)論文,已經(jīng)通過校內系統(tǒng)檢測,重復率低,僅在本站獨家出售,大家放心下載使用
摘要
本文提出了一種基于Matlab和Web技術的遠程網(wǎng)絡虛擬實驗室的構建。該網(wǎng)絡虛擬實驗室使用了Matlab的網(wǎng)絡服務功能,利用Matlab Web Server在WWW環(huán)境下建立“網(wǎng)絡實驗室”, 實現(xiàn)了用戶通過Internet訪問Matlab Web Server,將數(shù)據(jù)從網(wǎng)絡瀏覽器上輸入,提交給Matlab網(wǎng)絡服務器上的Matlab程序進行計算。
該系統(tǒng)構建了遠程教學的交互式的學習環(huán)境,提供了在網(wǎng)上進行實際的科學計算,圖形、圖象處理等高級應用功能,同時具備了Web頁教育及現(xiàn)實設備實驗的優(yōu)點,可以使實驗現(xiàn)象得到直觀、形象、準確的表現(xiàn),能夠很好的使受教育者通過Internet隨時隨地的訪問系統(tǒng),在WWW環(huán)境下進行科學實驗,而不受資金、位置、師資、人員安全等問題的限制,從瀏覽器中直接獲取試驗結果。此系統(tǒng)完善了遠程教育模式,具有良好的實用性、通用性及推廣價值。
關鍵詞:遠程教學;網(wǎng)絡實驗室;通信原理;Matlab
Abstract
This paper discusses how to apply Matlab Web Server to realize the development of remote simulation system.And this paper proposed the construction of the remote virtual network which take advantage of the technology based on Matlab and Web.The fictitious laboratory of network uses the network service function of Matlab.
Using the Matlab Web Server in the WWW environment to establish the “network laboratory” which realized the users who can visit the Matlab Web Server through Internet and input the data through Web browser,and finally submitted to the Matlab program lying on the Matlab network server to calculate. The system uses to establish remote simulation application system to avoid the installation of matlab software and the limitation of the input of the program or the limitation of debugging.
Interactive study environment of systematic construction distance learning, having offered and carried on real scientific caculation on the net, the figure, image processing, etc. use the function advancedly. This system possessed webpage education and advantage of the realistic equipment experiment at the same time, can make the experiment phenomenon get the ocular, vivid, accurate behavior, can well enable being passed Internet visit system whenever and wherever possible by the educator, carry on the scientific experiment under the enviroment of WWW, and does not receive the restriction in questions, such as fund, position, teachers, personal security,etc. obtain the result of the test directly from the browser. This system perfects the remote educational pattern, have good practicability, commonability and value to popularize.
Key words: Remote Teaching;The Network Laboratory;Communication Principle;Matlab
目 錄
第一章 緒 論 1
1.1引言 1
1.2系統(tǒng)簡介 2
1.3本系統(tǒng)的同類工作國內外狀況簡介 3
1.4系統(tǒng)的開發(fā)背景介紹 3
1.5系統(tǒng)的目的意義 3
1.6本文的組織安排 4
第二章 系統(tǒng)結構 5
2.1系統(tǒng)方案設計 5
2.2系統(tǒng)硬件結構 6
2.3系統(tǒng)軟件結構 7
2.4 Matlab下的Web應用 8
2.5基于Matlab的Web應用程序的工作模式 9
2.5.1 B/S 模式 10
2.5.2 B/S與C/S模式比較 10
2.6系統(tǒng)開發(fā)環(huán)境 11
2.6.1操作系統(tǒng) 11
2.6.2 HTTP服務器軟件 12
2.6.3網(wǎng)頁設計軟件 12
2.6.4開發(fā)軟件 12
第三章 系統(tǒng)實現(xiàn) 15
3.1 Matlab Web Server的系統(tǒng)需求和安裝 15
3.2 Matlab Web Server的工作原理 15
3.3 Matlab Web Server和IIS6.0的配置 16
3.3.1網(wǎng)絡服務器的配置 16
3.3.2配置IIS6.0 16
3.3.3配置IIS6.0為matlab web server 19
3.3.4配置Matlab Web Server的系統(tǒng)配置文件 22
3.3.5配置應用程序信息 22
3.4 Matlab Web服務器應用程序開發(fā) 22
3.4.1 Matlab程序和HTML文件的交互過程 23
3.4.2建立一個向Matlab提交數(shù)據(jù)的HTML輸入文檔 24
3.4.3建立一個顯示Matlab計算結果的HTML輸出文檔 25
3.4.4建立一個處理輸入數(shù)據(jù)和計算結果的M文件 26
3.4.5圖片的輸出問題 27
3.5 MATLAB Web Server編程注意事項 27
第四章 系統(tǒng)開發(fā)的關鍵技術 28
4.1系統(tǒng)的優(yōu)化設計 28
4.1.1設計通用輸出文件 28
4.1.2設計通用輸入文件 29
4.2系統(tǒng)的安全設計 29
4.2.1服務程序安全 29
4.2.2指定運行端口 30
4.3關鍵技術 30
第五章 系統(tǒng)實現(xiàn)功能 32
5.1總體功能模塊圖 32
5.2各功能模塊實現(xiàn)功能及關鍵代碼 33
5.2.1 AM 頻率調制 33
5.2.2 DSB 抑制載波雙邊帶調幅 37
5.2.3 SSB單邊帶調幅 40
5.2.4 FM 頻率調制 42
5.2.5 PM相位調制 46
5.2.6 數(shù)字帶通傳輸系統(tǒng) 49
5.3各功能的特點 53
第六章 總結與展望 54
6.1總結 54
6.2展望 54
參考文獻 55
致謝 56
2萬字
自己原創(chuàng)的畢業(yè)論文,已經(jīng)通過校內系統(tǒng)檢測,重復率低,僅在本站獨家出售,大家放心下載使用
摘要
本文提出了一種基于Matlab和Web技術的遠程網(wǎng)絡虛擬實驗室的構建。該網(wǎng)絡虛擬實驗室使用了Matlab的網(wǎng)絡服務功能,利用Matlab Web Server在WWW環(huán)境下建立“網(wǎng)絡實驗室”, 實現(xiàn)了用戶通過Internet訪問Matlab Web Server,將數(shù)據(jù)從網(wǎng)絡瀏覽器上輸入,提交給Matlab網(wǎng)絡服務器上的Matlab程序進行計算。
該系統(tǒng)構建了遠程教學的交互式的學習環(huán)境,提供了在網(wǎng)上進行實際的科學計算,圖形、圖象處理等高級應用功能,同時具備了Web頁教育及現(xiàn)實設備實驗的優(yōu)點,可以使實驗現(xiàn)象得到直觀、形象、準確的表現(xiàn),能夠很好的使受教育者通過Internet隨時隨地的訪問系統(tǒng),在WWW環(huán)境下進行科學實驗,而不受資金、位置、師資、人員安全等問題的限制,從瀏覽器中直接獲取試驗結果。此系統(tǒng)完善了遠程教育模式,具有良好的實用性、通用性及推廣價值。
關鍵詞:遠程教學;網(wǎng)絡實驗室;通信原理;Matlab
Abstract
This paper discusses how to apply Matlab Web Server to realize the development of remote simulation system.And this paper proposed the construction of the remote virtual network which take advantage of the technology based on Matlab and Web.The fictitious laboratory of network uses the network service function of Matlab.
Using the Matlab Web Server in the WWW environment to establish the “network laboratory” which realized the users who can visit the Matlab Web Server through Internet and input the data through Web browser,and finally submitted to the Matlab program lying on the Matlab network server to calculate. The system uses to establish remote simulation application system to avoid the installation of matlab software and the limitation of the input of the program or the limitation of debugging.
Interactive study environment of systematic construction distance learning, having offered and carried on real scientific caculation on the net, the figure, image processing, etc. use the function advancedly. This system possessed webpage education and advantage of the realistic equipment experiment at the same time, can make the experiment phenomenon get the ocular, vivid, accurate behavior, can well enable being passed Internet visit system whenever and wherever possible by the educator, carry on the scientific experiment under the enviroment of WWW, and does not receive the restriction in questions, such as fund, position, teachers, personal security,etc. obtain the result of the test directly from the browser. This system perfects the remote educational pattern, have good practicability, commonability and value to popularize.
Key words: Remote Teaching;The Network Laboratory;Communication Principle;Matlab
目 錄
第一章 緒 論 1
1.1引言 1
1.2系統(tǒng)簡介 2
1.3本系統(tǒng)的同類工作國內外狀況簡介 3
1.4系統(tǒng)的開發(fā)背景介紹 3
1.5系統(tǒng)的目的意義 3
1.6本文的組織安排 4
第二章 系統(tǒng)結構 5
2.1系統(tǒng)方案設計 5
2.2系統(tǒng)硬件結構 6
2.3系統(tǒng)軟件結構 7
2.4 Matlab下的Web應用 8
2.5基于Matlab的Web應用程序的工作模式 9
2.5.1 B/S 模式 10
2.5.2 B/S與C/S模式比較 10
2.6系統(tǒng)開發(fā)環(huán)境 11
2.6.1操作系統(tǒng) 11
2.6.2 HTTP服務器軟件 12
2.6.3網(wǎng)頁設計軟件 12
2.6.4開發(fā)軟件 12
第三章 系統(tǒng)實現(xiàn) 15
3.1 Matlab Web Server的系統(tǒng)需求和安裝 15
3.2 Matlab Web Server的工作原理 15
3.3 Matlab Web Server和IIS6.0的配置 16
3.3.1網(wǎng)絡服務器的配置 16
3.3.2配置IIS6.0 16
3.3.3配置IIS6.0為matlab web server 19
3.3.4配置Matlab Web Server的系統(tǒng)配置文件 22
3.3.5配置應用程序信息 22
3.4 Matlab Web服務器應用程序開發(fā) 22
3.4.1 Matlab程序和HTML文件的交互過程 23
3.4.2建立一個向Matlab提交數(shù)據(jù)的HTML輸入文檔 24
3.4.3建立一個顯示Matlab計算結果的HTML輸出文檔 25
3.4.4建立一個處理輸入數(shù)據(jù)和計算結果的M文件 26
3.4.5圖片的輸出問題 27
3.5 MATLAB Web Server編程注意事項 27
第四章 系統(tǒng)開發(fā)的關鍵技術 28
4.1系統(tǒng)的優(yōu)化設計 28
4.1.1設計通用輸出文件 28
4.1.2設計通用輸入文件 29
4.2系統(tǒng)的安全設計 29
4.2.1服務程序安全 29
4.2.2指定運行端口 30
4.3關鍵技術 30
第五章 系統(tǒng)實現(xiàn)功能 32
5.1總體功能模塊圖 32
5.2各功能模塊實現(xiàn)功能及關鍵代碼 33
5.2.1 AM 頻率調制 33
5.2.2 DSB 抑制載波雙邊帶調幅 37
5.2.3 SSB單邊帶調幅 40
5.2.4 FM 頻率調制 42
5.2.5 PM相位調制 46
5.2.6 數(shù)字帶通傳輸系統(tǒng) 49
5.3各功能的特點 53
第六章 總結與展望 54
6.1總結 54
6.2展望 54
參考文獻 55
致謝 56
TA們正在看...
- 全套配套稅會計四情境七法規(guī):國稅局公201128號關...doc
- 全套配套稅會計四情境三常用表:其他應稅消費品消...doc
- 全套配套稅會計四情境三常用表:小消費稅申表.doc
- 全套配套稅會計四情境三常用表:成品油應稅消費品...doc
- 全套配套稅會計四情境三常用表:抵扣稅款臺賬從量...doc
- 全套配套稅會計四情境三常用表:抵扣稅款臺賬外購...doc
- 全套配套稅會計四情境三常用表:抵扣稅款臺賬委托...doc
- 全套配套稅會計四情境三常用表:油、柴油消費稅生...doc
- 全套配套稅會計四情境三常用表:油、柴油消費稅生...doc
- 全套配套稅會計四情境三常用表:油、柴油消費稅生...doc