You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hello world example in examples/5G_NR_PUSCH.ipynb contains these lines:
x, b=pusch_transmitter(batch_size) # Generate transmit signal and info bitsy=channel([x, no]) # Simulate channel outputb_hat=pusch_receiver([x, no]) # Recover the info bits
The last line should use y instead of x, otherwise the influence of the channel will be ignored.
The text was updated successfully, but these errors were encountered:
The hello world example in
examples/5G_NR_PUSCH.ipynb
contains these lines:The last line should use
y
instead ofx
, otherwise the influence of the channel will be ignored.The text was updated successfully, but these errors were encountered: