3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-22 15:15:53 +00:00
Brooklyn/IPoverVHF/test/include.sh

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