Complex To Mag Phase

From GNU Radio
Revision as of 13:33, 18 March 2021 by Mborawski (talk | contribs) (→‎Source Files: Updated source links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Convert a stream of gr_complex to magnitude and phase (both floats). output[0] is the magnitude and output[1] is the phase (in radians).

Parameters

None

Example Flowgraph

Source Files

C++ files
[1]
Header files
[2]
Public header files
[3]
Block definition
[4]