Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fir filter delay python file | SARA | 2021-11-17 | 1 | -0/+286 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | sara | 2021-11-17 | 1 | -0/+0 |
|\ | |||||
| * | Remove PDF | Nao Pross | 2021-11-17 | 1 | -0/+0 |
| | | |||||
* | | Fading angepasst | sara | 2021-11-17 | 10 | -39/+2859 |
|/ | |||||
* | Merge remote-tracking branch 'origin/master' | sara | 2021-11-17 | 6 | -105/+92 |
|\ | |||||
| * | Replace GNURadio scripts with network code | Nao Pross | 2021-11-17 | 6 | -105/+92 |
| | | |||||
* | | Doku weitergeschriben/angepasst | sara | 2021-11-17 | 5 | -20/+35 |
|/ | |||||
* | Small cosmetic changes in doc | Nao Pross | 2021-11-17 | 1 | -14/+12 |
| | |||||
* | Docu Simulations teil angefangen | sara | 2021-11-16 | 8 | -59/+106 |
| | |||||
* | Merge branch 'master' of github.com:NaoPross/Fading | Nao Pross | 2021-11-15 | 7 | -66/+168 |
|\ | |||||
| * | Merge remote-tracking branch 'origin/master' | sara | 2021-11-15 | 11 | -314/+229 |
| |\ | |||||
| * | | FIR Filter beendet | sara | 2021-11-15 | 7 | -66/+168 |
| | | | |||||
* | | | Test UDP connection on sink block | Nao Pross | 2021-11-15 | 4 | -5/+20 |
| |/ |/| | | | | | Can be tested locally with: netcat -l4kuv localhost 31415 | ||||
* | | Create UI Plot sink block | Nao Pross | 2021-11-15 | 6 | -5/+100 |
| | | |||||
* | | Partially fix framer | Nao Pross | 2021-11-15 | 4 | -322/+118 |
| | | |||||
* | | 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 | ||||
* | Crate slides | Nao Pross | 2021-11-14 | 3 | -0/+167 |
| | |||||
* | Discrete time model as tapped delay line | Nao Pross | 2021-11-14 | 3 | -4/+79 |
| | |||||
* | Continue discrete model | Nao Pross | 2021-11-14 | 10 | -339/+401 |
| | |||||
* | Start writing discrete time model of fading channels | Nao Pross | 2021-11-13 | 1 | -3/+22 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | sara | 2021-11-13 | 2 | -1/+86 |
|\ | |||||
| * | Add missing OOT file | Nao Pross | 2021-11-13 | 2 | -1/+86 |
| | | |||||
* | | FIR Filter weiter gearbeitet | sara | 2021-11-13 | 4 | -50/+38 |
|/ | |||||
* | Merge branch 'master' of github.com:NaoPross/Fading | Nao Pross | 2021-11-12 | 5 | -34/+2984 |
|\ | |||||
| * | Fading Angepasst | sara | 2021-11-12 | 5 | -34/+2984 |
| | | |||||
* | | Create (a new) OOT | Nao Pross | 2021-11-12 | 37 | -0/+16135 |
|/ | |||||
* | Merge remote-tracking branch 'origin/master' | sara | 2021-11-11 | 33 | -2408/+1818 |
|\ | |||||
| * | Create ZMQ test | Nao Pross | 2021-11-11 | 4 | -0/+201 |
| | | |||||
| * | Create QAM without gui | Nao Pross | 2021-11-11 | 6 | -741/+1477 |
| | | |||||
| * | Rename sketch.py to gui.py, move tests in test/ directory | Nao Pross | 2021-11-11 | 12 | -0/+0 |
| | | |||||
| * | Add more references | Nao Pross | 2021-11-11 | 3 | -0/+0 |
| | | |||||
| * | Move screenshots | Nao Pross | 2021-11-11 | 4 | -0/+0 |
| | | |||||
| * | Create ipython notebook for computations | Nao Pross | 2021-11-11 | 1 | -0/+108 |
| | | |||||
| * | Set hardware/QAM to do 16-QAM | Nao Pross | 2021-11-11 | 1 | -1/+1 |
| | | |||||
| * | Delete residual files | Nao Pross | 2021-11-11 | 2 | -1645/+0 |
| | | |||||
| * | Minor changes to sketch.py | Nao Pross | 2021-11-11 | 1 | -21/+31 |
| | | |||||
* | | FIR/Fading implementiert | sara | 2021-11-11 | 3 | -77/+1536 |
|/ | |||||
* | Doc corrections from feedback | Nao Pross | 2021-11-10 | 4 | -11/+23 |
| | |||||
* | Merge branch 'master' of github.com:NaoPross/Fading | Nao Pross | 2021-11-10 | 9 | -14/+1015 |
|\ | |||||
| * | Fading Model und Bilder | sara | 2021-11-10 | 9 | -14/+1015 |
| | | |||||
* | | Update GUI sketch | Nao Pross | 2021-11-10 | 1 | -120/+51 |
| | | |||||
* | | Typo in doc | Nao Pross | 2021-11-10 | 2 | -2/+2 |
|/ | |||||
* | Merge branch 'master' of github.com:NaoPross/Fading | Nao Pross | 2021-11-10 | 4 | -82/+2434 |
|\ | |||||
| * | zweites Fading Model simulations Fading Model erstellt | sara | 2021-11-10 | 4 | -8/+2172 |
| | | |||||
| * | Fading Modulation v2 | sara | 2021-11-10 | 2 | -87/+275 |
| | | |||||
* | | Work on dearpygui wrapper | Nao Pross | 2021-11-10 | 2 | -84/+187 |
|/ | |||||
* | QAM mit Fading Simulationsversuch | sara | 2021-11-09 | 3 | -0/+1973 |
| | |||||
* | Remove space from dirname | sara | 2021-11-08 | 3 | -0/+0 |
| | |||||
* | QAM Hardware Vorbereitung | sara | 2021-11-08 | 6 | -9/+3559 |
| |