diff options
author | andreas128 <Andreas> | 2017-09-14 19:13:32 +0200 |
---|---|---|
committer | andreas128 <Andreas> | 2017-09-15 11:52:25 +0200 |
commit | 6f9eb7f15b93c97b74b7134ed428298674121ec3 (patch) | |
tree | 02734967274e089c973372c4181ffeaa63d31e24 /dpd/src | |
parent | d7abdffaf289137b7319a9d3725d0595baad8443 (diff) | |
download | dabmod-6f9eb7f15b93c97b74b7134ed428298674121ec3.tar.gz dabmod-6f9eb7f15b93c97b74b7134ed428298674121ec3.tar.bz2 dabmod-6f9eb7f15b93c97b74b7134ed428298674121ec3.zip |
Add reporting after each iteration
Diffstat (limited to 'dpd/src')
-rw-r--r-- | dpd/src/Model_AM.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpd/src/Model_AM.py b/dpd/src/Model_AM.py index ef6cc6c..2704255 100644 --- a/dpd/src/Model_AM.py +++ b/dpd/src/Model_AM.py @@ -63,7 +63,7 @@ class Model_AM: ax.scatter(tx_dpd, rx_received, label="Binned Data", color="blue", - s=0.1) + s=1) ax.set_title("Model_AM") ax.set_xlabel("TX Amplitude") ax.set_ylabel("RX Amplitude") |