Difference between revisions of "Complex to Imag"
From GNU Radio
(add example flowgraph) |
|||
Line 6: | Line 6: | ||
== Example Flowgraph == | == Example Flowgraph == | ||
+ | |||
+ | This flowgraph implements a Broadcast FM stereo receiver using basic blocks. | ||
+ | |||
+ | [[File:USRP_FM_stereo_fg.png|644px]] | ||
== Source Files == | == Source Files == |
Latest revision as of 16:33, 13 July 2020
Pulls out the imaginary part of a complex stream.
Parameters[edit]
None
Example Flowgraph[edit]
This flowgraph implements a Broadcast FM stereo receiver using basic blocks.