aboutsummaryrefslogtreecommitdiffstats
path: root/simulation (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement QPSK TX - RX with USRP hardwareNao Pross2021-10-282-26/+25
| | | | | | | | | | And fix some small issues in QPSK simulation. The signal flow graph was tested with a coaxial cable, as well as with an 2.4 GHz antenna. The constellation diagram looked OK, but the sent data (bytes of lena512color.tiff) were neither decoded nor tested. That is because we need to synchronize data frames with a header thing or something like that (which is still not implemented yet).
* Weitere Hardware AM Versuche, leider ohne Erfolgsara2021-10-262-7/+647
|
* Create QPSK simulation without QT GUINaoki Pross2021-10-243-9/+723
|
* Fix typo in file name QPKS -> QPSKNaoki Pross2021-10-242-24/+36
|
* Add decoder to QPKS simulationNao Pross2021-10-182-0/+310
|
* Remove unnecessary subfolder tests/Simulation and move QPSK into new ↵Nao Pross2021-10-142-0/+1522
'simulation' dir