AM243x Motor Control SDK  09.02.00

Detailed Description

Defines DCL_DF22 shadow parameter set used for updating compensator parameter.

Data Fields

float32_t b0
 pos. coefficient to e(k) More...
 
float32_t b1
 pos. coefficient to e(k-1) More...
 
float32_t b2
 pos. coefficient to e(k-2) More...
 
float32_t a1
 neg. coefficient to u(k-1) More...
 
float32_t a2
 neg. coefficient to u(k-2) More...
 

Field Documentation

◆ b0

float32_t DCL_DF22_SPS::b0

pos. coefficient to e(k)

◆ b1

float32_t DCL_DF22_SPS::b1

pos. coefficient to e(k-1)

◆ b2

float32_t DCL_DF22_SPS::b2

pos. coefficient to e(k-2)

◆ a1

float32_t DCL_DF22_SPS::a1

neg. coefficient to u(k-1)

◆ a2

float32_t DCL_DF22_SPS::a2

neg. coefficient to u(k-2)