diff options
Diffstat (limited to 'gr-fec/grc/fec_extended_async_encoder.block.yml')
-rw-r--r-- | gr-fec/grc/fec_extended_async_encoder.block.yml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/gr-fec/grc/fec_extended_async_encoder.block.yml b/gr-fec/grc/fec_extended_async_encoder.block.yml new file mode 100644 index 0000000000..87fb0918ef --- /dev/null +++ b/gr-fec/grc/fec_extended_async_encoder.block.yml @@ -0,0 +1,30 @@ +id: fec_extended_async_encoder +label: FEC Extended Async Encoder + +parameters: +- id: encoder_list + label: Encoder Objects + dtype: raw + default: encoder_variable +- id: puncpat + label: Puncture Pattern + dtype: string + default: '''11''' + +inputs: +- domain: message + id: in + optional: true + +outputs: +- domain: message + id: out + optional: true + +templates: + imports: from gnuradio import fec + make: fec.extended_async_encoder(encoder_obj_list=${encoder_list}, puncpat=${puncpat}) + +documentation: "" + +file_format: 1 |