aboutsummaryrefslogtreecommitdiffstats
path: root/simulation (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-10-28Implement QPSK TX - RX with USRP hardwareNao Pross2-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).
2021-10-26Weitere Hardware AM Versuche, leider ohne Erfolgsara2-7/+647
2021-10-24Create QPSK simulation without QT GUINaoki Pross3-9/+723
2021-10-24Fix typo in file name QPKS -> QPSKNaoki Pross2-24/+36
2021-10-18Add decoder to QPKS simulationNao Pross2-0/+310
2021-10-14Remove unnecessary subfolder tests/Simulation and move QPSK into new ↵Nao Pross2-0/+1522
'simulation' dir