gr-dvbs2rx icon indicating copy to clipboard operation
gr-dvbs2rx copied to clipboard

DVB-S2 Receiver Extensions for GNU Radio

Results 14 gr-dvbs2rx issues
Sort by recently updated
recently updated
newest added

Hi, I try to use it to receive QO100 beacon (Es Heil 2) without success until now. I can get a MER of about 10.2 using Polyphase Clock Sync &...

With the default compile flags, a linker error occurs on fedora 36 (linux, x86-64) because that code is compiled without -fPIC, which is necessary for shared libraries: ldpc_decoder/libldpc_decoder_avx2.a(ldpc_decoder_avx2.cc.o): relocation R_X86_64_32...

I'm running from the docker image on Ubuntu 20.04 and have a few questions. My output is provided below. I seem to have an error trying to connect to an...

Hi, In a fresh 22.04 installation I have to add: sudo apt-get install libsndfile1-dev Also 13/13 Testing: qa_symbol_sync_cc 13/13 Test: qa_symbol_sync_cc Command: "/usr/bin/sh" "qa_symbol_sync_cc_test.sh" Directory: /home/sv1bds/gr-dvbs2rx/build/python/dvbs2rx "qa_symbol_sync_cc" start time: Jun...

When ```sudo make install``` tries to compile the heir block, the build fails. That's because the users environment (and PYTHONPATH) is lost when ```sudo``` is used.

Addresses #3 far as I can tell, fixes problems with VLAs (which don't work like that in C++) and improper imports on gr 3.9 Now, builds with GR 3.9 for...

Hello, I am currently working on a senior design project that involves streaming video from a cubesat and I was hoping to use your project for this. I currently have...

Hi, I am trying to run: `dvbs2-tx --source file --in-file ~/Videos/1min_timer_mpegts.ts --sink bladeRF --freq 1316.9e6 --sym-rate 1e6 --usrp-args "serial=9e4" ` and my error is: ``` Traceback (most recent call last):...

Thanks for your work on this project! I'd be interested in using a DVB-S2 receiver in 16-APSK and 32-APSK modes, which are currently not supported. I've taken a look through...

https://github.com/igorauad/gr-dvbs2rx/blob/c22b350912f31d87e397ef3ff470ac81cef943e0/lib/bbdeheader_bb_impl.cc#L205 The logic inside this scope assumes sequential BB frames. It will break and synchronization will be lost if a BB frame has been dropped. I would propose including the...