discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] error with gr-lte in vector_to_streams_make()


From: Johannes Demel
Subject: Re: [Discuss-gnuradio] error with gr-lte in vector_to_streams_make()
Date: Sat, 8 Mar 2014 21:18:24 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Winston,

please have a look at the file 'python/bch_viterbi_vfvb.py' and remove
the string parameter from all the blocks [1]. I added an extra feature
to my GR install and it gets you into trouble now.

The idea behind this parameter was to give each block a unique name
which is not just the class name. This helps to distinguish all blocks
in Performance Monitor. This might not be very interesting in most
cases but if one has multiple instances of the same block you might
want to be able to distinguish them. The whole gr-lte flowgraph spawns
around 70 threads at the moment. So it's definitely helpful in this case.

happy hacking
Johannes

[1] the lines are: 42, 43, 76, 80, 81

On 08.03.2014 15:23, address@hidden wrote:
> Hi everybody,
> 
> I installed gr-lte with pybombs and when I launch the flow, I get
> this error :
> 
> File 
> "/home/winston/target/lib/python2.7/dist-packages/lte/bch_viterby_vfvb.py",
>
> 
line 42, in __init__
> self.vtss = blocks.vector_to_streams(1*gr.sizeof_float, 120, 
> "bch_viterbi_vector_to_streams_()")
> 
> File 
> "/home/winston/target/lib/python2.7/dist-packages/gnuradio/blocks/blocks_swig1.py",
>
> 
line 363, in make
> return _blocks_swig1.vector_to_streams_make(*args, **kwargs)
> 
> TypeError:vector_to_streams_make() takes at most 2 arguments (3
> given) ctrlport.monitor received shutdown signal
> 
> Do you have any idea of what's going wrong
> 
> thanks,
> 
> Winston
> 
> Sent using Hushmail
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJTG3sPAAoJEO7fmkDsqywMqgcP/2Lp5bBSFu4UNguRmUPtemqz
bL77MGCL+lGtf9x7RXwfvbn9UyHgSSAgJXwpkvvv4q/Q27RoX6F/bqgKIdnBx3r5
TWDmJa7ZEwAXgMI1nymD0b/Xj9s9ss4TgpsMzPgGOOGbp3//ZjhpQ0cv6zO5Rv8A
VxOLZKJNsa/ReI/erFG0X1roxS0DGpJ9QkWPZ5UynjiuFE3UPpDooSLBFzbMfiHZ
WT4cRORmMZgj5bQ6fM0hpeDlV3vhboagSsKoZQMT5b4lNxi95n+pL6zEIkpf3EgG
4pWfZnbX3IVzzexBPc9FuDOYO74ClhmDdRqTtvqwXj39a4Jcb1ZZO+yX9Jh9c9sp
78z1vJp7ieWrpYd75Ix1IWcB1qnZRbvkAbXN3NZ4hBAQmzOAZyACsi0ZnFs4CWGt
wBT8GeHXg9BNhFMf9CYv8qhgvWcv2PXceqjB2eQScF9JVQ27qVLXpi+17TctVpvL
8QSCjTRtc3x1e6Db4qENKSgZSTiF/yFV3Hzrg6jUgmLEmneeV31ZepbyssjBKwtG
BEPZfUUMKrN5aS4ntEDJ+6C2lS+4PuzVkt3vpYvZof0ETGhVtEwC8hFNDhCbi1gq
ZZiul5n8hsBHcF8zQHNJ4moRE8cne0/Q88VWxTjyGT1bRhKC8pssXAfiJrO1Eyi2
bqzfpX6C+AXZnJLsCI6g
=M1wR
-----END PGP SIGNATURE-----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]