Perfect Isolation#

class PerfectIsolation(device=None)#

Bases: Serializable, Isolation

Perfect isolation model without leakage between RF chains.

Parameters:

device (SimulatedDevice, optional) – Device the model is configured to.

yaml_tag: Optional[str] = 'PerfectIsolation'#

YAML serialization tag.

leak(signal)#

Compute leakage between RF transmit and receive chains.

Parameters:

signal (Signal, None) – The signal transmitted over the respective antenna RF chains.

Return type:

Signal

Returns: The signal components leaking into receive chains.

Raises:
  • FloatingError – If the device is not specified.

  • ValueError – If the number of signal streams does not match the number of transmitting antennas.

  • ValueError – If signal is not specified but required.