摘要虚拟仪器技术在电子测量领域有着非常广泛的应用,是计算机辅助测试的一项基本 技术。本课题要求设计一个虚拟仪器,兼具虚拟信号发生器和示波器功能,从而组建一 套完整的信号产生与测试系统。本文首先分析了虚拟仪器的背景、概念、结构等方面, 并对该课题所用软件平台 LabVIEW 进行了综述,了解本设计所使用的功能。然后根据课 题目标以及 LabVIEW 所提供功能,整理了整个程序的设计思路,据此完成该程序各模块 的具体设计,其中包括程序前面板、可调电参量的波形发生系统、双通道示波器、量程 调节功能、以及光标显示功能。最后展示了该程序的调试结果,以说明程序已基本完成 预期目标。79714
毕业论文关键词 虚拟仪器 LabVIEW 信号发生器 示波器
毕 业 设 计 说 明 书 外 文 摘 要
Title Design of virtual signal generator and test system based on VI
Abstract Virtual instrument technology has a very wide range of applications in the field of electronic measurement, and it is a fundamental technology of computer aided testing。 This topic requires the design of a virtual instrument, with a virtual signal generator and oscilloscope function, so as to establish a complete set of signal generation and testing system。 At first, this paper analyzes the background, concept and structure of the virtual instrument, and summarizes the software platform LabVIEW which is used in this project, to understand the use of the function in this design。 Then according to the goal of the project and the function that LabVIEW provide, finishing the whole program design ideas, in order to accomplish the specific design of each module of the program, including program on the front panel, adjustable electrical parameters of the waveform generation system, dual-channel oscilloscope, range adjustment function, and the cursor display function。 Finally shows the debugging results of the program, in order to illustrate that the program has basically completed the intended target。
Keywords Virtual Instrument LabVIEW Signal generator Oscilloscope
本科毕业设计说明书 第 I 页
目 次
1 绪论 1
1。1 研究背景及动态 1
1。2 本课题研究内容及研究意义 2
2 虚拟仪器与 LabVIEW 3
2。1 虚拟仪器简介 3
2。2 LabVIEW 综述 6
3 基于虚拟仪器的信号发生与测试系统设计 9
3。1 设计思路 9
3。2 前面板的设计 9
3。3 波形发生系统的程序框图 11
3。4 双踪示波器的实现 14
3。5 示波器的量程调节功能 15
3。6