Statistics
| Branch: | Tag: | Revision:

root / usrp / host / apps / run @ 38ea3a57

History | View | Annotate | Download (171 Bytes)

1
#!/bin/sh
2
3
./test_usrp_standard_rx -D 8 -o rx.bin
4
./dump_12bit_shorts <rx.bin | head -100000 >rx.ascii
5
./check_order rx.ascii
6
#./dump_12bit_shorts <rx.bin | ./check_order