-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Something wrong with the block "Pre decoder" #4
Comments
What GR version are you on? Can you open GRC from a console and see what exception is thrown when you drop the block in the GUI? |
I can't reproduce the error. But I'm using a newer version of GR. (v3.7.6.1-41-g0bea2cce)
So far my guess is that this bug is related to some GRC display issue. Older v3.7 versions showed this bug because of some combination with message ports and a variable number of streaming ports. |
My guess is that all these problems go away once you update GNU Radio. We'll change the required version in the readme and manifest. |
When I type in "sudo apt-get install gnuradio" in the terminal window , it says gnuradio has already been the lasted version.But when I check the version of GNURadio ,it is still 3.7.2.1. |
Looks like 3.7.2.1 is what your OS is shipping. You can install a newer version pretty easy using http://gnuradio.org/pybombs |
The problem was successfully solved after I installed the GNURadio 3.7.5!Thank you very very much!Best wishes to you! |
Sorry to bother you again.Do you know any GNU Radio project about the LTE transmitter? |
gr-lte is a receiver implementation. in python/lte_test is some Python code to generate test data. It is incomplete though. In particular, the part to generate stream samples is missing. I'd be happy to merge any contributions that would improve this situation. Also a transmitter implementation with GR blocks would be welcome. |
Hello!There's something wrong with the block "Pre decoder" on my gnuradio.The block "Pre decoder" is just in the list which is on the right of the gnuradio software.But when I drag the block "Predecoder" into the flowgragh window ,the flowgraph window became totally white.What can I do fix this problem?Really looking forward to your help!Thank you very very much!
The text was updated successfully, but these errors were encountered: