On 07/13/2011 06:26 PM, Prachi Parihar wrote:
> Hi everyone,
>
> I've been trying to use the uhd_fft.py example with a usrp1, but as
> far as I
> understand, usrp1's do not have device addresses and therefore the call
> self.u = uhd.usrp_source(device_addr=options.address,
>
On 07/13/2011 03:26 PM, Prachi Parihar wrote:
> Hi everyone,
>
> I've been trying to use the uhd_fft.py example with a usrp1, but as far as I
> understand, usrp1's do not have device addresses and therefore the call
All uhd devices have a device address:
http://www.ettus.com/uhd_docs/manual/htm
Hi everyone,
I've been trying to use the uhd_fft.py example with a usrp1, but as far as I
understand, usrp1's do not have device addresses and therefore the call
self.u = uhd.usrp_source(device_addr=options.address,
io_type=uhd.io_type.COMPLEX_FLOAT32,