diff --git a/dmi.py b/dmi.py index b2c9c99..1d1b254 100644 --- a/dmi.py +++ b/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()