diff options
-rw-r--r-- | cut_pause.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cut_pause.sh b/cut_pause.sh new file mode 100644 index 0000000..567ab62 --- /dev/null +++ b/cut_pause.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +#Cut the first two transmission frames of length 96ms plus 1ms +#Samplerate 8192000 Samples / Second +#64 Bit per complex float +#(96*2 + 1) / 1000 * 8192000 * 64 / 8 + +dd bs=12648448 skip=1 if=test_dat/out.iq of=out_cut_dpd.iq |