Update frequency.py add start_hz

master-bd
Alan Johnston 3 weeks ago committed by GitHub
parent ecee072272
commit 82f8226997
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -370,6 +370,17 @@ if (doppler_mode == 'off'):
if (doppler_mode == 'sim'):
print("Sim mode")
if (mode == 'e'):
tx_doppler_start_hz = txrf * 1e6
else:
tx_doppler_start_hz = txf * 1e6
tx_doppler_shift_hz = 0
print(f"Tx center frequency: {tx_doppler_start_hz}")
rx_doppler_start_hz = rxf * 1e6
rx_doppler_shift_hz = 0
print(f"Rx center frequency: {rx_doppler_start_hz}")
TARGET_PASS = 85 # Maximum elevation profile
doppler_table = iss_doppler_passes[TARGET_PASS]
print(f"Pass Max Elevation: {TARGET_PASS}°")

Loading…
Cancel
Save

Powered by TurnKey Linux.