Skip to content
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

Open
yefengzhishu opened this issue Apr 17, 2015 · 10 comments
Open

Something wrong with the block "Pre decoder" #4

yefengzhishu opened this issue Apr 17, 2015 · 10 comments

Comments

@yefengzhishu
Copy link

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!

@skoslowski
Copy link
Collaborator

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?

@yefengzhishu
Copy link
Author

I use GRC 3.7.2.
When I drop the block in the console window showed this:
2015-04-20 09_00_40 _______________

@jdemel
Copy link
Collaborator

jdemel commented Apr 20, 2015

I can't reproduce the error. But I'm using a newer version of GR. (v3.7.6.1-41-g0bea2cce)

  • Can you tell me which grc file was open, when you did this.
  • Did you open all the other grc files?

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.

@yefengzhishu
Copy link
Author

I guess I found why my "Pre Decoder" bolck was wrong! My partner tried to do the compile process again and this error showed up:
111
In this picture "错误" means "error".
I met this problem too when I did this step, and at that time I just replace the function "volk_free" and "volk_malloc" with "free" and "malloc".I guess maybe this is the reason why I meet the problem which I proposed at the first time.
So could you help you to solve this compile problem?Thank you very much!

@skoslowski
Copy link
Collaborator

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.

@yefengzhishu
Copy link
Author

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.

@skoslowski
Copy link
Collaborator

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

@yefengzhishu
Copy link
Author

The problem was successfully solved after I installed the GNURadio 3.7.5!Thank you very very much!Best wishes to you!

@yefengzhishu
Copy link
Author

Sorry to bother you again.Do you know any GNU Radio project about the LTE transmitter?

@jdemel
Copy link
Collaborator

jdemel commented Apr 23, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants