联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All LabView编程(127) 

[LabView编程] 高级计算器

科学计算器,1、计算器可进行加(+)、减(-)、乘(×)、除(÷)等简单算术计算; 2、还可以进行根号开方(√)、圆周率(π)、倒数(1/x)正弦(Sin)余弦(COS)等复杂数学公式计算。
Scientific calculator The calculator can carry out simple arithmetic calculation such as addition subtraction , multiplication , division (2020-12-06, LabView, 1649KB, 下载0次)

http://www.pudn.com/Download/item/id/1607258729353216.html

[LabView编程] 201525037赵前-海技17级

labview作业创建一个3行4列的数组,数组元素取值范围为10-100 (1)求数组的最大、最小值与平均值; (2)求出创建数组的大小; (3)将该数组转置; (4)将该二维数组改为一个一维数组。
school assignment of labview (2020-06-18, C/C++, 62KB, 下载1次)

http://www.pudn.com/Download/item/id/1592470006489847.html

[LabView编程] 2

建立一个实现计算器功能的VI。前面板有数字控制件用来输入两个数值,有数值显示件用来显示运算结果。运算方式有加、减、乘、除,可用一个滑动条实现运算方式的设定。
Set up a VI to realize calculator function. The front panel has a digital control to input two values, and a numerical display to display the calculation results. The operation mode includes addition, subtraction, multiplication and division. A slider can be used to set the operation mode. (2020-06-15, Others, 5KB, 下载0次)

http://www.pudn.com/Download/item/id/1592206902161528.html

[LabView编程] 实验2-2计算器

设计一个简易的计算器,实现加、减、乘、除、开方等运算。 要求:前面板设有数字控制器用来输入数字,数字显示器用来显示运算结果。 前面板设有数字控制器用来输入两个数字,数字显示器用来显示运算结果。运算方式有加、减、乘、除。 要求:用一个滚动条来规定运算方式。
Design a simple calculator to add, subtract, multiply, divide, square and other operations. Requirements: The front panel is equipped with a digital controller for inputting numbers and a digital display for displaying operation results. The front panel is equipped with a digital controller to input two numbers, and the digital display is used to display the result of operation. There are addition, subtraction, multiplication and division. Requirements: use a scroll bar to specify the operation mode. (2018-11-19, LabView, 29KB, 下载2次)

http://www.pudn.com/Download/item/id/1542600603215496.html

[LabView编程] 基于labview的语音播报程序

基于labview做的一个简单的语音播报程序
Based on LabVIEW to do a simple voice broadcast program (2018-05-06, LabView, 157KB, 下载12次)

http://www.pudn.com/Download/item/id/1525574122204337.html

[LabView编程] Turbine Testing Example

1. 用模拟PWM信号控制涡轮速度; 2. 使用转速计监测涡轮机每分钟转数(rpm); 3. 触发可用于分析的有限采集; 4. 计算并显示加速度计数据的频率; 5.监测温度,以防止在测试过程中涡轮机过热; 6. 显示温度,转速表速度(rpm),加速度计数据和频率数据到UI。
1. control turbine speed with analog PWM signal; 2. use tachometer to monitor the revolutions per minute (RPM) of the turbine; Limited acquisition of 3. triggers for analysis; 4. calculate and display the frequency of accelerometer data; 5. monitor the temperature to prevent overheating of the turbine during testing; 6. display temperature, tachometer speed (RPM), accelerometer data and frequency data to UI. (2017-11-25, WINDOWS, 1889KB, 下载2次)

http://www.pudn.com/Download/item/id/1511613361713364.html

[LabView编程] 超声波加红外测距传感器监控

在labview使用超声波传感器和红外传感器进行距离的监控,本程序监控了5个超声波传感器。
In the use of LabVIEW ultrasonic sensors and infrared sensors for distance monitoring, this program monitors 5 ultrasonic sensors. (2017-10-25, LabView, 43KB, 下载27次)

http://www.pudn.com/Download/item/id/1508928504571936.html

[LabView编程] allan deviation

本vi用于计算给定一维数组的艾伦方差及傅里叶变换。用于数据分析。
This VI is used to compute the Alan variance and Fourier transform of a given one-dimensional array. For data analysis. (2017-07-28, LabView, 21KB, 下载18次)

http://www.pudn.com/Download/item/id/1501213324772543.html

[LabView编程] gugu7860

构建vi,使用labview固有函数计算用户输入的三个数的平均值。另外加一段代码,将平均值乘以0-1的一个随机数,将计算
Constructing VI uses the LabVIEW intrinsic function to calculate the average number of three inputs entered by the user. In addition, a piece of code that multiplies the average value by a random number of 0-1 will be computed (2017-06-30, Others, 11KB, 下载1次)

http://www.pudn.com/Download/item/id/1498831185653811.html

[LabView编程] sndExample-adv

Labview基于声卡的频谱分析 声卡采集声音数据,显示其波形,通过滤波器和加窗处理进行功率谱分析
Labview based sound card spectrum analysis Sound card data collection, display its waveform, through the filter and window processing power spectrum analysis (2017-01-10, LabView, 99KB, 下载24次)

http://www.pudn.com/Download/item/id/1484015185671986.html

[LabView编程] tetris-game-LABVIEW

LABVIEW 2011版,自己编写的俄罗斯方块,可以使用鼠标操作也可以使用键盘操作,源代码没有加密
LABVIEW version 2011, write your own tetris, can use the mouse operation can also use the keyboard operation (2016-11-09, LabView, 117KB, 下载5次)

http://www.pudn.com/Download/item/id/1478677327811112.html

[LabView编程] Parseval-Theorem

