Re: [Discuss-gnuradio] Equalizer derived from ofdm_equalizer_1d_pilots: .base() not found.

2016-09-26 Thread Oscar Sánchez
Hi, I've found this post related to my problem: http://lists.gnu.org/archive/html/discuss-gnuradio/2015-02/msg00277.html So, I've tried the following: 1) Derive a class from ofdm_equalizer_base 2) Add the function get_base_ptr() to the derived class. This function returns a pointer to the deriv

[Discuss-gnuradio] Equalizer derived from ofdm_equalizer_1d_pilots: .base() not found.

2016-09-22 Thread Oscar Sánchez
Hi all, I'm testing some equalizers for OFDM. Thus, I've derived from ofdm_equalizer_1d_pilots so that I can then pass it to ofdm_frame_equalizer_vcvc. By following this: http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModulesConfig in CMakeLists.txt I have changed the line: set(G