▍1. 示波器
给大家上传一个用Labview做的示波器供大家参考!里面有源程序,大家可以套用。(To upload a Labview oscilloscope for your reference! There are active programs, you can apply them.)
三层神经网络的Labview,没有使用任何模块,BP误差传递用矩阵实现,并含有MNIST数据集。(NN from Labview, including labview file and MNIST data file.)
说明: 三层神经网络的Labview,没有使用任何模块,BP误差传递用矩阵实现,并含有MNIST数据集。(NN from Labview, including labview file and MNIST data file.)
用labview调用dll文档方案说明书,可工参考(Use the labview control dll procedure)
说明: 用labview调用dll文档方案说明书,可工参考(Use the labview control dll procedure)
这是一个很有用的编程小程序,希望能给大家以借鉴(This is a very useful programming program, I hope you can learn from it.)
说明: 这是一个很有用的编程小程序,希望能给大家以借鉴(This is a very useful programming program, I hope you can learn from it.)
总结了labview学习中遇到的问题以及解决方案 适用于初学者(please unzip and read it)
说明: 总结了labview学习中遇到的问题以及解决方案 适用于初学者(please unzip and read it)
创建一个计时测试程序,比较公式节点和本地LabVIEW数学函数的平均执行时间。此程序需要一个For循环或一个平序或叠序结构以及一个Case结构。要求For循环运行计时测验N次,然后使用Statistics Express VI对结果做平均。要求顺序结构在代码运行之前以及代码运行之后对Tick Count进行采样。要求Case结构判定用户是要执行公式节点还是要执行本地LabVIEW数学函数。对每个分支运行计时测验程序。哪种方法执行时间最快?哪种方法最容易编程?别人要看程序时,哪种方法更容易理解?(Create a timing test program to compare the average execution time of formula nodes and local LabVIEW mathematical functions. This program needs a For loop or a plain or overlapping structure and a Case structure. Require the For cycle to run the timing test N times, and then use Statistics Express VI to average the results. The sequential structure is required to sample Tick Count before and after the code runs. The case structure is required to determine whether the user wants to execute formula nodes or local LabVIEW mathematical functions. Run the timing test program for each branch.)
说明: 创建一个计时测试程序,比较公式节点和本地LabVIEW数学函数的平均执行时间。此程序需要一个For循环或一个平序或叠序结构以及一个Case结构。要求For循环运行计时测验N次,然后使用Statistics Express VI对结果做平均。要求顺序结构在代码运行之前以及代码运行之后对Tick Count进行采样。要求Case结构判定用户是要执行公式节点还是要执行本地LabVIEW数学函数。对每个分支运行计时测验程序。哪种方法执行时间最快?哪种方法最容易编程?别人要看程序时,哪种方法更容易理解?(Create a timing test program to compare the average execution time of formula nodes and local LabVIEW mathematical functions. This program needs a For loop or a plain or overlapping structure and a Case structure. Require the For cycle to run the timing test N times, and then use Statistics Express VI to average the results. The sequential structure is required to sample Tick Count before and after the code runs. The case structure is required to determine whether the user wants to execute formula nodes or local LabVIEW mathematical functions. Run the timing test program for each branch.)
利用霍尔传感器通过labview测试平台直接测试车辆轮速(Hall sensor is used to directly test vehicle wheel speed through labview test platform)
双开关控制,通过两个开关来控制走廊灯的亮起和熄灭。(Double switch control.)
音频扫频信号发生器压缩包,软件转自网上,使用此软件带来的设备损坏不负责。(sweep sine wave generator, download from web, The equipment damage caused by using this software is not responsible.)
实现信号保存至文本格式,截取有用信号以便后续处理。(Save the signal to the text format and intercept the useful signal for subsequent processing.)