Signal
- class Signal(envelope=0.0, frequency=0.0)
A real-valued harmonic signal.
- Parameters:
Note
The signal is the real part of a complex exponential:
\[s(t) = \Re\{A(t)e^{i 2 \pi f t}\},\]where \(A(t)\) is represented by the
envelope, \(f\) represented by thefrequency, and \(t\) is the time.Attributes
a constant or a callable of time (in \(\text{T}\)).
Carrier frequency of the signal (in \(\text{MHz}\)).