[Discuss-gnuradio] gnuradio embedded bitbake

2016-04-23 Thread Viktor Ivan Rodriguez Abdala
Hi, I am working with gnuradio embedded for Zedboard, I got the following error with the bitbake error, $ bitbake gnuradio-dev-image Loading cache: 100% |###| ETA: 00:00:00 Loaded 2190 entries from dependency cache. Parsing recipes: 100% |##

[Discuss-gnuradio] IT++ Convolutional encoder

2012-08-28 Thread Viktor Ivan Rodriguez Abdala
I have the next code working, in the firsts seconds I have erroneous bits, after 10 seconds I don't have any error... another thing if I put Max Number of Output = 0 always have a ber of 40%... Umbrella_encodconv_vff::Umbrella_encodconv_vff (const std::vector &val1, int val2, int val3) :

[Discuss-gnuradio] dfts ofdm block

2012-08-30 Thread Viktor Ivan Rodriguez Abdala
Hi, I'm looking to develop a block called dfts ofdm, based in a similar block called ofdm mod, when I'm trying to create the new block with gr-modtool I get this error. $ python gr-modtool.py add -t hierpython dftsofdm Operating in directory . GNU Radio module name identified: Umbrella Code i

[Discuss-gnuradio] ofdm block

2012-09-06 Thread Viktor Ivan Rodriguez Abdala
Hi all, I'm looking to develop a block called dfts ofdm, based in a similar block called ofdm mod, I change the .xml and .py to a new name called DFTSOFDM, but I can't make it work. In GRC I have the following error: Traceback (most recent call last): File "/home/administrador/Simulacion/to

Re: [Discuss-gnuradio] ofdm block

2012-09-10 Thread Viktor Ivan Rodriguez Abdala
:59 PM, Viktor Ivan Rodriguez Abdala wrote: Hi all, I'm looking to develop a block called dfts ofdm, based in a similar block called ofdm mod, I change the .xml and .py to a new name called DFTSOFDM, but I can't make it work. In GRC I have the following error: Traceback (most recent

Re: [Discuss-gnuradio] ofdm block

2012-09-18 Thread Viktor Ivan Rodriguez Abdala
Then simply pop open > a Python interpreter ('python' or 'ipython' if you have the latter > installed): > > import Umbrella > dir(Umbrella) > > The output of the dir() command should show you what blocks are > actually installed as part of this component. Th