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

[绘图程序] 十进制转二进制模拟

模拟十进制数到二进制数的转换过程,以LED来模拟各个二进制位,并能以动画方式模拟计数的过程。 选择手动方式时,将8个LED变成滑动条中数字的二进制(基数2)表示。例如,如果滑动条设置为数字10(在二进制中表示为00001010=(23)+(21)), LED的1和3点亮,其他LED为熄灭。 选择自动方式时,滑动条自动进行加1操作,实现0到255的循环计数;同时8个LED会实时显示滑动条数值所对应二进制数值。当滑动条大于255时,自动回0并重新由0开始计数。
Simulate the conversion process from decimal number to binary number, simulate each binary bit with LED, and simulate the counting process by animation. When manual mode is selected, the 8 LEDs are changed into binary (Radix 2) representation of the numbers in the slider. For example, if the slider is set to the number 10 (represented in binary as 00001010 = (23) + (21)), 1 and 3 of the LEDs are on and the other LEDs are off. When the automatic mode is selected, the slide bar will automatically add 1 to realize the cycle counting from 0 to 255; at the same time, 8 LEDs will display the binary value corresponding to the sliding bar value in real time. When the slider bar is greater than 255, it will automatically return to 0 and start counting from 0 again. (2020-11-28, LabView, 11KB, 下载0次)

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

[其他] 2015.12.17

功能要求: 用该调幅波解调器可观察调幅波,以及经过巴特沃斯滤波器后的解调信号波形。 调制解调原理: 调制解调器由发送、接收、控制、接口、操纵面板及电源等部分组成。数据终端设备 以二进制串行信号形式提供发送的数据,经接口转换为内部逻辑电平送入发送部分,经调制电路调制成线路要求的信号向线路发送。接收部分接收来自线路的信号,经滤波、反调制、电平转换后还原成数字信号送入数字终端设备。
The AM wave demodulator can be used to observe the AM wave and the demodulated signal waveform after Butterworth filter. Principle of modulation and demodulation: Modem consists of sending, receiving, controlling, interface, control panel and power supply. The data sent by the data terminal equipment in the form of binary serial signal is converted into internal logic level by the interface and sent to the transmission part. The data is modulated into the signal required by the line by the modulation circuit and sent to the line. The receiving part receives the signal from the line, which is converted into digital signal after filtering, anti modulation and level conversion, and then sent to the digital terminal equipment. (2020-10-12, LabView, 1254KB, 下载0次)

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

[matlab编程] labview5

使用低通滤波器从含有噪声的信号中提取有用的正弦波 (见实验指导书 实验九 数字滤波器中的第一题) 目的:用数字滤波器从含有高频噪声的采样数据中提取正弦信号。 要求:①输入信号为一正弦波,并加入一个白噪声的干扰来模拟信号传输中的随机干扰信号(用以模拟含有噪声采样序列)。 (模拟含有噪声采样序列具体可用正弦波信号叠加高频噪声来实现,为了使滤波效果明显,本实验的高频噪声是用高频均匀分布白噪声(Uniform)通过Butterworth高通滤波器过滤生成的,高通滤波器的截止频率设为10倍输入信号频率。) ②在程序中设计一个低通巴特沃斯滤波器,以滤除信号中的噪声分量,提取输入的正弦波信号 。 ③可调节信号滤波器的截止频率和阶数,可显示滤波前与滤波后的时域信号。 ④给出滤波前与滤波后的频谱特性的显示。
Using low pass filter extracting useful sine wave signal containing noise(see experiment instruction digital filter in the first nine questions)Objective: to use digital filter sampling data extract containing high frequency noise sine signal.Requirements: (1) the input signal is a sine wave, and add a white noise interference to simulate the random disturbance signal of the signal transmission (to simulate contains noise sampling sequence).(simulated the sampling sequence contains noise available sine wave signal superposition of high frequency noise, in order to make the filtering effect is obvious, the experiment of high frequency noise is Uniform distribution with high frequency white noise (Uniform) by Butterworth high-pass filter to filter generated, high-pass filter cutoff frequency set to 10 times the size of the input signal frequency.)(2) in the program design a low-pass butterworth filter, in order to filter out the noise in the signal component, extract the input sine wav (2014-11-23, LabView, 269KB, 下载68次)

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

