discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Type error in byte vector source


From: Sreeraj Rajendran
Subject: Re: [Discuss-gnuradio] Type error in byte vector source
Date: Thu, 23 May 2013 12:24:41 +0800 (SGT)


>>tuple(numpy.randint(0,256,1000))

Try  map(int, numpy.randint(0,256,1000))

-Sreeraj



reply via email to

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