Update transmit.py rx with 4 decimal places

master-b-d
Alan Johnston 1 month ago committed by GitHub
parent c52e4c484c
commit b766789e45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1001,7 +1001,7 @@ if __name__ == "__main__":
print(txr)
rx_doppler_freq_hz = rx_doppler_start_hz + tx_doppler_shift_hz
print(rx_doppler_freq_hz)
rx = "{:.3f}".format(rx_doppler_freq_hz/1e6)
rx = "{:.4f}".format(rx_doppler_freq_hz/1e6)
print(rx)
program_fm(rx,tx,rxpl_value,sq,txpl_value)
print("Carrier detected")

Loading…
Cancel
Save

Powered by TurnKey Linux.