Reception¶
- class CommunicationReception(signal, frames=None)[source]¶
Bases:
Reception
Collection of information generated by receiving over a modem.
Returned when calling the
receive
method of aReceivingModem
instance.- Parameters:
signal (Signal) – Received communication base-band waveform.
frames (List[CommunicationReceptionFrame], optional) – Individual received communication frames.
- property bits: ndarray¶
Received bits after FEC decoding.
- Returns:
Numpy array containing received bits.
- property encoded_bits: ndarray¶
Received bits before FEC decoding.
- Returns:
Numpy array containing received bits.
-
frames:
List
[CommunicationReceptionFrame
]¶ Individual received communication frames.