Re: [Discuss-gnuradio] IEEE 802.11 a

2013-12-24 Thread Martin Braun
On Mon, Dec 23, 2013 at 7:08 AM, Naveen Gupta wrote: > I need to design IEEE802.11 a model in GNU radio platform. How should I > start,* I am a beginner *of GNU radio. Anyone please tell me? > > Hi Naveen, I recommend reading the manual pages for OFDM code, and work from there. Make sure you've

[Discuss-gnuradio] Bug: gr-qtgui: wrong design of variable-type blocks for GRC (category /GUI Widgets/QT)

2013-12-24 Thread Artem Pisarenko
I faced with buggy behavior of 'QT GUI Label' in my GRC graph and surprisingly found that GRC generates code making prohibited accesses to qt gui objects from non-gui thread context. I'm not python guru, but I doubt that python is smart enough to detect access to qt objects from different threads a