Perfect Coupling¶

Perfect coupling between the antennas / rf-chains within a single radio-frequeny frontend, meaning the antennas operate completely independently of each other. This is HermesPy’s default coupling model.
- class PerfectCoupling(device=None)[source]¶
Bases:
Coupling
Ideal mutual coupling between two antenna arrays.
- Parameters:
device (
SimulatedDevice
|None
) – Device the model is configured to.
- classmethod Deserialize(process)[source]¶
Deserialize an object’s state.
Objects cannot be deserialized directly, instead a
Factory
must be instructed to carry out the deserialization process.- Parameters:
process (
DeserializationProcess
) – The current stage of the deserialization process. This object is generated by theFactory
and provides an interface to deserialization methods supporting multiple backends.- Return type:
- Returns:
The deserialized object.