cjcliffe / CubicSDR

Cross-Platform Software-Defined Radio Application
http://www.cubicsdr.com
GNU General Public License v2.0
2.02k stars 249 forks source link

DRM support #458

Open BooBSD opened 7 years ago

BooBSD commented 7 years ago

Is it possible to implement DRM (Digital Radio Mondiale) for CubicSDR?

Dantali0n commented 7 years ago

Just curious is DRM the same thing as DAB / DAB + (Digital Audio Broadcast)?

BooBSD commented 7 years ago

@Dantali0n

Just curious is DRM the same thing as DAB / DAB + (Digital Audio Broadcast)?

No.

smartynov commented 7 years ago

I wonder if this is possible too. There are several open source software project on DRM, probably the code could be implanted or rewritten.

cjcliffe commented 7 years ago

@smartynov if there's available C++ code it should be possible to implement as a modem in CubicSDR; might be worth replacing as much DSP portions as possible with liquid-dsp equivalents that are already built-in.

Channel selection, etc. could also be done through the dynamic modem settings interface.

smartynov commented 7 years ago

Thanks @cjcliffe, I will probably try to dive deeper and find suitable sources (as usual, when I have time, probably in June...)