summaryrefslogtreecommitdiff
path: root/gr-digital/grc/digital_gmskmod_bc.block.yml
blob: 4b9a5110787399d2436cc94394f2183b1fe71a4f (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: digital_gmskmod_bc
label: GMSK Modulator

parameters:
-   id: samples_per_symbol
    label: Samples/Symbol
    dtype: int
    default: '2'
-   id: bt
    label: 3 dB Time-Bandwith Product
    dtype: real
    default: '0.3'
-   id: L
    label: Pulse Duration (Symbols)
    dtype: int
    default: '4'

inputs:
-   domain: stream
    dtype: byte

outputs:
-   domain: stream
    dtype: complex

templates:
    imports: from gnuradio import digital
    make: digital.gmskmod_bc(${samples_per_symbol}, ${L}, ${bt})

file_format: 1