summaryrefslogtreecommitdiff
path: root/gr-blocks/grc/blocks_vco_c.block.yml
blob: b14b96bc54e612711e810ba0452cbbe6c5a886ed (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
id: blocks_vco_c
label: VCO (complex)

parameters:
-   id: samp_rate
    label: Sample Rate
    dtype: real
-   id: sensitivity
    label: Sensitivity
    dtype: real
-   id: amplitude
    label: Amplitude
    dtype: real

inputs:
-   domain: stream
    dtype: float

outputs:
-   domain: stream
    dtype: complex

templates:
    imports: from gnuradio import blocks
    make: blocks.vco_c(${samp_rate}, ${sensitivity}, ${amplitude})

file_format: 1