QortalOS Brooklyn for Raspberry Pi 4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
221 B

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