[单片机开发] mnwdcjxt

模拟温度采集系统:有华氏和摄氏两种显示模式;可设定温度上限(摄氏),当温度超限时,Alarm Counter加1;当用户单击“开始采集”按钮后,系统开始采集数据;采集过程中若单击“暂停”按钮则弹出对话框停止采集,关闭对话框则在原有基础上继续采集。采集点数为100,在数据采集完毕后停止系统或者单击“停止系统”按钮停止系统。采集进度由进度条显示。
Analog temperature acquisition system: There are two kinds of Celsius and Fahrenheit display modes can set the temperature limit (Celsius) when the temperature gauge, Alarm Counter plus 1 When the user clicks the "Start" button, the system begins collecting data collection If the process of clicking the "Pause" button on the pop-up dialog box to stop the acquisition, close the dialog box then continue based on the original acquisition. Collection points to 100, after the completion of the data acquisition system is stopped or click the "Stop System" button to stop the system. Collected by the progress bar shows the progress. (2014-05-19, LabView, 17KB, 下载11次)

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

[单片机开发] LED

模拟十进制数到二进制数的转换过程,以LED来模拟各个二进制位,并能以动画方式模拟计数的过程。 选择手动方式时,将8个LED变成滑动条中数字的二进制(基数2)表示。例如,如果滑动条设置为数字10(在二进制中表示为00001010=(23)+(21)), LED的1和3点亮,其他LED为熄灭。 选择自动方式时,滑动条自动进行加1操作,实现0到255的循环计数;同时8个LED会实时显示滑动条数值所对应二进制数值。当滑动条大于255时,自动回0并重新由0开始计数。
Analog decimal to binary number conversion to LED to simulate various bits and animated simulation can count process. When you select the manual mode, the eight sliders become digital LED binary (base 2). For example, if the slider is set to the number 10 (expressed in binary as 00001010 = (23)+ (21)), LED lights 1 and 3, the other LED is off. When you select the automatic mode, the slider automatically add an operation to achieve 0-255 cycle count while eight LED displays in real time the value corresponding to the binary value slider. When the slider is greater than 255, automatically back to 0 and start counting again from 0. (2014-03-21, LabView, 16KB, 下载3次)

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

[LabView编程] LabView

基于labview的各种应用研究,功能如下:傅里叶分析(具体分单边和双边两种傅里叶分析),联合时域分析,帕斯瓦尔定理的验证,信号的边界检测(通过改变信号中所加白噪声的大小来被检测信号),FIR滤波器的设计及效果验证(窗和信号均可改变),IIR滤波器的设计及效果验证(可以使用多种滤波器),web 浏览器的模拟,万年历(可以计算任何日期到当前时间的时间间隔)
(The specific stars unilateral and bilateral two Fourier analysis), the joint time-domain analysis, the Pas Val theorem authentication boundary detection signal (signal to be detected by changing the size of the white noise signal to Fourier analysis), FIR filter design and effect verification (window, and the signal can be changed), IIR filter design and effectiveness of verification (you can use a variety of filters), simulation of the web browser, calendar (any date can be calculated to the currentthe time interval) (2013-05-05, LabView, 2286KB, 下载53次)

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

[LabView编程] 102

数制变换及计数仿真 模拟十进制数到二进制数的转换过程,以LED来模拟各个二进制位,并能以动画方式模拟计数的过程。 选择手动方式时,将8个LED变成滑动条中数字的二进制(基数2)表示。例如,如果滑动条设置为数字10(在二进制中表示为00001010=(23)+(21)), LED的1和3点亮,其他LED为熄灭。 选择自动方式时,滑动条自动进行加1操作,实现0到255的循环计数;同时8个LED会实时显示滑动条数值所对应二进制数值。当滑动条大于255时,自动回0并重新由0开始计数。
Number system the transform and counting simulation simulation decimal to binary number conversion process, LEDs to simulate various bits and animated simulation count. Select the manual mode, the eight LEDs into the slider in the digital binary (base 2). For example, if the slider is set to a digital 10 (binary as 00001010 = (23) PPLS (21)), the LED' s 1 and 3 is lit, the other LED is off. Select automatic mode, the slider automatically incremented, 0-255 loop count 8 LED slider value corresponding to the binary value will be displayed in real time. Automatically when the slider is greater than 255, back to 0 and start counting again from 0. (2013-04-12, LabView, 16KB, 下载4次)

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

