On 03/01/2011 11:36 PM, johan kuijpers wrote:
> Hi,
>
> I'm fighting a bit with a smart pointer. I want to apply a filter in my
> block. Hence I construct a filter as shown below:
>
> gr_fir_filter_fff_sptr hi_pass = gr_make_fir_filter_fff(1,
> gr_firdes::high_pass (1.0,
> 6
Hi,
I'm fighting a bit with a smart pointer. I want to apply a filter in my
block. Hence I construct a filter as shown below:
gr_fir_filter_fff_sptr hi_pass = gr_make_fir_filter_fff(1,
gr_firdes::high_pass (1.0,
64000,
5000,
1000,