Skip to content

komm.SincPulse

Sinc pulse. It is a formatting pulse with impulse response given by $$ h(t) = \operatorname{sinc}(t) = \frac{\sin(\pi t)}{\pi t}. $$ The sinc pulse is depicted below.

Sinc pulse.

__init__()

Constructor for the class.

Parameters:

  • length_in_symbols (int)

    The length (span) of the truncated impulse response, in symbols.

Examples:

>>> pulse = komm.SincPulse(length_in_symbols=64)

length_in_symbols property

The length (span) of the truncated impulse response.