aboutsummaryrefslogtreecommitdiffstats
path: root/src/gr-fadingui/python (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in phasecorrection.pyNao Pross2021-12-161-1/+5
|
* Clean up multipath_fading codeNao Pross2021-12-161-65/+30
|
* Less stdoutNao Pross2021-12-152-2/+2
|
* Fix ber.pyNao Pross2021-12-151-2/+1
|
* BER Block changesara2021-12-151-1/+2
|
* Merge branch 'ber-gui'Nao Pross2021-12-142-8/+24
|\
| * Implement network_value to show BERNao Pross2021-12-141-8/+2
| |
| * BER block angepasstsara2021-12-142-7/+29
| |
* | Attempt to use UNIX sockets for better performanceNao Pross2021-12-141-5/+31
|/
* Avoid sending EVERY sample over UDPNao Pross2021-12-141-2/+2
|
* Ber block mit socket ergänztsara2021-12-131-4/+37
|
* Corrections for QPSK on hardwaresara2021-12-112-8/+11
|
* Create new QPSK simulationNao Pross2021-12-112-12/+24
|
* Remove unnecessary (out of date) FIXMENao Pross2021-12-091-2/+15
|
* Create phase correction block in gr-fadinguiNao Pross2021-12-093-1/+127
|
* An GUI weitergearbeitetsara2021-12-061-0/+1
|
* Fix network sink block (again)sara2021-12-041-1/+11
|
* Fix network sink blockNao Pross2021-12-031-10/+25
| | | | | The block can be tested with: $ netcat -l4kuv localhost 31415 | hexdump -C
* Merge remote-tracking branch 'origin/master'Nao Pross2021-12-032-16/+26
|\
| * BER Block Fertig gestelltsara2021-12-032-16/+26
| |
* | Replace DearPyGui Sink with Network SinkNao Pross2021-12-034-39/+63
|/
* BER Block erstellt, läuft noch nichtwie gewünschtsara2021-12-024-1/+100
|
* Delete XOR Correlator (replaced with by phase correction)Nao Pross2021-12-024-212/+1
|
* FIR Block verbessertsara2021-11-291-9/+6
|
* FIR Filter Block in GNU Radio ink. fload variabeln möglichkeit erstelltsara2021-11-271-19/+48
|
* Test FIR filter implemenatation / eigener FIR Block Gnur radiosara2021-11-275-2/+137
|
* 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.
* Fix buffer crashNao Pross2021-11-221-9/+9
|
* Implement Frame ObjectNao Pross2021-11-206-95/+120
|
* FramesNao Pross2021-11-195-2/+106
|
* Partially implement xor correlator (untested)Nao Pross2021-11-182-26/+47
|
* Begin frame sync blockNao Pross2021-11-182-4/+57
|
* Begin working on frame syncronizationNao Pross2021-11-175-36/+38
|
* Replace GNURadio scripts with network codeNao Pross2021-11-171-2/+2
|
* Test UDP connection on sink blockNao Pross2021-11-151-2/+13
| | | | Can be tested locally with: netcat -l4kuv localhost 31415
* Create UI Plot sink blockNao Pross2021-11-153-1/+44
|
* Partially fix framerNao Pross2021-11-151-13/+33
|
* Implement basic framerNao Pross2021-11-151-3/+19
|
* Create (a new) OOTNao Pross2021-11-123-0/+150