[Discuss-gnuradio] Constant size OFDM frame synchronizaton

2016-07-12 Thread Oscar Sánchez
Dear all, I'm building an OFDM tx/rx with constant OFDM frame size. So far, no header is required. Thus, each OFDM frame is composed of 2 OFDM symbols for synchronization and N (constant) OFDM symbols for data. I want to use Schmidl & Cox synch. I require to generate, after Schmidl & Cox detect

[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

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

2016-09-26 Thread Oscar Sánchez
boost::enable_shared_from_this:: shared_from_this(); } Any ideas? Oscar On Thu, Sep 22, 2016 at 12:16 PM, Oscar Sánchez wrote: > 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