qPID:用于嵌入式系统的开放式PID控制器 源码
qPID数字PID控制器库 介绍 该库是为嵌入式系统与真实系统进行交互而设计的数字比例-积分-微分数字控制器。 工作原理和定义 框图 详细资料 可以在找到该完整数学描述和测试结果(西班牙语)。 用法示例 # include " qPIDs.h " float setPoint = 0.0 ; float sensor = 0.0 ; float output = 0.0 ; // Example usage for the qPID library for controlling the speed of a simle motor // The idea is to control the speed of the motor by varing the voltage applied via PWM float readSensor ( void ); // A function
文件列表
qPID-master.zip
(预估有个5文件)
qPID-master
kharsansky-quadrotor-control-thesis.pdf
13.14MB
qpid_diagram.png
40KB
README.md
2KB
qPIDs.h
3KB
qPIDs.c
4KB
暂无评论