discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] updating abstract classes


From: Charles Swiger
Subject: Re: [Discuss-gnuradio] updating abstract classes
Date: Wed, 26 Apr 2006 21:40:14 -0400

On Wed, 2006-04-26 at 21:30 -0400, Ilia Mirkin wrote:
> Quoting Charles Swiger <address@hidden>:
> 
> > On Wed, 2006-04-26 at 17:53 -0700, Eric Blossom wrote:
> >
> >>
> >> After taking a look at the 0.9 code (atsc_rx.cc), it looks like we were
> >> instantiating atsci_equalizer_lms.
> >>
> >> atsci_equalizer_lms uses a single FIR filter.
> >>
> >> atsci_equalizer_lms2 uses feedback and feedforward.  Not sure we ever
> >> got it sorted out.
> >>


Ok, I get it - part of the routine was in atsc_rx.cc.
Solution was to #include <create_atsci_equalizer.h>
then  d_equalizer = create_atsci_equalizer_lms();
just like you said.

And ... no segfault on quickie test.


Tks and 73's for tonight.

--Chuck






reply via email to

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