Skip to content

komm.TransmitFilter

Transmit filter.

__init__()

Constructor for the class.

Parameters:

  • pulse (FormattingPulse)

    The pulse filter.

  • samples_per_symbol (int)

    The number of samples (of the output) per symbol (of the input).

pulse property

The pulse filter.

samples_per_symbol property

The number of samples per symbol.

__call__()

Formats a sequence of symbols.

Parameters:

  • inp (Array1D[float] | Array1D[complex])

    The input signal, containing symbols of a modulation.

Returns:

  • outp (SameAsInput)

    The output signal, formatted.