Gnuradio-companion

I am new to gnuradio.
Can i get this channel as a block in gnuradio-companion.

http://gnuradio.org/redmine/projects/gnuradio/repository/revisions/d5168150815339f0d3b117bcfb4d2c4265d15b33/diff/gnuradio-core/src/python/gnuradio/blks2impl/channel_model.py


Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

On Mon, Jun 10, 2013 at 11:50 AM, Pratik Kumar
[email protected] wrote:

I am new to gnuradio.
Can i get this channel as a block in gnuradio-companion.

Depends on what version you are using, but most likely, yes.

In the “Blocks” list on the right hand side of gnuradio-companion you
can find this under “Channel Models” (or just search for channel model
by typing in your search query after clicking into the box of blocks).

We have moved that block out of Python and reimplemented it in C++, so
you can’t get exactly the block you linked to, but the C++ block
functions the same.

Tom