summaryrefslogtreecommitdiff
path: root/gr-blocks/grc/blocks_conjugate_cc.block.yml
blob: a0d8b1a64c93e033c64393e8836fed07bb4826f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
id: blocks_conjugate_cc
label: Complex Conjugate

inputs:
-   domain: stream
    dtype: complex

outputs:
-   domain: stream
    dtype: complex

templates:
    imports: from gnuradio import blocks
    make: blocks.conjugate_cc()

file_format: 1