Pilot Symbol Sequence

Inheritance diagram of hermespy.modem.waveform.PilotSymbolSequence

This class provides a framework for defining and managing pilot symbol sequences, which are used in various modulation schemes to assist in channel estimation and synchronization. It serves as a base class and can be extended to implement specific pilot symbol patterns for different communication systems.

class PilotSymbolSequence[source]

Bases: Serializable

Abstract base class for pilot sequences.

abstract property sequence: ndarray

The scalar sequence of pilot symbols.

For a configurable pilot section, this symbol sequence will be repeated accordingly.

Returns: The symbol sequence.