资源列表
LabVIEW-Verify-Code
- LabVIEW 登陆验证码程序,自动生成数值验证码-LabVIEW login verification code program, automatically generate numerical codes
a_simple_Calculator
- 这是用labview 编写的一个简易的计算器程序。-It is used labview prepared a simple calculator program.
BP2
- BP神经网络研究,用labview实现,简明扼要,非常简单-BP neural network research, realized with labview
crc8
- crc8校验生成,输入一定字节,可以生成8位crc校验数,用于调试极为方便-Enter some bytes that can generate 8-bit crc checksum number is very convenient for debugging
splline
- Labview中实现三次样条插值的,可以进行简单的插值运算,运行简单,运算快速准确- Spline in labview, by using this you can get the accurate value of spline function of a set of data
USB-DAQ-Digtial-Input_All
- 多功能USB DAQ对多通道DI进行同步控制-Multifunction USB DAQ board for multi-channel DMA controller
USB-DAQ-Digtial-Input_Single
- 多功能USB DAQ板卡对多通道DI的独立控制-Multifunction USB DAQ board independent control of the multi-channel DA
CollSpeech
- 四路语音信号采集,并将采集到的数字信号保存为文件输出-Four audio signal acquisition, and save the collected digital signal output file
CAN_labview
- Can的通信驱动-can test
3-stippled-arc
- 3点画弧,三点绘制圆弧就是已知三点,通过这三点画圆弧。在画圆弧时先选择三点绘制圆弧命令,然后选定圆弧的起点(第一点)、再选定第二点、最后选定终点(第三点),三点绘制圆弧完成。在选择起点、第二点和终点时,可以按顺时针方向选取,也可以按逆时针方向选取。-3 stipple arc, three three-point arc is drawn is known, an arc through three points. When drawing an arc to three points to
HE--LabVIEW
- 直方图均衡化是灰度变换的一个重要应用,它高效且易于实现,广泛应用于图像增强处理中。图像的像素灰度变化是随机的,直方图的图形高低不齐,直方图均衡化就是用一定的算法使直方图大致平和。-Histogram equalization is an important application of gray transform it efficient and easy to implement, widely used in image enhancement processing. Pixel gray
improved-harris
- 从经典的Harris角点检测方法不难看出,该算法的稳定性和k有关,而k是个经验值,不好把握,浮动也有可能较大。鉴于此,改进的Harris方法()直接计算出两个特征值,通过比较两个特征值直接分类,这样就不用计算Harris响应函数了。 另一方面,我们不再用非极大值抑制了,而选取容忍距离:容忍距离内只有一个特征点。该算法首先选取一个具有最大最小特征值的点(即:max(min(e1,e2)),e1,e2是harris矩阵的特征值)作为角点,然后依次按照最大最小特征值顺序寻找余下的角点,当然和前一