Can I set physical layer channel paraments,like SNR? #173
Replies: 2 comments 11 replies
-
Yes, you can alter the physical channel conditions using zmq + gnuradio. Here is an example of a script that creates an SNR staircase in gnuradio. You need to run first the gnb, then the script, then the ue, then press enter in the script, and you should see the SNR changing. |
Beta Was this translation helpful? Give feedback.
6 replies
-
Hi,Is it correct that both the zmq mode and the UHD mode have a complete gNB protocol stack, and the only difference lies in the method of wireless signal transmission (TCP sockets or over the air)? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use Zeromq to connect UE and gnb ,which is just a way to build a tcp tunnel ,right?
I want to change sth in physical layer ,like setting parameters about physical channel, is this feasible?
Can I add some blocks by gnuradio which supports the deploy of zmq?
Or,,,I must use usrp ?
Beta Was this translation helpful? Give feedback.
All reactions