gnuradio decoders made by me
- file: ask.grc
- usage: modify "Wav File Source" block (input), and "File Sink" block (output).
Output data is a binary file, use commands like
hexdump foo.bin -e '/1 "%1d"' -v
to get a string output.
- file: bpsk.grc
- usage: refer to usage of ASK decoder