Skip to content

lmlib.statespace.segment

Attributes:

Attributes

BACKWARD module-attribute

BACKWARD = 'bw'

str : Sets the recursion direction in a Segment to backward, use BACKWARD or BW

BW module-attribute

BW = BACKWARD

str : Sets the recursion direction in a Segment to backward, use BACKWARD or BW

FORWARD module-attribute

FORWARD = 'fw'

str : Sets the recursion direction in a Segment to forward, use FORWARD or FW

FW module-attribute

FW = FORWARD

str : Sets the recursion direction in a Segment to forward, use FORWARD or FW

Classes

  • Segment — Segment defining a window interval for weighting signal samples in a cost function.