discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] reuse gr_ blocks


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] reuse gr_ blocks
Date: Wed, 4 Jun 2008 10:22:10 -0700
User-agent: Mutt/1.5.17 (2007-11-01)

On Wed, Jun 04, 2008 at 12:30:49PM -0400, Wireless Monster wrote:
> Hi all,
> 
> Is it possible to use the "gr_interp_fir_filter_fff" block directly inside a
> new block I am building in C++? Any example available on how to do it?
> 
> Thanks for your help,
> 
> [WM]

Unless you were building a hierarchical block in C++ you wounldn't use
anything derived from gr_block (or any of its subclasses) inside
another block.

You might however, want to use the gr_fir_fff primitive instead.

Take a look at gr_interp_fir_filter_fff.cc to see how it's used, and
also read the comments in gr_fir_fff.h for important information on
its use.

Eric






reply via email to

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