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
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
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