Add noise to plot
This commit is contained in:
parent
2c4786bdba
commit
4f1514accf
2
plot.py
2
plot.py
|
@ -34,7 +34,7 @@ constellation = model.get_constellation()
|
||||||
util.plot_constellation(
|
util.plot_constellation(
|
||||||
ax, constellation,
|
ax, constellation,
|
||||||
model.channel, model.decoder,
|
model.channel, model.decoder,
|
||||||
grid_step=0.001, noise_samples=0
|
grid_step=0.001, noise_samples=5000
|
||||||
)
|
)
|
||||||
|
|
||||||
pyplot.show()
|
pyplot.show()
|
||||||
|
|
Loading…
Reference in New Issue