Perfect Coupling

Inheritance diagram of hermespy.simulation.coupling.perfect.PerfectCoupling

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 the Factory and provides an interface to deserialization methods supporting multiple backends.

Return type:

PerfectCoupling

Returns:

The deserialized object.

serialize(serialization_process)[source]

Serialize this object’s state.

Objects cannot be serialized directly, instead a Factory must be instructed to carry out the serialization process.

Parameters:

process – The current stage of the serialization process. This object is generated by the Factory and provides an interface to serialization methods supporting multiple backends.

Return type:

None