Re: [Discuss-gnuradio] Using uhd_fft.py with usrp1

2011-07-13 Thread Marcus D. Leech
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, >

Re: [Discuss-gnuradio] Using uhd_fft.py with usrp1

2011-07-13 Thread Josh Blum
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

[Discuss-gnuradio] Using uhd_fft.py with usrp1

2011-07-13 Thread Prachi Parihar
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,