kopia lustrzana https://git.code.sf.net/p/tinypythonpanadapter/code
shell scripts
rodzic
626abd7b3a
commit
414190a5ad
6
iq.sh
6
iq.sh
|
@ -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
|
|
||||||
|
|
6
try.sh
6
try.sh
|
@ -2,7 +2,11 @@
|
||||||
|
|
||||||
# Audio test, Raspberry Pi, iMic soundcard, USB 1.1 ~85% cpu load
|
# Audio test, Raspberry Pi, iMic soundcard, USB 1.1 ~85% cpu load
|
||||||
# Use 'nice -20 ...' when running at highest CPU utilization.
|
# 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
|
# RTL Test, Raspberry Pi
|
||||||
#python iq.py --RTL --WATERFALL --rtl_gain=0 --n_buffers=12 --size=384 --REV
|
#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
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue