Back

gr‑bbc

img

Module Info

This project implements Baird, Bahn, and Collins' BBC codec in GNURaduio See the GRCon22 events page for background information and use-case explanation. If you want, watch our GRCon22 presentation, here.

The BBC algorithm assumes an asymmetric Z channel, where a mark (bit with value 1) can be added, but cannot be removed. Naturally, OOK is a straightforward implementation for such a channel.

These blocks conduct BBC encoding/decoding before physical-layer transmission/reception.

Some examples of use-cases for BBC are included, - bbc_gr_base.grc: demonstrates encoding/decoding to reproduce an encoded message. The most basic use case. - bbc_gr_ook.grc: Combines bbc_gr_base.grc with OOK modulation for TX/RX testing - bbc_gr_ook_fhss.grc: Simulates a low-bandwidth BBC-encoded OOK signal that triggers a frequency hop for another signal