fix laser lock params
This commit is contained in:
parent
6d0d2cb253
commit
c6b13866bc
4
dmi.py
4
dmi.py
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue