summaryrefslogtreecommitdiff
path: root/usrp/host/apps/run
blob: 5b13336c778d7be5beb0d7d33c97d225477f1589 (plain)
1
2
3
4
5
6
#!/bin/sh

./test_usrp_standard_rx -D 8 -o rx.bin
./dump_12bit_shorts <rx.bin | head -100000 >rx.ascii
./check_order rx.ascii
#./dump_12bit_shorts <rx.bin | ./check_order