discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] 'gr_top_block_sptr' object has no attribute '_set


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] 'gr_top_block_sptr' object has no attribute '_setup_usrp'
Date: Fri, 05 Aug 2011 14:16:27 -0400
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0

On 05/08/2011 1:35 PM, saketh kumar wrote:
Hi

Thanks marcus. I am new to Gnu Radio and Python. I am working on USRP N200 with RFX2400. I am trying to make digital-bert scripts to work for UHD. I made some changes in the code but i am encoutering errors. The latest error is shown below:
Looks to me like you're trying to stuff a very-large floating-point value into an integer. 32-bit integers are good to +/- 2**31, whereas whatever value you have is very much larger than that. Usually, one uses the error messages as a clue to debugging the code.






reply via email to

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