Antenna Isolation Modeling
- class Isolation(device=None)
Bases:
ABC
Base class for antenna isolation modeling.
- Parameters
device (SimulatedDevice, optional) – Device the model is configured to.
- property device: Optional[SimulatedDevice]
Device the model is configured to.
- Return type
Optional
[SimulatedDevice
]- Returns
Handle to the device. None, if the model is considered floating.
- leak(signal)
Compute leakage between RF transmit and receive chains.
- Parameters
signal (Signal) – The signal transmitted over the respective antenna RF chains.
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.
- Return type