1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2025-04-21 12:27:27 +03:00

usrp/sps/20110306: examine sidebands ("spikes") and try to reduce them

This commit is contained in:
Werner Almesberger
2011-03-07 04:45:15 -03:00
parent 9100fdf431
commit a60fb1e26d
2 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# we need bash for {1,2,3}
SHELL=/bin/bash
TRIES_1=a b c d e f g
TRIES_2=i j
TRIES_3=a b c
RUNS=atusb-20110214-4-0 atusb-20110214-4-1 atusb-20110214-4-2 \
$(TRIES_1:%=atusb-20110214-4%-{0,1,2}) \
atusb-20110214-4h-0 atusb-20110214-4h-1 \
$(TRIES_2:%=atusb-20110214-4%-{0,1,2}) \
atusb-20110214-3-0 atusb-20110214-3-1 atusb-20110214-3-2 \
$(TRIES_3:%=atusb-20110214-3%-{0,1,2}) \
all:
echo $(RUNS)
upload:
rsync -e ssh --progress index.html *.png \
www-data@downloads.qi-hardware.com:werner/wpan/20110306/
index:
PATH=..:../..:$$PATH time ../row $(RUNS) >index.html