Expanded readme

This commit is contained in:
Sebastian 2020-01-12 21:34:26 +01:00
parent 54ff5f69f4
commit 24c802063c
1 changed files with 13 additions and 0 deletions

View File

@ -33,3 +33,16 @@ cd sstv-testbed
```
4. Check the results in the `output` folder
Files
-----
A quick rundown of the different files in this repo.
* `run_iq_test.sh` runs `sstv_testbed_iq.grc` on the samples in `samples_iq`
* `run_ogg_test.sh` runs `sstv_testbed_ogg.grc` on the samples in `samples_ogg`
* `render.py` prototype of the rendering code in the decoder block
* `sstv_demod.grc` prototype of the decoder flowgraph, produces `demod.dat` for render.py
* `sstv_pd120_rtl.grc` Receiver flowgraph for live testing with an rtl-sdr
* `sstv_testbed_iq.grc` flowgraph for demodulating `samples_iq`
* `sstv_testbed_ogg.grc` flowgraph for demodulating `samples_ogg`
* `setup_env.sh` stets up some environment variable to make gnuradio find all the shared object files.
May be required on some systems.