搜索资源列表
Single-channel-oscilloscope
- labview单通道滤波器的设计程序源代码-labview single-channel filter design program source code
3.4
- 延时线的程序,能够实现单轴位移台的位移从而实现延时的效果,获得数据-Delay line program, it is possible to achieve the displacement of the uniaxial displacement station in order to achieve the delay effect, obtain data
Cycle-Analysis
- 此程序用于周期信号的周期识别、单周期峰谷值的识别-This program is used to the cycle of the periodic signal identification, identification of single-cycle peak value
LabVIEW-serial
- 实现单PC双串口互通信的Labview程序 即在同一PC上接受发送的信息-Achieve a single PC dual serial communication Labview program each on the same PC that is sending the information received
interruptusb
- 这是一个使用VISA获取USB鼠标的程序,需要安装labview以及VISA驱动,同时配置鼠标的INF未见,使VISA为该设备的默认驱动,升级。可以读取到鼠标移动或者单击右击时的各种数据-This is a USB mouse with VISA access procedures need to install labview and VISA driver, and configure the mouse INF seen so VISA default for the device dri
s
- 信闪迅路由器破解源代码 一、首次运行本程序,直接填入用户名、密码和连接名(不需要事先创建连接,连接名任意,但最好 不要为ChinaNetSNWide),单击连接后本机即可上网; 二、选中自动连接选框,三秒后自动连接,可以随时取消。这个设置将会被保存下来; 三、本程序遵从GNU协议,给予下载者GPL许可证。源代码将会在测试几天后公开; 四、可以将本程序放入启动项以实现开机自动连接。-Please carefully write detailed functional upload data
LABVIEW
- 这是运用Labview编写的串口通信的程序,包括PC与单片机,单PC双串口通信,PC与PC串口通信。-This is the use of Labview prepared by the serial communication procedures, including PC and single-chip, single PC dual serial communication, PC and PC serial communication.
The-breakpoint-manager
- 如要启用之前禁用的断点,右键单击程序框图对象,从快捷菜单中选择断点» 禁用断点-Before start using the disabled breakpoints, right-click the program block diagram object, the shortcut menu, the breakpoint » disable breakpoints.
LabVIEW-four-small-programs
- LabVIEW 的四个小程序,包括创建和分析信号,单击时触发采样,警示灯,控制和显示信号-LabVIEW four small procedures, including creating and analyzing signals, click the trigger sampling, warning lights, control and display signals
huhu880l
- 改程序是用LabVIEW编写的一个单通道的示波器。不错的源码(Change program is written in LabVIEW, a single channel oscilloscope. Good source code)
1-6009单通道数据采集
- labview-DAQ数据采集程序,使用的是DAQ-max14.5(Labview-DAQ data acquisition program)
模拟温度采集监测系统
- 模拟温度采集系统。该系统基本上用到了诸多种程序结构。程序框图中,最外层用While循环来控制整个系统的运行;用Case结构来判断是否开始采集;用顺序结构来实现“初始化”|“运行”|“结束”这3个顺序执行状态;用For循环来实现100点的温度采集,其中用Case结构来判断是否超限报警;用公式节点实现华氏摄氏转速;用事件结构实现暂停事件,其中time out事件是必需的,否则程序将一直暂停在等待用户单击“暂停”按钮的状态。(Simulated temperature acquisition syst
第一次实验2017版本
- (1)熟悉LabVIEW的运行环境,包括:前面板窗口、框图窗口、模板、菜单和命令。可以通过使用各种LabVIEW Online Help Windows选项和Help Window选项来了解前面板和程序框图对象及其特征。 (2)创建一个VI。发生一个值为0.0~1.0的随机数a,放大10倍后与某一常数b比较,若a>b,则指示灯亮。要求:① 编程实现;② 单步调试程序;③ 应用探针观察各数据流。 (3)创建和调用子VI。创建一个子VI,子VI功能:输入3个参数后,求其和,再开方。编一个V