Re: [Discuss-gnuradio] QPSK over air

2014-02-26 Thread Bogdan Diaconescu
Hi Mark, the gr-dvbt has a QPSK, QAM-16 and QAM-64 implementation of constellation for both Tx/Rx. The standard it implements is ETSI 300 744 which is OFDM based in which each subcarier is modulated using the modulations above. Regards, Bogdan On Tuesday, February 25, 2014 8:12 PM,

[Discuss-gnuradio] QPSK over air

2014-02-25 Thread SOUTHCOTT, MARK A CIV USAF AFMC AFRL/RITC
I'm looking for an example of a higher-order modulation implemented successfully in GNU Radio with an SDR frontend. I've seen bpsk, GMSK, etc. implemented over a wireless channel, but I've only seen simulations of higher-order modulations. Could someone point me towards one or confirm that

Re: [Discuss-gnuradio] QPSK over air

2014-02-25 Thread Aditya Dhananjay
Hi Mark, The problem is that GNU Radio does not have equalizers that can perform sufficiently well for constellations such as 64-QAM. As far as I know, the only one present is a simple decision feedback equalizer. I'm working on implementing a few equalizers: a) 2D Triangulation, and b)

Re: [Discuss-gnuradio] QPSK over air

2014-02-25 Thread Martin Braun
On 02/25/2014 07:11 PM, SOUTHCOTT, MARK A CIV USAF AFMC AFRL/RITC wrote: I’m looking for an example of a higher-order modulation implemented successfully in GNU Radio with an SDR frontend. I’ve seen bpsk, GMSK, etc. implemented over a wireless channel, but I’ve only seen simulations of

Re: [Discuss-gnuradio] QPSK over air

2014-02-25 Thread Martin Braun
On 02/25/2014 07:17 PM, Aditya Dhananjay wrote: Hi Mark, The problem is that GNU Radio does not have equalizers that can perform sufficiently well for constellations such as 64-QAM. As far as I know, the only one present is a simple decision feedback equalizer. I'm working on implementing

Re: [Discuss-gnuradio] QPSK over air

2014-02-25 Thread Tom Rondeau
On Tue, Feb 25, 2014 at 3:04 PM, Martin Braun martin.br...@ettus.com wrote: On 02/25/2014 07:17 PM, Aditya Dhananjay wrote: Hi Mark, The problem is that GNU Radio does not have equalizers that can perform sufficiently well for constellations such as 64-QAM. As far as I know, the only one

Re: [Discuss-gnuradio] QPSK over air

2014-02-25 Thread Ron Economos
Only half of the solution, but there's a fully functional 64-QAM transmitter for bladeRF here: https://github.com/argilo/gr-qam It implements the North American CATV standard ANSI/SCTE07 also known as ITU-T J.83 Annex B. We're just using cable ready TV's as receivers. Ron On 2/25/2014 10:11