Struct loop_filter_state_t¶
ClassList > loop_filter_state_t
Second-order PI loop filter state (embeddable by value).
#include <loop_filter_core.h>
Public Attributes¶
| Type | Name |
|---|---|
| double | bn |
| double | integ |
| double | ki |
| double | kp |
| double | t |
| double | zeta |
Public Attributes Documentation¶
variable bn¶
loop noise bandwidth, normalized cycles/sample.
variable integ¶
integrator memory = running rate/freq estimate.
variable ki¶
integral gain (derived from bn, zeta, t).
variable kp¶
proportional gain (derived from bn, zeta, t).
variable t¶
update period in samples.
variable zeta¶
damping factor (0.707 = critically damped).
The documentation for this class was generated from the following file native/inc/loop_filter/loop_filter_core.h