Created
February 26, 2023 14:26
-
-
Save cbassa/1ea12b3c2b4091ac73623f67296febda to your computer and use it in GitHub Desktop.
S-band capture script for B-200
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Settings | |
FREQ=2242e6 | |
RATE=4e6 | |
FIFO=$HOME/satobs/s-band/fifo | |
export UHD_IMAGES_DIR=/opt/uhd/share/uhd/images | |
# Start channelizer | |
nice -20 rffft -i $FIFO -p $HOME/satobs/s-band -f $FREQ -s $RATE & | |
# Start rx_samples_to_file | |
nice -20 rx_samples_to_file --file $FIFO --freq $FREQ --rate $RATE --gain 73 --ant RX2 --type short --continue #--ref external |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment