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.




_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to