LIBML
Version 3.2.4
LIBML DSP Software Library
|
Instance structure for the floating-point PID Control. More...
#include <tpt_math_controller.h>
Data Fields | |
f32_t | fA0 |
The derived gain, A0 = Kp + Ki + Kd. More... | |
f32_t | fA1 |
The derived gain, A1 = -Kp - 2Kd. More... | |
f32_t | fA2 |
The derived gain, A2 = Kd. More... | |
f32_t | fState [3] |
x[n - 1], x[n - 2], and y[n - 1] More... | |
f32_t | fKp |
The proportional gain. More... | |
f32_t | fKi |
The integral gain. More... | |
f32_t | fKd |
The derivative gain. More... | |
Instance structure for the floating-point PID Control.
f32_t tpt_pid_f32_s::fA0 |
The derived gain, A0 = Kp + Ki + Kd.
f32_t tpt_pid_f32_s::fA1 |
The derived gain, A1 = -Kp - 2Kd.
f32_t tpt_pid_f32_s::fA2 |
The derived gain, A2 = Kd.
f32_t tpt_pid_f32_s::fKd |
The derivative gain.
f32_t tpt_pid_f32_s::fKi |
The integral gain.
f32_t tpt_pid_f32_s::fKp |
The proportional gain.
f32_t tpt_pid_f32_s::fState[3] |
x[n - 1], x[n - 2], and y[n - 1]