Module sig :: Class R
[frames] | no frames]

Class R

Signal --+
         |
        R

Signal delayed by one time step, so that R(S).sample(n+1) = S.sample(n)

Instance Methods
 
__init__(self, s)
 
sample(self, n)

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

Method Details

__init__(self, s)
(Constructor)

 
Parameters:
  • s - Signal