Skip to content

Instantly share code, notes, and snippets.

@cbassa
Created February 26, 2023 14:26
Show Gist options
  • Save cbassa/1ea12b3c2b4091ac73623f67296febda to your computer and use it in GitHub Desktop.
Save cbassa/1ea12b3c2b4091ac73623f67296febda to your computer and use it in GitHub Desktop.
S-band capture script for B-200
# 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