DAB - Help


Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

On 25.09.2014 03:14, Korbinian Pfaffeneder wrote:

Hello together,
i’ve just started to play with GNU Radio and i use a DVB-T USB Stick
(Tuner R820T) as Source. I’ve already built a FM receiver and now i want
to listen to DAB. My signal processing skills are on a rookie-level. So,
my question is, is it possible to create a DAB receiver with
the standard blocks in GRC (gnuradio 3.7)? Would it be possible to use
the OFDM receiver? I found this website

The OFDM receiver is geared towards packetized data. It might work, but
you’d need:

  • A synchronization algorithm
  • A better equalizer
  • A definition for the packet format.

I would consider these things above rookie-level, but that’s not to
discourage you from trying :slight_smile:
Also, there are many projects out there for digital radio. There’s
gr-drm (not sure if it includes a full rx, though) and I thought there’s
a GNU Radio DAB rx out there (ask the Googles).
And DVB-T is not that different, and we have GNU Radio codes for that,
too.

http://www.zhaw.ch/de/engineering/institute-zentren/zsn/projekte/gnu-radio.html
for a complete DAB Receiver, but it needs the gnuradio-core, which only
exists in older gnuradio versions.

Transitioning to the new version should be simple if you’re just using
stock blocks. There’s a wiki page on the transition which will help you
porting.

Cheers,
M

The OFDM receiver is geared towards packetized data. It might work,
but you’d need:

  • A synchronization algorithm
  • A better equalizer
  • A definition for the packet format.

For DAB the pi/4-dqpsk is differentially encoded in time over all
subcarriers,
with a pilot symbol over all subcarriers in the beginning, so no
equalizer is needed really.

More code from a diffent project:

  • that won’t work out of the box for 3.7, but there is code.

J