Brooklyn/IPoverVHF/test/include.sh
Scare Crowe b73fb8b536 BrooklynR dsat NXT 1.2 with IpoverVHF source
* Try that punk NASA -_-
2021-07-20 21:20:39 +05:00

11 lines
221 B
Bash

dash_host=penetrator
freq=144500000
Fs=240000
Rb=10000
rx_freq=$(($freq-2*$Rb))
numTxPackets=1000
bitsPerPacket=100
numTxBits=$(( ${numTxPackets}*${Rb}/${bitsPerPacket} ))
passRxPackets=$(( $numTxPackets-10 ))
rx_secs=15