Complex Conjugate: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
Line 7: Line 7:
== Example Flowgraph ==
== Example Flowgraph ==
The following flowgraph shows the usage of the complex conjugate block.
The following flowgraph shows the usage of the complex conjugate block.
[[File:Complex conjugate block dock fg.png|600px]]
[[File:Complex conjugate block dock fg.png|600px]]
[[File:Complex conj block doc plot.png|600px]]
[[File:Complex conj block doc plot.png|600px]]

Revision as of 09:58, 25 August 2022

This block converts the input into its complex conjugate. This means that the imaginary part of each complex input value gets its sign inverted in the output i.e. if the input value is a + bi, the output value will be a + (-b)i.

Parameters

None

Example Flowgraph

The following flowgraph shows the usage of the complex conjugate block.

Complex conjugate block dock fg.png Complex conj block doc plot.png

Source Files

C++ files
conjugate_cc_impl.cc
Header files
conjugate_cc_impl.h
Public header files
conjugate_cc.h
Block definition
blocks_conjugate_cc.block.yml