Skip to content

Commit

Permalink
debug commands
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Mar 16, 2024
1 parent 174f04a commit a8487d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spf/commands
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
export PYTHONPATH=/home/pi/
xs="78 79 80 81 82 83 84 85 86"; for x in $xs; do python grbl_sdr_collect.py --receiver-ip 192.168.1.16 --emitter-ip 192.168.1.15 --grbl-serial /dev/ttyACM0 --record-n 400000 --out bw_filter_${x}.npy; done


#benchmarking
python sdr_controller.py --fc 2467000000 --receiver-uri usb:2.12.5 --mode rx --rx-mode fast_attack --nthetas 65 --rx-n 4096 --benchmark

python sdr_controller.py --fc 2467000000 --receiver-uri usb:1.13.5 --mode rx --rx-mode fast_attack --nthetas 65 --rx-n 65536 --benchmark --fs 25000000

0 comments on commit a8487d7

Please sign in to comment.