|
|
|
@ -536,7 +536,7 @@ def update_doppler(fm="yes"):
|
|
|
|
tx_doppler_freq_hz = new_tx_frequency
|
|
|
|
tx_doppler_freq_hz = new_tx_frequency
|
|
|
|
rx_doppler_freq_hz = new_rx_frequency
|
|
|
|
rx_doppler_freq_hz = new_rx_frequency
|
|
|
|
print(f"Tx Doppler shift: {tx_doppler_freq_hz:.0f}")
|
|
|
|
print(f"Tx Doppler shift: {tx_doppler_freq_hz:.0f}")
|
|
|
|
rx_doppler_freq_hz = rx_doppler_start_hz + rx_doppler_shift_hz
|
|
|
|
# rx_doppler_freq_hz = rx_doppler_start_hz + rx_doppler_shift_hz
|
|
|
|
print(f"Rx Doppler shift: {rx_doppler_freq_hz:.0f}")
|
|
|
|
print(f"Rx Doppler shift: {rx_doppler_freq_hz:.0f}")
|
|
|
|
if (fm != "no"):
|
|
|
|
if (fm != "no"):
|
|
|
|
rx = "{:.4f}".format(rx_doppler_freq_hz/1e6)
|
|
|
|
rx = "{:.4f}".format(rx_doppler_freq_hz/1e6)
|
|
|
|
|