List of gnuRadio apps for USRP?

Hi all,

Relative newbie to the list. Got my GnuRadio installed on an OSX
machine and my USRP hardware working (Thanks Michael!).
I have the basic LF TX and RX, plus TV tuner and a few other
daughterboards.

I have had the oscope.py script running ok. The hf_radio seems to hang
after starting and before drawing all the screen items.

Is there a webpage complete list of the various apps and test scripts
that are included in various directories with the install or indeed
available on the web from anywhere which I can try out, along with a
brief description of what they should do? I realise there is a readme
in the various directories of apps in the distribution but wondered if
anyone had put all these together in a table on the web somewhere. I
didn’t find such a thing on the wiki so far.

Just need to see if there are any impressive test apps I can use to demo
the platform thus far before attempting to develop things further.

Many thanks for any pointers.

Jonathan.

[email protected] wrote:

Hi all,

Got my GnuRadio installed on an OSX machine …

The hf_radio seems to hang after starting and before drawing all
the screen items.

I experienced the same thing on other apps. It’s usually a result
of trying to render too many fps on the screen. Try reducing any
fft_sinks from 15 to 10 fps, and change the oscope’s frame decimation
from 1 to 2. That usually works for me. Reducing the sample rate
can also work if you can get away with the lower rate in the rest of
your app.

@(^.^)@ Ed