Hello!
I am trying to see the effects of the atmosphere on a radio signal. My idea is to see how a signal gets attenuated and delayed (varying the signal frequency and power levels). Is there a straightforward way to do this in Orekit?
My first idea was to consider the ionosphere and the troposphere. For the troposphere, I was targeting the ITURP834
model
tropo_model = ITURP834PathDelay(TimeScalesFactory.getUTC())
tropo_delay = tropo_model.pathDelay(tracking_coordinates, point, pressure_temperature_humidity, tropo_model.getParameters(date), date).getDelay()
Assuming I can retrieve some reasonable values for the pressure_temperature_humidity
, it is still not clear to me where I can play with the signal frequency and power. Could you help me in this, please?
Many thanks and best regards,
Samuele