discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Question regarding gr_interleave


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Question regarding gr_interleave
Date: Tue, 29 Jan 2008 07:34:15 -0800
User-agent: Mutt/1.5.17 (2007-11-01)

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]