搜索资源列表
Steering-wheel-angle-step-input-test
- 可实现汽车操纵稳定性中转向角转角阶跃输入试验。包括数据采集,处理及存储的全过程。-Steering angle angle step input test vehicle handling and stability can be achieved. Including data acquisition, processing and storage of the whole process.
Steady-static-circular-test
- 可实现汽车操纵稳定性中稳态回转试验。包括数据采集,处理及存储的全过程。-To achieve steady-state circular test vehicle handling and stability. Including data acquisition, processing and storage of the whole process.
Pylon-course-slalom-test
- 可实现汽车操纵稳定性中蛇行试验。包括数据采集,处理及存储的全过程。-Vehicle handling and stability can be achieved in the hunting test. Including data acquisition, processing and storage of the whole process.
Steering-efforts-test
- 可实现汽车操纵稳定性中转向轻便性试验。包括数据采集,处理及存储的全过程。-Steering portable test vehicle handling and stability can be achieved. Including data acquisition, processing and storage of the whole process.
Braking-performance-test
- 可实现汽车操纵稳定性中制动性能试验。包括数据采集,处理及存储的全过程。-Vehicle handling and stability can be achieved in braking performance tests. Including data acquisition, processing and storage of the whole process.
LabVIEW-point-line-meter
- 利用Matlab的图象处理功能对摄象头采集到的仪表图象进行分析,得到指示值,同时利用dll 技术,在虚拟仪器编程软件Labview 中调用,输出得到对应的计算值,实现了对指针式仪表的自动监控,增加了整个系统的稳定性和可靠性。-Using Matlab image processing functions on the image pickup head collected instrument image analysis, to give the instruction value, whil
system
- 系统稳定性分析,本科毕业设计,希望对大家有帮助-System stability analysis, graduate design, we hope to help
LabVIEW-time-sequence-programming
- labview中最常用的定时功能的规范化编程范例,有助于提高程序运行稳定性-standardized programming paradigm labview most commonly used timing functions, help to improve the stability of the program running
esp1
- 汽车稳定性控制ESP的LabVIEW程序,经过实际验证,精度较好。-Vehicle Stability Control ESP LabVIEW program, after the actual verification, the accuracy is better.
PID-control-of-DC-motor
- 基于Labview的直流电机闭环调速 稳定性好-Labview-based closed-loop DC motor speed control
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.
improved-harris
- 从经典的Harris角点检测方法不难看出,该算法的稳定性和k有关,而k是个经验值,不好把握,浮动也有可能较大。鉴于此,改进的Harris方法()直接计算出两个特征值,通过比较两个特征值直接分类,这样就不用计算Harris响应函数了。 另一方面,我们不再用非极大值抑制了,而选取容忍距离:容忍距离内只有一个特征点。该算法首先选取一个具有最大最小特征值的点(即:max(min(e1,e2)),e1,e2是harris矩阵的特征值)作为角点,然后依次按照最大最小特征值顺序寻找余下的角点,当然和前一