LabVIEW程序实例
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
1、Build a VI that generate a random number between zero and ten,and then divides it by an input number and diaplays the result on the front panel.If the input number is zero,the VI lights an LED to flag a “divide by zero”error
2、3-1,P43
3、Try create a VI to compute n!
4、求500个随机数中的最大值和最小值。
5、3-3,P44
6、3-4,P46
7、3-5,P49 If implement this equation using regular G arithmetic functions,the block diagram looks like the one in the following illustration.Please imolement the same equation using a Formula Node,and add event to control when the VI executes.
8、设计一个简单信号源,能选择正弦波、三角波和方波并用Waveform Graphe显示。
9、4-1,P68 10、4-5,P72
11、(1)显示一个二维数组的行数和列数(2)查找一个二维数组中最大值,以及最大值在数组中的位置。
12、5-2,P89
13、6-1,P100
14、6-3,P103
15、7-4,P120
16、7-5,P121
17、双边傅里叶
18、课堂例子:正弦波形的采集和显示
19、完成“摄氏温度转换为华氏温度”的程序设计。当摄氏温度超过0-100的范围时,给出告警信息华氏温度=(9/5)*摄氏温度+32。
20、产生100个范围可变的随机数,并在Graph上显示c语言中用rand()产生一个0-32767的随机数
21、求斜率
22、正弦波、方波、三角波的产生。