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

Class ScaledSignal

Signal --+
         |
        ScaledSignal

Signal multiplied everywhere by a constant

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

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

Method Details

__init__(self, s, c)
(Constructor)

 
Parameters:
  • s - Signal
  • c - number