diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2021-03-25 13:07:23 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2021-03-25 13:09:30 +0100 |
commit | 7f46a3879c9c76aa817cc27fb39718b8dd813f96 (patch) | |
tree | 0a81cc1f8763195a7bf7b351d4ba082675e3bc1e /decoder/README.md | |
parent | e1cb67c6ce1b260582a87e0cf61ebfd29067febd (diff) | |
download | glutte-o-matic-7f46a3879c9c76aa817cc27fb39718b8dd813f96.tar.gz glutte-o-matic-7f46a3879c9c76aa817cc27fb39718b8dd813f96.tar.bz2 glutte-o-matic-7f46a3879c9c76aa817cc27fb39718b8dd813f96.zip |
Port analyse_capture.py to GNURadio 3.8
Diffstat (limited to 'decoder/README.md')
-rw-r--r-- | decoder/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/decoder/README.md b/decoder/README.md index 870f69f..7ebc2b8 100644 --- a/decoder/README.md +++ b/decoder/README.md @@ -3,11 +3,14 @@ Introduction This folder contains a set of scripts that can be used to automatically decode the PSK125 beacon at 22:00 +The `analyse_capture.grc` was designed with GNURadio 3.7, but later the python file was +manually ported to GNURadio 3.8, because the [MPSK receiver block was deprecated](https://github.com/gnuradio/gnuradio/issues/1083) + Dependencies ------------ * Python 3 -* GNURadio 3.7 +* GNURadio 3.8 * An SDR device and a suitable I/Q capture tool Principle of operation @@ -25,5 +28,3 @@ References https://sdradventure.wordpress.com/2011/10/15/gnuradio-psk31-decoder-part-1/ https://sdradventure.wordpress.com/2011/10/15/gnuradio-psk31-decoder-part-2/ - -For GnuRadio 3.8, maybe consider https://github.com/dl1ksv/gr-radioteletype |