[Discuss-gnuradio] ofdm plateau_detector_fb_impl//ofdm_sync_sc_cfb_impl

2015-08-31 Thread zs
Hi all, I have a question on the synchronization of ofdm example,namely the sch source code. The plateau_detector_fb_impl.cc can find the plateau,and then header_payload_demux_impl can find the head data. STEP 1: plateau_detector_fb_impl find the plateau.

Re: [Discuss-gnuradio] ofdm plateau_detector_fb_impl//ofdm_sync_sc_cfb_impl

2015-08-31 Thread Martin Braun
On 31.08.2015 07:15, zs wrote: >According to the step 2 and step3, we copy the > d_items_per_symbol * d_itemsize bytes after (in + d_gi * d_itemsize) to > the output.In the example, cdef+abcdef,the d_gi is 4. (in + d_gi * > d_itemsize) will correspond to the c.Then output