Link State¶

- class LinkState(transmitter, receiver, carrier_frequency, bandwidth, time)[source]¶
Bases:
object
Physical parameters of wireless channel link in time and space.
- Parameters:
transmitter (
SimulatedDeviceState
) – State of the transmitting device at the time of sampling.receiver (
SimulatedDeviceState
) – State of the receiving device at the time of sampling.carrier_frequenc) – Carrier frequency of the channel in Hz.
bandwidth (
float
) – Bandwidth of the propagated signal in Hz.time (
float
) – Time of the channel state information in seconds.
- property receiver: SimulatedDeviceState¶
State of the receiving device at the time of sampling.
- property transmitter: SimulatedDeviceState¶
State of the transmitting device at the time of sampling.