aboutsummaryrefslogtreecommitdiffstats
path: root/hardware (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-17Fading angepasstsara3-1/+2557
2021-11-15FIR Filter beendetsara2-5/+5
2021-11-11Move screenshotsNao Pross1-0/+0
2021-11-11Set hardware/QAM to do 16-QAMNao Pross1-1/+1
2021-11-11Delete residual filesNao Pross1-1001/+0
2021-11-10Fading Model und Bildersara3-2/+1002
2021-11-08Remove space from dirnamesara3-0/+0
2021-11-08QAM Hardware Vorbereitungsara3-0/+3554
2021-11-03Replace QPKS bit visualizations with eye diagramsNao Pross2-94/+314
2021-10-28Implement QPSK TX - RX with USRP hardwareNao Pross3-0/+3336
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).