Long preambles in the Gr-ieee 802.11 a/g/p transceiver

Hello,

I am using the gr-ieee802-11 module and want to analyse the long
preambles
in the 11p standard. Going through the code I am getting the feeling
that
the long preambles might be found in the ofdm_sync_long.cc(attached)
Kindly
point me to the place where I could find the preambles.

Thanks
Kelvin

Hi,

On 06/03/2015 02:59 PM, Kelvin Augustin wrote:

Kindly point me to the place where I could
find the preambles.

https://github.com/bastibl/gr-ieee802-11/blob/master/lib/ofdm_sync_long.cc#L245

is the time domain representation of the long preamble that is used in a
matched filter.

Best,
Bastian