blob: 87fb0918efcb885941ba8b6a399e37309b852427 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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
|