DirectDemod
DirectDemod copied to clipboard
direct demodulation of radio-signals
Bumps [numpy](https://github.com/numpy/numpy) from 1.14.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Bumps [py](https://github.com/pytest-dev/py) from 1.5.2 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...
I'm getting an error when running trying to decode noaa signals with this command: `main.py -c 137000000 -f 137100000 -d noaa "audio.wav"` I believe the error comes from line 623...
In the README file, the installation instructions with conda were missing as compared to other dev branches, [https://github.com/aerospaceresearch/DirectDemod/tree/Vinay_dev](url) and [https://github.com/aerospaceresearch/DirectDemod/tree/Vladyslav_dev](url). I have modified the conda env instruction, of installing with...
Added fullstops to increase readability.
The NOAA recordings of different stations should be mergable. It will provide two advantages: 1) it will increase the image size and mage it bigger, because overlapping parts of each...
While launching from the binder badge, at https://gke.mybinder.org/v2/gh/aerospaceresearch/DirectDemod/Vinay_dev , the console shows: `Found built image, launching...` `Launching Server...` `Launch Attempt 1 failed, retrying... ` `Launch Attempt 2 failed, retrying... `...
I have not seen any tests written for the code in this project. Tests help us ensure nothing breaks that when we fix anything but also ensure everything is working...
Signals with narrow bandwidth like CW and also 1200 BPSK (Funcube) are harder to decode due to the doppler shift and the rather high change of center frequency in relation...
https://github.com/aerospaceresearch/DirectDemod/blob/0929526c0f931d182114c4ea738dcc0cfc933001/directdemod/decode_meteorm2.py#L291 The PLL may go out of sync and/or may rotate the constellation or flip it etc. This also changes the output bitstream. Even if this happens, we must ensure...