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