fix laser lock params

master
Sebastien Bourdeauducq 2020-01-25 15:26:43 +08:00
parent 6d0d2cb253
commit c6b13866bc
1 changed files with 2 additions and 2 deletions

4
dmi.py
View File

@ -9,10 +9,10 @@ def main():
freq_base = 1086e6
bufsize = 4096
induction = InductionHeater("/dev/ttyUSB0", 430e3, 445e3)
induction = InductionHeater("/dev/ttyUSB0", 350e3, 445e3)
induction.start()
try:
stabilizer = Stabilizer(freq_sample, 0.4, 1088.3e6 - freq_base, 200e-6, induction)
stabilizer = Stabilizer(freq_sample, 0.4, 1088.1e6 - freq_base, 50e-6, induction)
position_tracker = PositionTracker(int(0.1*freq_sample/bufsize))
sdr = SoapySDR.Device()