Update auto-tune.py fix indentation

fiabv4-auto-tune
Alan Johnston 2 months ago committed by GitHub
parent 20090e5cf9
commit 5b70b566d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -15,7 +15,6 @@ if __name__ == "__main__":
if (sys.argv[2] == 'g') or (sys.argv[2] == '-g'):
graph = 'y'
sampling_rate = 1024e3 # 250e3 # Hz
duration = 65536/sampling_rate # 1 # seconds
t = np.linspace(0, duration, int(sampling_rate * duration), endpoint=False)

Loading…
Cancel
Save

Powered by TurnKey Linux.