igorauad / gr-dvbs2rx

DVB-S2 Receiver Extensions for GNU Radio
https://igorauad.github.io/gr-dvbs2rx/
GNU General Public License v3.0
95 stars 23 forks source link

Fix Symbol Sync interpolation method not changing in GRC #32

Closed AsriFox closed 9 months ago

AsriFox commented 9 months ago

Interpolation method (enum) of Symbol Sync block could not be changed in gnuradio-companion; probably because the enum type requires string options. Thus, options are changed from numbers to identifier strings. Numeric values are placed in the option attribute val, and hiding of other fields is controlled with option attribute hide.

igorauad commented 9 months ago

@AsriFox Thanks a lot for the fix!