mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-29 09:52:35 +00:00
Trying a different route for number of points.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user