From 0bb22009295168c05481968982b6580a5f2534c9 Mon Sep 17 00:00:00 2001 From: Isaac Konikoff Date: Tue, 12 Nov 2019 10:30:57 -0800 Subject: [PATCH] Trying a different route for number of points. --- pulse_detect.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pulse_detect.py b/pulse_detect.py index 86e69074..cecd96aa 100755 --- a/pulse_detect.py +++ b/pulse_detect.py @@ -7,6 +7,7 @@ ################################################## hackrf_sn='000000000000000087c867dc2a44625f' center_freq=5180e6 +gnuradio_points=100000 if __name__ == '__main__': import ctypes @@ -38,6 +39,7 @@ if __name__ == '__main__': args = parser.parse_args() hackrf_sn = args.serno center_freq = args.freq + gnuradio_points = args.points from PyQt4 import Qt from gnuradio import blocks