liba 0.1.15
An algorithm library based on C/C++
|
instance structure for single neuron PID controller More...
#include <pid_neuro.h>
Data Fields | |
a_pid | pid |
instance structure for PID controller | |
double | k |
proportional output coefficient | |
double | wp |
proportional weight | |
double | wi |
integral weight | |
double | wd |
derivative weight | |
double | ec |
error change | |
instance structure for single neuron PID controller