Module ts :: Class TransducedSignal
[frames] | no frames]

Class TransducedSignal

sig.Signal --+
             |
            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

Instance Methods
 
__init__(self, s, m)
 
sample(self, k)

Inherited from sig.Signal: __add__, __mul__, __rmul__, crossings, mean, period, plot, samplesInRange