RDS decoder module for GNU Radio, that decodes multiple stations simultaneously
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

32 lines
590 B

# auto-generated by grc.converter
id: multirds_rds_decoder
label: multirds Rds decoder
category: '[multirds]'
parameters:
- id: log
label: Log
dtype: bool
default: 'False'
options: ['True', 'False']
option_labels: [Enable, Disable]
- id: debug
label: Debug
dtype: bool
default: 'False'
options: ['True', 'False']
option_labels: [Enable, Disable]
inputs:
- domain: stream
dtype: byte
outputs:
- domain: message
optional: true
templates:
imports: import multirds
make: multirds.rds_decoder(${log}, ${debug})
file_format: 1