Skip to content

komm.ManchesterPulse

Manchester pulse. It is a formatting pulse with impulse response given by $$ h(t) = \begin{cases} -1, & 0 \leq t < 1/2, \\ 1, & 1/2 \leq t < 1, \\ 0, & \text{otherwise}. \end{cases} $$ The Manchester pulse is depicted below.

Manchester pulse.

__init__()

Constructor for the class. It expects no parameters.

Examples:

>>> pulse = komm.ManchesterPulse()