N210 uhd and gnuradio

Now usrp N210 uses uhd as driver, thus provides limit capability with
gnuradio.There are uhd source and sink blocks in gnuradio. This is part
of
the “gr-uhd” component. I want to know whether the other blocks out of
“gr-uhd” in gnuradio can works?

On 07/17/2011 08:17 PM, ming he wrote:

Now usrp N210 uses uhd as driver, thus provides limit capability with
gnuradio.There are uhd source and sink blocks in gnuradio. This is part of
the “gr-uhd” component. I want to know whether the other blocks out of
“gr-uhd” in gnuradio can works?

Yes. Because…

Gnuradio uses a modular architecture. The UHD source and sink blocks
produce/consume complex floats or complex shorts. They can be connected
to any blocks that also produce or consume complex shorts or floats.

Have you experimented with gnuradio companion?
http://gnuradio.org/redmine/wiki/gnuradio/GNURadioCompanion

-Josh