aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix ber.pyNao Pross2021-12-151-2/+1
|
* Merge branch 'master' of github.com:NaoPross/FadingNao Pross2021-12-152-12/+19
|\
| * BER Block changesara2021-12-151-1/+2
| |
| * GUI angepasstsara2021-12-151-11/+17
| |
* | Small fixNao Pross2021-12-151-2/+2
|/
* Merge branch 'ber-gui'Nao Pross2021-12-145-17/+59
|\
| * Implement network_value to show BERNao Pross2021-12-143-13/+32
| |
| * BER block angepasstsara2021-12-143-9/+31
| |
* | Attempt to use UNIX sockets for better performanceNao Pross2021-12-143-14/+57
| |
* | Add back (another) custom fontNao Pross2021-12-147-6/+6
| |
* | Remove picture window and make size of plots a variableNao Pross2021-12-141-29/+31
| |
* | Clean up GUI code and add menu for unlocking plots and restoring windowsNao Pross2021-12-142-118/+129
|/
* Avoid sending EVERY sample over UDPNao Pross2021-12-141-2/+2
|
* Update QAM flowgraph and show crosscorrelationNao Pross2021-12-131-6/+6
|
* Correct window sizes and bug in network_constellation_plotNao Pross2021-12-132-3/+12
|
* Merge remote-tracking branch 'origin/master'Nao Pross2021-12-132-5/+43
|\
| * Ber block mit socket ergänztsara2021-12-132-5/+43
| |
* | Clean up GUI code, set up network constellation plotsNao Pross2021-12-139-575/+230
|/
* Corrections for QPSK on hardwaresara2021-12-112-8/+11
|
* Create new QPSK simulationNao Pross2021-12-114-14/+30
|
* Remove unnecessary (out of date) FIXMENao Pross2021-12-091-2/+15
|
* Create phase correction block in gr-fadinguiNao Pross2021-12-095-2/+154
|
* An GUI weitergearbeitetsara2021-12-069-103/+259
|
* GUI angepasstsara2021-12-043-43/+419
|
* Update net.py to decode UDP data streamNao Pross2021-12-042-27/+47
|
* Fix network sink block (again)sara2021-12-042-4/+13
|
* Fix network sink blockNao Pross2021-12-032-20/+38
| | | | | The block can be tested with: $ netcat -l4kuv localhost 31415 | hexdump -C
* Merge remote-tracking branch 'origin/master'Nao Pross2021-12-033-24/+34
|\
| * BER Block Fertig gestelltsara2021-12-033-24/+34
| |
* | Replace DearPyGui Sink with Network SinkNao Pross2021-12-036-53/+87
|/
* BER Block erstellt, läuft noch nichtwie gewünschtsara2021-12-026-2/+139
|
* Delete XOR Correlator (replaced with by phase correction)Nao Pross2021-12-026-255/+1
|
* FIR Block verbessertsara2021-11-292-11/+10
|
* Merge remote-tracking branch 'origin/master'sara2021-11-292-0/+0
|\
| * Move GUI files into their dirNao Pross2021-11-282-0/+0
| |
* | FIR Filter Block in GNU Radio ink. fload variabeln möglichkeit erstelltsara2021-11-272-22/+58
|/
* Merge remote-tracking branch 'origin/master'sara2021-11-274-41/+58
|\
| * Move network code and update nix filesNao Pross2021-11-274-41/+58
| |
* | Test FIR filter implemenatation / eigener FIR Block Gnur radiosara2021-11-277-3/+180
| |
* | Fix import issue in xor sync blocksara2021-11-271-1/+1
|/
* DiscussionNao Pross2021-11-242-3/+7
|
* Bugs in xor syncNao Pross2021-11-232-21/+30
|
* Implement frame synchronizationNao Pross2021-11-224-36/+127
| | | | | There is an issue somewhere between the mod and demod, since frame synchronization works on a direct path.
* Make install.sh run QANao Pross2021-11-221-0/+7
|
* Fix buffer crashNao Pross2021-11-221-9/+9
|
* Implement Frame ObjectNao Pross2021-11-2010-137/+140
|
* FramesNao Pross2021-11-198-3/+183
|
* Partially implement xor correlator (untested)Nao Pross2021-11-183-26/+47
|
* Begin frame sync blockNao Pross2021-11-183-22/+76
|
* Begin working on frame syncronizationNao Pross2021-11-177-37/+85
|