aboutsummaryrefslogtreecommitdiffstats
path: root/hardware/QAM/qam.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-12-16Delete old hardware stuffNao Pross1-1001/+0
2021-11-17Fading angepasstsara1-0/+1
2021-11-15FIR Filter beendetsara1-3/+3
2021-11-10Fading Model und Bildersara1-18/+17
2021-11-08Remove space from dirnamesara1-0/+0
2021-11-08QAM Hardware Vorbereitungsara1-0/+0
2021-11-03Replace QPKS bit visualizations with eye diagramsNao Pross1-87/+112
2021-10-28Implement QPSK TX - RX with USRP hardwareNao Pross1-0/+976
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).