[其他] Hydraulic-pump-and-labview

虚拟仪器作为计算机操纵的模块化仪器,在生产实际中得到越来越广泛的应用.如挪威 CARDIAC 公司,利用虚拟仪器测试技术,基于 LABVIEW 操作平台, 开发研制的测试北海油田石油、大气、水流的 MPFM 系统 美国斯坦福大学的虚 拟仪器教学、实验、仿真系统 清华大学汽车系利用虚拟仪器技术构建的汽车 检测系统 原电子部三所的仪器自动计量控制系统 石油科学研究院研制的小 型石油精炼实验系统 中国农大开发研制的精密播种机性能测试系统等.在不 同的领域,如科研、教学和生产中发挥了重要作用
Virtual instrument as computer control of the modular equipment, in the productive practice to get more and more extensive application. Such as Norway CARDIAC company, make use of virtual instruments test technology, based on LABVIEW operation platform, developed north sea oil field test, atmosphere, the flow of the oil MPFM system Stanford university to the virtual instrument teaching, experiment, the simulation system Tsinghua university QiCheXi using the virtual instrument technology of construction vehicle inspection system The original electronic ministry three instruments automatic measurement control system Oil science research institute of the development of small oil refining experiment system China agricultural university developed precision machine performance test system, etc. In the field with, such as scientific research, teaching and plays an important role in the production (2012-04-13, LabView, 35KB, 下载7次)

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

[能源行业(电力石油煤炭)] LabVIEW-SIGNAL-PROCESSING

基于LabVIEW的信号处理的系统设计, 该系统具有以下功能:对信号波形(采集到的信号为正弦信号)进行数据采集,并将采集的数据进行显示和改变(多通道改为相应单通道)。 将数据采集的信号通过傅立叶变换程序对信号进行变换,显示出时域信号和频域信号,并将采集到的时域信号储存到文档中。 将数据采集的信号通过自相关函数变换程序对信号进行变换,显示出变换后的信号。 将数据采集的信号进行变换来证明帕斯瓦尔定理。 把所有的波形通过波形Graph在前面板显示出来。 最后对结果进行分析与体会。
LabVIEW-based signal processing system design, the system has the following features: the signal waveform (the collected signal is sinusoidal signal) for data acquisition and display collected data and changes (to the corresponding single-pass multi-channel (2011-06-28, LabView, 37KB, 下载83次)

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

[其他行业] HarmonicWave

各种电子产品在电力系统中的大量应用使系统中谐波含量增加,谐波的产生使电能质量恶化,谐波的测量和分析是谐波治理的基础和前提。b本谐波测量系统软件在LabVIEW 7. 0上开发完成。整个程序主要由以下几个模块组成:信号发生模块、低通滤波模块、信号加窗处理模块、谐波分析模块、比例模块和记录模块.测量技术人员只要进入这个平台,通过调用控件、图标就可以轻松构建高性能的测量仪器。
Variety of electronic products in the large number of applications in power system harmonic content of the system increases the production of the harmonic power quality deterioration, harmonic measurement and analysis is the basis and prerequisite for harmonic control. b The harmonic measurement system software LabVIEW 7. 0 on developed. The whole process mainly consists of the following modules: signal module, low-pass filter module, the signal windowed processing module, harmonic analysis module, the proportion of modules and recording module. As long as the measurement of technical personnel to enter the platform, by calling the control icon easy to build high-performance measurement instruments. (2011-02-07, LabView, 225KB, 下载124次)

http://www.pudn.com/Download/item/id/1425015.html
总计:210