diff options
author | Nao Pross <np@0hm.ch> | 2021-11-11 19:32:38 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-11-11 19:32:38 +0100 |
commit | b0db2314e0d43c528e4797c6f329d49742578531 (patch) | |
tree | f26a42c4b9f86226746162ed5bf2b5441669daf0 /src/qam.py | |
parent | Rename sketch.py to gui.py, move tests in test/ directory (diff) | |
download | Fading-b0db2314e0d43c528e4797c6f329d49742578531.tar.gz Fading-b0db2314e0d43c528e4797c6f329d49742578531.zip |
Create QAM without gui
Diffstat (limited to '')
l--------- | src/qam.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qam.py b/src/qam.py new file mode 120000 index 0000000..a59366b --- /dev/null +++ b/src/qam.py @@ -0,0 +1 @@ +../simulation/QAM/qam_nogui.py
\ No newline at end of file |