Skip to content

GNURadio OOT module with tools for satellite decoding

License

Notifications You must be signed in to change notification settings

infostellarinc/gr-sattools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gr-sattools

dependencies

  • gnuradio >=3.7.12
  • zeromq

build

mkdir build/
cd build
cmake ../
make -j4
make install

usage

see examples/ directory

blocks

ASM+Golay Decoder

ASM+Golay Decoder block

Decoder for ASM+Golay mode.

  • Input: raw bitstream from the demodulator in unpacked bytes (1 bit/byte).

  • Output: messages containing CSP packets, which can be fed to the CSP zmqhub PUB sink block.

This is a hierarchical block roughly equivalent to the following blocks.

ASM+Golay Decoder Internals

Async CRC32-Castagnoli

Computes or checks CRC32-Castagnoli in async messages.

Golay24 Decoder

Block used for header decoding in ASM+Golay mode. Expects 24 unpacked bits in the input port, which then are decoded using extended binary Golay code.

  • If decoding is successful, a message is sent with a dictionary containing all tags from the input and a frame_len pair containing the frame length in bits.
  • If decoding fails, a PMT_F message is sent.

Reed-Solomon CCSDS Decoder

Decodes async messages using CCSDS Reed-Solomon variant (NO dual-basis representation).

CSP zmqhub PUB sink

Connects PDUs containing CSP packets to a zmqhub interface from libcsp.

About

GNURadio OOT module with tools for satellite decoding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 56.9%
  • C++ 29.8%
  • C 7.1%
  • Python 6.2%