Re: [Discuss-gnuradio] How to define maximum number of samples in in Sync_Short used in IEEE802.11

2019-08-22 Thread Bastian Bloessl
Hi, the sync short blocks doesn't know how long the frame is. It just recognized that there is one. Since it doesn't know the length, it forwards samples corresponding to a "large" frame into the flow graph. If the frame is shorter, needless samples are dropped at a later stage. IIRC, the actual

[Discuss-gnuradio] How to define maximum number of samples in in Sync_Short used in IEEE802.11

2019-08-22 Thread SG
Hi, I have been trying to run WiFi receiver on my SDR using GNURadio based approach developed by Bastian in gr-ieee802-11.  However, I am not able to figure out the reason behind definition of Max_Samples=540*80 in sync_short.cc file. Could anyone help clarifying this to me. Thanks and