Update auto-tune.py fix format

fiabv4-auto-tune
Alan Johnston 2 months ago committed by GitHub
parent 54466634cf
commit 20c2c53a73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -83,7 +83,7 @@ if __name__ == "__main__":
offset = (np.argmax(x)*(150e3 - 10e3)/(9770 - 709))
freq_max = center_frequency + offset
print(f" {:.0f} {.2f}".format(freq_max, max_value)
print(f" {freq_max:.0f} {max_value:.2f}")
#print(f"The minimum signal is {min_value} at frequency {freq_min}")
#print(min_value)

Loading…
Cancel
Save

Powered by TurnKey Linux.