函數發(fā)生器、數字存儲示波器.doc
約62頁DOC格式手機打開展開
函數發(fā)生器、數字存儲示波器,頁數 62字數 27865摘要隨著科技的發(fā)展,許多傳統(tǒng)意義上的儀器已逐漸不能滿足使用者要求儀器個性化等的需求,為解決這個問題,美國于上個世紀八十年代末提出了虛擬儀器的概念,而應用最為廣泛的虛擬儀器軟件開發(fā)工具就是美國ni公司推出的labview。本次畢業(yè)設計的任務就是使用最新版本的虛擬儀器開發(fā)...
內容介紹
此文檔由會員 張陽陽 發(fā)布
函數發(fā)生器、數字存儲示波器
頁數 62 字數 27865
摘要
隨著科技的發(fā)展,許多傳統(tǒng)意義上的儀器已逐漸不能滿足使用者要求儀器個性化等的需求,為解決這個問題,美國于上個世紀八十年代末提出了虛擬儀器的概念,而應用最為廣泛的虛擬儀器軟件開發(fā)工具就是美國NI公司推出的LabVIEW。
本次畢業(yè)設計的任務就是使用最新版本的虛擬儀器開發(fā)軟件LabVIEW6.1,編程實現兩種虛擬儀器——函數發(fā)生器以及示波器的常用功能。
論文的第一章為概述,主要介紹了虛擬儀器的產生和發(fā)展,以及虛擬儀器開發(fā)軟件LabVIEW的特點,此外,還說明了本次畢設的背景及意義。
第二章提出了本次畢業(yè)設計的目標和對畢設過程的整體計劃,并對畢設中將會用到的開發(fā)工具(包括LabVIEW6.1、數據采集卡等)的特點及參數作了簡單介紹。
第三章是全文的重點部分,詳細說明了函數發(fā)生器以及示波器的實現過程。其中包括實現兩種虛擬儀器的原理、需要使用的各主要模塊的功能及端口介紹、逐步實現儀器各種功能的過程、以及設計過程中遇到的問題的解決。本章主要突出對以前成果的改進,以及新增的功能的實現方法。
最后一章概括了本次畢設成果可實現的主要功能,并總結了本人對本次畢設的體會以及一些改進設計的建議。
關鍵詞:虛擬儀器,數據采集卡,函數發(fā)生器,示波器,LabVIEW
Abstract
With the development of science and technology, many traditional instruments could not satisfy the user’s requirements gradually, such as the individuation of the instruments. To solve this problem, the conception of virtual instruments was put forward by the U.S. in the end of 80’s in the last century. The most popular software tool applied to virtual instrument is LabVIEW, which is produced by the National Instruments Corporation of the U.S.
The assignment of this project is to program by the new edition of software, LabVIEW6.1, to make the common function of two virtual instruments (function generator and oscilloscope) come true.
The first chapter of the paper is summarizing. It introduces the appearance and development of the virtual instrument, and the characteristic of LabVIEW, the software applied to virtual instrument. Besides, it also shows the background and meaning of the project.
The second chapter puts the objective and whole planning of the project forward. It also introduces the characteristic and parameter of the tools, including LabVIEW6.1 and the DAQ card, which will be used in the project.
The third chapter is the emphases of the paper. It particularly explains the process of how to make the function generator and oscilloscope come true, including the principium of two virtual instruments, the introduction of the main module’s functions and ports, the process of making the instruments’ function come true step by step, and how to solve the problems appeared in the project. This chapter gives prominence to the improvement over the former production, and the methods of how to make the new function come true.
The last chapter generalizes the main function of the production, and sums up my experience of accomplishing this project and the suggestion of how to improve the project.
Keywords: virtual instruments, LabVIEW, DAQ card, function generator, oscilloscope
目錄
摘要 (中文) ………………………………………………………………………Ⅰ
(Abstract) …………………………………………………………………Ⅱ
第一章 概述 ………………………………………………………………………1
1.1 虛擬儀器 …………………………………………………………1
1.2 虛擬儀器開發(fā)軟件——LabVIEW ………………………………3
1.3 畢設背景 …………………………………………………………4
第二章 設計目標、整體計劃及開發(fā)工具介紹 …………………………………5
2.1 設計目標 …………………………………………………………5
2.2 整體計劃 …………………………………………………………5
2.3 開發(fā)工具介紹 ……………………………………………………6
2.3.1 虛擬儀器軟件開發(fā)工具LabVIEW6.1 ………………6
2.3.2 數據采集設備 ………………………………………6
2.3.3 其它工具 ……………………………………………7
第三章 具體實現 …………………………………………………………………9
3.1 函數發(fā)生器的實現 ………………………………………………9
3.1.1 信號產生模塊 ………………………………………10
3.1.2 用中級AO模塊實現函數發(fā)生器功能 ……………12
3.1.3 函數發(fā)生器各種常用功能的實現 …………………16
3.1.4 函數發(fā)生器的最終實現 ……………………………20
3.2 示波器的實現 ……………………………………………………21
3.2.1 用中級AI模塊實現示波器功能 ……………………21
3.2.2 示波器各種常用功能的實現 ………………………24
3.2.3 示波器的最終實現 …………………………………38
3.2.4 調試過程中的問題 …………………………………39
3.3 函數發(fā)生器與示波器的結合使用 ………………………………40
第四章 設計成果與總結 …………………………………………………………41
4.1 設計成果 …………………………………………………………41
4.2 總結 ………………………………………………………………42
結束語 ………………………………………………………………………………43
考文獻 ………………………………………………………………………………44
附錄一 開題報告
附錄二 翻譯
參考文獻
1.北京中科泛華測控技術有限公司.《計算機虛擬儀器圖形編程LabVIEW實驗教材》
2.《National Instruments LabVIEW Measurement Manual》
3.《National Instruments LabVIEW User Manual》
4.劉君華等編著.《虛擬儀器圖形化編程語言LabVIEW教程》.西安:西安電子科技大學出版社,2001.7
5.李剛等編著.《LabVIEW —— 易學易用的計算機圖形化編程語言》.北京:北京航空航天大學出版社,2001.10
頁數 62 字數 27865
摘要
隨著科技的發(fā)展,許多傳統(tǒng)意義上的儀器已逐漸不能滿足使用者要求儀器個性化等的需求,為解決這個問題,美國于上個世紀八十年代末提出了虛擬儀器的概念,而應用最為廣泛的虛擬儀器軟件開發(fā)工具就是美國NI公司推出的LabVIEW。
本次畢業(yè)設計的任務就是使用最新版本的虛擬儀器開發(fā)軟件LabVIEW6.1,編程實現兩種虛擬儀器——函數發(fā)生器以及示波器的常用功能。
論文的第一章為概述,主要介紹了虛擬儀器的產生和發(fā)展,以及虛擬儀器開發(fā)軟件LabVIEW的特點,此外,還說明了本次畢設的背景及意義。
第二章提出了本次畢業(yè)設計的目標和對畢設過程的整體計劃,并對畢設中將會用到的開發(fā)工具(包括LabVIEW6.1、數據采集卡等)的特點及參數作了簡單介紹。
第三章是全文的重點部分,詳細說明了函數發(fā)生器以及示波器的實現過程。其中包括實現兩種虛擬儀器的原理、需要使用的各主要模塊的功能及端口介紹、逐步實現儀器各種功能的過程、以及設計過程中遇到的問題的解決。本章主要突出對以前成果的改進,以及新增的功能的實現方法。
最后一章概括了本次畢設成果可實現的主要功能,并總結了本人對本次畢設的體會以及一些改進設計的建議。
關鍵詞:虛擬儀器,數據采集卡,函數發(fā)生器,示波器,LabVIEW
Abstract
With the development of science and technology, many traditional instruments could not satisfy the user’s requirements gradually, such as the individuation of the instruments. To solve this problem, the conception of virtual instruments was put forward by the U.S. in the end of 80’s in the last century. The most popular software tool applied to virtual instrument is LabVIEW, which is produced by the National Instruments Corporation of the U.S.
The assignment of this project is to program by the new edition of software, LabVIEW6.1, to make the common function of two virtual instruments (function generator and oscilloscope) come true.
The first chapter of the paper is summarizing. It introduces the appearance and development of the virtual instrument, and the characteristic of LabVIEW, the software applied to virtual instrument. Besides, it also shows the background and meaning of the project.
The second chapter puts the objective and whole planning of the project forward. It also introduces the characteristic and parameter of the tools, including LabVIEW6.1 and the DAQ card, which will be used in the project.
The third chapter is the emphases of the paper. It particularly explains the process of how to make the function generator and oscilloscope come true, including the principium of two virtual instruments, the introduction of the main module’s functions and ports, the process of making the instruments’ function come true step by step, and how to solve the problems appeared in the project. This chapter gives prominence to the improvement over the former production, and the methods of how to make the new function come true.
The last chapter generalizes the main function of the production, and sums up my experience of accomplishing this project and the suggestion of how to improve the project.
Keywords: virtual instruments, LabVIEW, DAQ card, function generator, oscilloscope
目錄
摘要 (中文) ………………………………………………………………………Ⅰ
(Abstract) …………………………………………………………………Ⅱ
第一章 概述 ………………………………………………………………………1
1.1 虛擬儀器 …………………………………………………………1
1.2 虛擬儀器開發(fā)軟件——LabVIEW ………………………………3
1.3 畢設背景 …………………………………………………………4
第二章 設計目標、整體計劃及開發(fā)工具介紹 …………………………………5
2.1 設計目標 …………………………………………………………5
2.2 整體計劃 …………………………………………………………5
2.3 開發(fā)工具介紹 ……………………………………………………6
2.3.1 虛擬儀器軟件開發(fā)工具LabVIEW6.1 ………………6
2.3.2 數據采集設備 ………………………………………6
2.3.3 其它工具 ……………………………………………7
第三章 具體實現 …………………………………………………………………9
3.1 函數發(fā)生器的實現 ………………………………………………9
3.1.1 信號產生模塊 ………………………………………10
3.1.2 用中級AO模塊實現函數發(fā)生器功能 ……………12
3.1.3 函數發(fā)生器各種常用功能的實現 …………………16
3.1.4 函數發(fā)生器的最終實現 ……………………………20
3.2 示波器的實現 ……………………………………………………21
3.2.1 用中級AI模塊實現示波器功能 ……………………21
3.2.2 示波器各種常用功能的實現 ………………………24
3.2.3 示波器的最終實現 …………………………………38
3.2.4 調試過程中的問題 …………………………………39
3.3 函數發(fā)生器與示波器的結合使用 ………………………………40
第四章 設計成果與總結 …………………………………………………………41
4.1 設計成果 …………………………………………………………41
4.2 總結 ………………………………………………………………42
結束語 ………………………………………………………………………………43
考文獻 ………………………………………………………………………………44
附錄一 開題報告
附錄二 翻譯
參考文獻
1.北京中科泛華測控技術有限公司.《計算機虛擬儀器圖形編程LabVIEW實驗教材》
2.《National Instruments LabVIEW Measurement Manual》
3.《National Instruments LabVIEW User Manual》
4.劉君華等編著.《虛擬儀器圖形化編程語言LabVIEW教程》.西安:西安電子科技大學出版社,2001.7
5.李剛等編著.《LabVIEW —— 易學易用的計算機圖形化編程語言》.北京:北京航空航天大學出版社,2001.10