diff --git a/README.md b/README.md index 6175cf0..88f60d5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This is the source code for the “Using Autoencoders to Optimize Two-Dimensional Signal Constellations for Fiber Optic Communication Systems” project. +![Results for 16 QAM](results/16QAM.png) + ## Structure The ConstellationNet model is defined inside the `constellation/` folder. At the root are several scripts (described below) for training the model and testing it. diff --git a/results/16QAM.png b/results/16QAM.png new file mode 100644 index 0000000..00e8767 Binary files /dev/null and b/results/16QAM.png differ