aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Create ZMQ testNao Pross2021-11-114-0/+201
| |
| * Create QAM without guiNao Pross2021-11-116-741/+1477
| |
| * Rename sketch.py to gui.py, move tests in test/ directoryNao Pross2021-11-1112-0/+0
| |
| * Add more referencesNao Pross2021-11-113-0/+0
| |
| * Move screenshotsNao Pross2021-11-114-0/+0
| |
| * Create ipython notebook for computationsNao Pross2021-11-111-0/+108
| |
| * Set hardware/QAM to do 16-QAMNao Pross2021-11-111-1/+1
| |
| * Delete residual filesNao Pross2021-11-112-1645/+0
| |
| * Minor changes to sketch.pyNao Pross2021-11-111-21/+31
| |
* | FIR/Fading implementiertsara2021-11-113-77/+1536
|/
* Doc corrections from feedbackNao Pross2021-11-104-11/+23
|
* Merge branch 'master' of github.com:NaoPross/FadingNao Pross2021-11-109-14/+1015
|\
| * Fading Model und Bildersara2021-11-109-14/+1015
| |
* | Update GUI sketchNao Pross2021-11-101-120/+51
| |
* | Typo in docNao Pross2021-11-102-2/+2
|/
* Merge branch 'master' of github.com:NaoPross/FadingNao Pross2021-11-104-82/+2434
|\
| * zweites Fading Model simulations Fading Model erstelltsara2021-11-104-8/+2172
| |
| * Fading Modulation v2sara2021-11-102-87/+275
| |
* | Work on dearpygui wrapperNao Pross2021-11-102-84/+187
|/
* QAM mit Fading Simulationsversuchsara2021-11-093-0/+1973
|
* Remove space from dirnamesara2021-11-083-0/+0
|
* QAM Hardware Vorbereitungsara2021-11-086-9/+3559
|
* QAM / 4-PSK Simulationsara2021-11-084-2/+1861
|
* An graphischer Darstellung weitergearbeitetsara2021-11-0615-18/+472
|
* An scr gearbeitetsara2021-11-062-10/+64
|
* Merge remote-tracking branch 'origin/master'sara2021-11-0663-15502/+1272
|\
| * Merge branch 'master' of github.com:NaoPross/FadingNao Pross2021-11-0340-15360/+317
| |\
| | * Replace QPKS bit visualizations with eye diagramsNao Pross2021-11-032-94/+314
| | |
| | * Create link to QPKS in src/ for DearPyGUI interfaceNao Pross2021-11-032-0/+3
| | |
| | * Remove custom blockNao Pross2021-11-0336-15266/+0
| | |
| * | Delete demo.py and and comments to sketch.pyNao Pross2021-11-032-12/+13
| |/
| * Update workflowNao Pross2021-11-021-0/+1
| |
| * Add skelsNao Pross2021-11-023-12/+91
| |
| * Set up drafting optionsNao Pross2021-11-022-6/+23
| |
| * Remove BPSK imageNao Pross2021-11-021-0/+0
| |
| * Change PGFPlots version for GH actionsNao Pross2021-11-011-1/+1
| |
| * Update workflowNao Pross2021-11-011-0/+1
| |
| * Review construction of orthogonal carriersNao Pross2021-11-014-58/+70
| |
| * Draw figure for frequency selective channelsNao Pross2021-11-018-6/+435
| |
| * On the FT of h(t,tau)Nao Pross2021-11-011-6/+12
| |
| * Fix notation and typos, add placeholder titlepageNao Pross2021-10-316-55/+44
| |
| * Start doc on fading channelsNao Pross2021-10-318-38/+167
| |
| * More stylingNao Pross2021-10-311-5/+27
| |
| * Create tex/docstyle and fix notation in theoryNao Pross2021-10-314-41/+90
| |
| * Restructure QAM sectionNao Pross2021-10-312-9/+34
| |
| * Fix math error in QAM, improve QAM modulator diagram, rename (wrong) QPSK to PSKNao Pross2021-10-316-15/+65
| |
* | scr testssara2021-11-062-0/+3
|/
* Doku Implementation Teil angefangen.sara2021-10-301-4/+56
|
* QPSK is actually only the name for 4-PSKNao Pross2021-10-281-2/+2
| | | | TODO: rename filenames and section titles as well
* Implement QPSK TX - RX with USRP hardwareNao Pross2021-10-285-26/+3361
| | | | | | | | | | 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).