Problem running burst detect

Hi guys,

I am facing problem when starting uhd_burst_detector.py. It won’t start
because address is wrong, but since I am using usrp1, I don’t know what
to
put.

Thanks,

On 08/27/2013 11:50 AM, Nemanja S. wrote:

start because address is wrong, but since I am using usrp1, I
don't know what to put.

Thanks,

--
Nemanja Savić

Well, I’m not familiar with that particular program, but if it has an
–args option, then:

–args “type=usrp1”

Should work

There is also no --args option. Here are options:

Options:
-h, --help show this help message and exit
-a ADDRESS, --address=ADDRESS
select address of the device
[default=addr=192.168.10.2]
-f FREQ, --freq=FREQ set frequency to FREQ
-g GAIN, --gain=GAIN set gain in dB [default=0]
-R SAMP_RATE, --samp-rate=SAMP_RATE
set USRP sample rate [default=200000]
-t THRESHOLD, --threshold=THRESHOLD
Set the detection power threshold (dBm)
[default=-60
-T, --trigger Use internal trigger instead of detector
[default=False]

On 08/27/2013 11:58 AM, Nemanja S. wrote:

                    set USRP sample rate [default=200000]

-t THRESHOLD, --threshold=THRESHOLD
Set the detection power threshold (dBm)
[default=-60
-T, --trigger Use internal trigger instead of detector
[default=False]

There is, as you can see above, a “-a” or “–address” option

You are right. Thank you.
with --a “type=usrp1” works

best