Complex To Mag Phase: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(add Example Flowgraph)
 
Line 1: Line 1:
[[Category:Block Docs]]
[[Category:Block Docs]]
[[Category:Pages with no Example Flowgraph]]
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).
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).


Line 7: Line 6:


== Example Flowgraph ==
== Example Flowgraph ==
[[File:Type_conv_fg.png|798px]]
<p>This flowgraph can be downloaded from [[Media:Type_conv.grc]].</p>


== Source Files ==
== Source Files ==

Latest revision as of 21:35, 10 April 2025

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

Type conv fg.png

This flowgraph can be downloaded from Media:Type_conv.grc.

Source Files

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