drmpeg / gr-dvbs2

A DVB-S2 and DVB-S2X transmitter for GNU Radio
GNU General Public License v3.0
128 stars 37 forks source link

Some way to receiver with sdr #3

Open papiahs opened 5 years ago

papiahs commented 5 years ago

Hi!, I want receive dvb-s2 acm through usrp. Is it possible? Only I found to transmition... thanks!

drmpeg commented 5 years ago

It's is not possible today. It's very difficult to have an LDPC decoder that works fast enough in software.

jlxsolutions commented 5 years ago

How about Cuda or other hardware acceleration?

drmpeg commented 5 years ago

I've made some progress. You can find some receiver blocks here.

https://github.com/drmpeg/gr-dvbs2rx

The LDPC decoder relies on processing multiple frames in parallel, so it's not useful for VCM/ACM.

jlxsolutions commented 5 years ago

Guess i have to go back to school i thought whole point of hardware acceleration via GPU was parallel processing heh. anywhoms Thank you for your work Gonna check out that and see what's up tomorrow decided today is beer day

nickhansenrf commented 5 years ago

This can be closed since both LeanDVB and Markro92's GUI version can both demod in real time, for good SNR and with decent hardware. Edit: not possible for acm.