On Tue, Jan 29, 2008 at 05:27:44PM +0800, Jonas wrote:
> Hi!
> 
> Is it possible to interleave from three different sources by using
> gr_interleave? For example, will the following codes be possible using
> gr_interleave:

To find the answer to this question, you can either
see the section called "Detailed Description" here:

  http://gnuradio.org/doc/doxygen/classgr__interleave.html

or you could take a quick peak at the gr_interleave.h file and read
the documentation in there.


FYI, you can generate an up-to-date copy of the html documentation on
your own machine by: 

  $ cd <top-of-gnuradio>
  $ ./configure --enable-doxygen
  $ make

and then view it with

  $ firefox file://$PWD/gnuradio-core/doc/html/index.hmtl




_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to