Add noise to plot

This commit is contained in:
Mattéo Delabre 2019-12-16 09:22:24 -05:00
parent 2c4786bdba
commit 4f1514accf
Signed by: matteo
GPG Key ID: AE3FBD02DC583ABB
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ constellation = model.get_constellation()
util.plot_constellation(
ax, constellation,
model.channel, model.decoder,
grid_step=0.001, noise_samples=0
grid_step=0.001, noise_samples=5000
)
pyplot.show()