A collection of various gnuRadio modules.
- OOK Demodulator: A hierarchy block to demodulate OOK (ASK) signals.
- Extract Payload: A C++ block which allows to extract a payload from a long stream of bits after a given header bitpattern.
- Find max channel: A C++ block to find the channel with the maximum value.
- Set variable: A python block that allows setting a variable at runtime.
- Manchester decode: Decode a Manchester-encoded bit stream.
- Manchester encode: Encode a bit stream into a Manchester-encoded bit stream
gr_modtool newmod <name of module>
cd <module>
gr_modtool add -t general -l cpp