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

The plutosdr only accepts a value of datatype integer as sampling rate. For this, there already is a conversion logic, to convert float data type sampling rate values to integer...

# Problem Passing `2e5` as sampling rate does not convert the `float` to an `int`, thus failing to initialize the plutosdr source: ```console $ dvbs2-rx --samp-rate 2e5 --source plutosdr --plutosdr-addr...

Add support for parsing BBFRAME when DVB-S2 ISSY feature is enabled. As a consequence Multiple Input Stream is now supported, add command line option to select which stream to process...

It's possible to add C++ generation capability to DVB receiver blocks by adding `cpp_templates` to GRC block definitions. To translates strings to enum definitions, an intermediate 'DVB Parameters' C++ class...