Functions
IPFFController.h File Reference
#include <labust/control/PIDBase.h>
#include <math.h>
Include dependency graph for IPFFController.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void IPFF_ffStep (PIDBase *self, float Ts, float ff)
void IPFF_modelTune (PIDBase *self, const PT1Model *const model, float w)
void IPFF_step (PIDBase *self, float Ts)
void IPFF_tune (PIDBase *self, float w)
void IPFF_wffStep (PIDBase *self, float Ts, float error, float ff)
void IPFF_wStep (PIDBase *self, float Ts, float error)

Function Documentation

void IPFF_ffStep ( PIDBase self,
float  Ts,
float  ff 
) [inline]

Calculate one step of the IPFF controller with externally supplied feedforward calculation.

Definition at line 79 of file IPFFController.h.

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.

Todo:
Document the binomial autotuning (pole-placement)

Definition at line 37 of file IPFFController.c.

void IPFF_step ( PIDBase self,
float  Ts 
) [inline]

Calculate one step of the IPFF controller.

Definition at line 59 of file IPFFController.h.

void IPFF_tune ( PIDBase self,
float  w 
)

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.

void IPFF_wStep ( PIDBase self,
float  Ts,
float  error 
) [inline]

Calculate one step of the IPFF controller with externally supplied error calculation.

Definition at line 69 of file IPFFController.h.



labust_control
Author(s): Gyula Nagy
autogenerated on Fri Aug 28 2015 11:22:42