Transmission#

Inheritance diagram of hermespy.modem.modem.CommunicationTransmission

class CommunicationTransmission(signal, frames=None)[source]#

Bases: Transmission

Collection of information generated by transmitting over a modem.

Returned when calling the transmit method of a TransmittingModem instance.

Parameters:
property bits: ndarray#

Transmitted bits before FEC encoding.

Returns: Numpy array of transmitted bits.

frames: List[CommunicationTransmissionFrame]#

Individual transmitted communication frames.

property num_frames: int#

Number of transmitted communication frames.

Returns:

Number of frames.

property symbols: Symbols#