用于通过LabView演示帕斯瓦尔定理的原理,帕斯瓦尔定理,信号的总能量既可以按照每单位时间内的能量在整个时间内的积分计算出来,也可以按照每单位频率内的能量在整个频率范围内的积分而得到。
By principle for the demo LabView Pars theorem, Pars theorem, the total energy of the signal in accordance with either energy per unit time over the entire integration time is calculated to be in accordance with the energy per unit frequency within the entire integral range of frequencies is obtained. (2016-09-17, LabView, 9KB, 下载7次)

http://www.pudn.com/Download/item/id/1474077511695266.html

[LabView编程] laosi

利用labview调用matlab实现劳斯判据计算及系统稳定性分析的程序,可设置模型参数,交互性好,有一定参考价值。
Use labview to call matlab achieve stability criterion calculation and analysis procedures, you can set the model parameters, interaction is good, there is a certain reference value. (2016-01-22, LabView, 43KB, 下载3次)

http://www.pudn.com/Download/item/id/1453463554387154.html

[LabView编程] PageUnitsToPixels

按贷款减肥哈了思考的护发素看见对方会拉开收到货发了。阿斯顿飞哈伦裤回复。
Dynamic programming algorithm for the sequence (prior to seeking the minimum value) algorithm matlab to achieve, as well as a numerical example, there is a reference pdf document, suitable for beginners, there are my personal notes that (2015-07-26, Visual C++, 2KB, 下载1次)

http://www.pudn.com/Download/item/id/1437892808375122.html

[LabView编程] Labwindows_CVI-Signal-Processing

LabWindows_CVI作为一个用于建立自动测试系统的理想软件开发系统,提供了大量用于信号分析处理的函数,满足工程人员的需要。 信号产生实例工程“signal generation.prj”,LabWindows_CVI产生冲击信号、脉冲信号、斜坡信号、正旋信号、噪声信号、三角波信号等,在Graph控件中显示波形。 信号时域分析工程“timedomainanalysis.prj”,介绍了LabWindows_CVI信号的叠加、相关分析及卷积三种常用时域信号处理方式,将处理结果在Graph控件中显示。 信号频域分析工程“frequencydomainanalysis.prj”,介绍了LabWindows_CVI时域信号源FFT变换,可选用不同的加窗方式处理信号源,并利用FFT反变换得到原始信号,结果在。 信号滤波工程“filter.prj”,介绍了利用LabWindows_CVI信号处理函数构建巴特沃斯滤波器,利用信号处理函数构造不同阶次的低通、高通、带通、带阻滤波,结果在Graph控件中显示。
LabWindows_CVI as an ideal software development system for the establishment of an automatic test system provides a large number of functions for signal analysis and processing, to meet the needs of the project staff. Signal generation example project signal generation.prj , LabWindows_CVI an impact signal, the pulse signal, the ramp signal, sine signal, noise signal, a triangular wave signals, waveform display in Graph control. Signal time domain analysis project timedomainanalysis.prj , describes the superposition, correlation analysis and time domain convolution of three commonly used signal processing LabWindows_CVI signal, the results will be displayed in Graph control. Frequency Domain Analysis of Engineering frequencydomainanalysis.prj , describes the time-domain signal source LabWindows_CVI FFT transform, can choose different way to deal with the windowed signal source, and use inverse FFT transform the original signal, resulting in. Signal filtering project filter.prj (2015-01-09, LabView, 1009KB, 下载40次)

http://www.pudn.com/Download/item/id/1420816063979607.html

[LabView编程] IMU_Sample

IMU数据采集接收上位机,串口接受,实时显示的陀螺、加计、温度数据
IMU data acquisition, receive the upper machine serial port receiving, real-time display of gyro, collectively, temperature data (2014-12-02, LabView, 64KB, 下载63次)

http://www.pudn.com/Download/item/id/2666242.html

[LabView编程] LabVIEW-CNC-data

使用LabVIEW设计程序,采用ADO 技术构建具备数据录入和查询的数据库系统,运用为文本文件建立“基本名称加序号”的方式使系统自动检测并生成新的文件用以把工作参数保存为文本格式。
LabVIEW design process, using ADO technology to build a database with data entry and query system, use a text file to establish the basic name and serial number " system to automatically detect and generate a new file for the operating parameters are saved as text format. (2013-02-21, LabView, 183KB, 下载19次)

http://www.pudn.com/Download/item/id/2138626.html

[LabView编程] LabVIEW-read-wrl

包括飞机模型wrl文件,LabVIEW读取wrl文件,并将图形显示在3维图片控件中。
Including the aircraft model wrl file, LabVIEW read wrl files and displays graphics in a 3-dimensional picture control. (2013-01-26, LabView, 59KB, 下载137次)

http://www.pudn.com/Download/item/id/2127581.html

[LabView编程] Acceleration-signal-collection

加速度信号的采集 加窗 小波滤波,对采集到的加速度信号进行处理分析。
Acceleration signal collection and window wavelet filtering (2012-11-26, LabView, 250KB, 下载75次)

http://www.pudn.com/Download/item/id/2060838.html

[LabView编程] 5-1

构建vi,使用labview固有函数计算用户输入的三个数的平均值。另外加一段代码,将平均值乘以0-1的一个随机数,将计算平均值的代码创建成子vi
Construction of vi, to use a labview inherent function to calculate the average of three numbers entered by the user. Also add a piece of code, the average value of a random number of times 0-1, will calculate the average value of the code created into sub vi (2012-11-07, LabView, 11KB, 下载12次)

http://www.pudn.com/Download/item/id/2039835.html
总计:127