From 414190a5addd6177c03342eaa4fe8ef0b66faf8d Mon Sep 17 00:00:00 2001 From: Martin Ewing Date: Sun, 18 May 2014 18:39:55 -0400 Subject: [PATCH] shell scripts --- iq.sh | 6 ------ try.sh | 6 +++++- 2 files changed, 5 insertions(+), 7 deletions(-) delete mode 100755 iq.sh diff --git a/iq.sh b/iq.sh deleted file mode 100755 index 1e42e81..0000000 --- a/iq.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -# start iq on BeagleBone Black with SB1240 sound card (typical) - -nice -20 ./iq/iq.py -i 1 --hamlib -z 256 -b 14 --waterfall - diff --git a/try.sh b/try.sh index ff377fd..f2fafe5 100755 --- a/try.sh +++ b/try.sh @@ -2,7 +2,11 @@ # Audio test, Raspberry Pi, iMic soundcard, USB 1.1 ~85% cpu load # Use 'nice -20 ...' when running at highest CPU utilization. -python iq.py --rate=48000 --size=384 --index=1 --skip=-1 --n_buffers=6 --WATERFALL --sp_min=-90 --sp_max=0 --v_min=-90 --v_max=0 +#python iq.py --rate=48000 --size=384 --index=1 --skip=-1 --n_buffers=6 --WATERFALL --sp_min=-90 --sp_max=0 --v_min=-90 --v_max=0 # RTL Test, Raspberry Pi #python iq.py --RTL --WATERFALL --rtl_gain=0 --n_buffers=12 --size=384 --REV + +# Audio test, BBB, iMic, USB 2.0 ~75% cpu load +/home/martin/iq/iq.py --index=-1 --size=256 --n_buffers=6 --WATERFALL +