Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Partially implement xor correlator (untested) | Nao Pross | 2021-11-18 | 3 | -26/+47 | |
| | ||||||
* | Begin frame sync block | Nao Pross | 2021-11-18 | 3 | -22/+76 | |
| | ||||||
* | Begin working on frame syncronization | Nao Pross | 2021-11-17 | 7 | -37/+85 | |
| | ||||||
* | Replace GNURadio scripts with network code | Nao Pross | 2021-11-17 | 5 | -103/+90 | |
| | ||||||
* | Test UDP connection on sink block | Nao Pross | 2021-11-15 | 2 | -3/+14 | |
| | | | | Can be tested locally with: netcat -l4kuv localhost 31415 | |||||
* | Create UI Plot sink block | Nao Pross | 2021-11-15 | 5 | -2/+83 | |
| | ||||||
* | Partially fix framer | Nao Pross | 2021-11-15 | 2 | -17/+42 | |
| | ||||||
* | Implement basic framer | Nao Pross | 2021-11-15 | 2 | -4/+20 | |
| | ||||||
* | Create build and install script for debian | Nao Pross | 2021-11-15 | 1 | -0/+8 | |
| | | | | | There is a bug in GR 3.8 that installs the blocks in the wrong dir. See: https://github.com/gnuradio/gnuradio/issues/5121 | |||||
* | Add missing OOT file | Nao Pross | 2021-11-13 | 1 | -0/+83 | |
| | ||||||
* | Create (a new) OOT | Nao Pross | 2021-11-12 | 34 | -0/+15171 | |
| | ||||||
* | Create QAM without gui | Nao Pross | 2021-11-11 | 1 | -0/+1 | |
| | ||||||
* | Rename sketch.py to gui.py, move tests in test/ directory | Nao Pross | 2021-11-11 | 12 | -417/+0 | |
| | ||||||
* | Minor changes to sketch.py | Nao Pross | 2021-11-11 | 1 | -21/+31 | |
| | ||||||
* | Update GUI sketch | Nao Pross | 2021-11-10 | 1 | -120/+51 | |
| | ||||||
* | Work on dearpygui wrapper | Nao Pross | 2021-11-10 | 2 | -84/+187 | |
| | ||||||
* | QAM Hardware Vorbereitung | sara | 2021-11-08 | 1 | -4/+0 | |
| | ||||||
* | An graphischer Darstellung weitergearbeitet | sara | 2021-11-06 | 13 | -12/+470 | |
| | ||||||
* | An scr gearbeitet | sara | 2021-11-06 | 1 | -8/+58 | |
| | ||||||
* | Merge remote-tracking branch 'origin/master' | sara | 2021-11-06 | 39 | -15278/+19 | |
|\ | ||||||
| * | Merge branch 'master' of github.com:NaoPross/Fading | Nao Pross | 2021-11-03 | 38 | -15266/+3 | |
| |\ | ||||||
| | * | Create link to QPKS in src/ for DearPyGUI interface | Nao Pross | 2021-11-03 | 2 | -0/+3 | |
| | | | ||||||
| | * | Remove custom block | Nao Pross | 2021-11-03 | 36 | -15266/+0 | |
| | | | ||||||
| * | | Delete demo.py and and comments to sketch.py | Nao Pross | 2021-11-03 | 2 | -12/+13 | |
| |/ | ||||||
* | | scr tests | sara | 2021-11-06 | 2 | -0/+3 | |
|/ | ||||||
* | Merge branch 'master' of github.com:NaoPross/Fading | Naoki Pross | 2021-10-24 | 1 | -18/+18 | |
|\ | ||||||
| * | Update RX UI block yaml | Nao Pross | 2021-10-22 | 1 | -18/+18 | |
| | | ||||||
| * | Remove poetry project | Nao Pross | 2021-10-22 | 2 | -91/+0 | |
| | | | | | | | | | | | | | | | | | | Actually because of how gnuradio works it would be a mess to have a virtualenv. It is easier to just run $ pip3 install dearpygui instead. And the other deps (numpy) are installed anyways. | |||||
| * | Create pyproject file with poetry to work on other distros | Nao Pross | 2021-10-22 | 2 | -0/+91 | |
| | | ||||||
* | | Create nix overlay for gnuradio | Naoki Pross | 2021-10-24 | 3 | -2/+10 | |
|/ | ||||||
* | Make gr block compilable | Naoki Pross | 2021-10-22 | 3 | -6/+9 | |
| | ||||||
* | Create (empty) out of tree gnuradio module fading_ui with block rx_ui_sink | Nao Pross | 2021-10-22 | 36 | -0/+15265 | |
| | ||||||
* | Experiment with dearpygui, create a sketch of the UI on the RX side | Naoki Pross | 2021-10-21 | 1 | -0/+61 | |
| | ||||||
* | Add deps to build out of tree block to nix env | Naoki Pross | 2021-10-20 | 1 | -14/+7 | |
| | ||||||
* | Prepare nix env for dearpygui ui | Naoki Pross | 2021-10-20 | 3 | -0/+74 | |