Trying a different route for number of points.

This commit is contained in:
Isaac Konikoff
2019-11-12 10:30:57 -08:00
parent 741f0edb48
commit 0bb2200929

View File

@@ -7,6 +7,7 @@
################################################## ##################################################
hackrf_sn='000000000000000087c867dc2a44625f' hackrf_sn='000000000000000087c867dc2a44625f'
center_freq=5180e6 center_freq=5180e6
gnuradio_points=100000
if __name__ == '__main__': if __name__ == '__main__':
import ctypes import ctypes
@@ -38,6 +39,7 @@ if __name__ == '__main__':
args = parser.parse_args() args = parser.parse_args()
hackrf_sn = args.serno hackrf_sn = args.serno
center_freq = args.freq center_freq = args.freq
gnuradio_points = args.points
from PyQt4 import Qt from PyQt4 import Qt
from gnuradio import blocks from gnuradio import blocks