Module ts
[frames] | no frames]

Module ts

A class of signals that is created by putting another signal through a transducer (state machine).

Classes
  TransducedSignalSlow
Given a state a signal s and a state machine m, generate a new signal that has value 0 for any k < 0, and otherwise has the output of m, with s as its input, as its value
  TransducedSignal
Given a signal s, and a state machine m, generate a new signal that has value 0 for any k < 0, and otherwise has the output of m, with s as its input, as its value
Variables
  __package__ = None