Increase noise stddev
This commit is contained in:
parent
04c2938b9e
commit
8a31b22b83
|
@ -60,7 +60,7 @@ def Channel_Noise_Model(NV, S):
|
||||||
through a channel.
|
through a channel.
|
||||||
"""
|
"""
|
||||||
return torch.distributions.normal.Normal(
|
return torch.distributions.normal.Normal(
|
||||||
0, torch.sqrt(NV*5000)
|
0, torch.sqrt(NV*10000)
|
||||||
).sample(S)
|
).sample(S)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue