Go to the source code of this file.
Functions | |
void | IPFF_modelTune (PIDBase *self, const PT1Model *const model, float w) |
void | IPFF_tune (PIDBase *self, float w) |
void | IPFF_wffStep (PIDBase *self, float Ts, float error, float ff) |
void IPFF_modelTune | ( | PIDBase * | self, |
const PT1Model *const | model, | ||
float | w | ||
) |
Autotune the IP controller based on the supplied PT1Model and desired closed loop frequency.
Definition at line 37 of file IPFFController.c.
Autotune the IP controller using the plant model 1. Valid for higher level controllers.
Definition at line 50 of file IPFFController.c.
void IPFF_wffStep | ( | PIDBase * | self, |
float | Ts, | ||
float | error, | ||
float | ff | ||
) |
Calculate one step of the IP controller with externally supplied error and feedforward calculation.
Definition at line 57 of file IPFFController.c.