Difference between revisions of "Complex to Imag"
From GNU Radio
(Created page with "Category:Block Docs Pulls out the imaginary part of a complex stream.") |
(add example flowgraph) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Block Docs]] | [[Category:Block Docs]] | ||
Pulls out the imaginary part of a complex stream. | Pulls out the imaginary part of a complex stream. | ||
+ | |||
+ | == Parameters == | ||
+ | None | ||
+ | |||
+ | == Example Flowgraph == | ||
+ | |||
+ | This flowgraph implements a Broadcast FM stereo receiver using basic blocks. | ||
+ | |||
+ | [[File:USRP_FM_stereo_fg.png|644px]] | ||
+ | |||
+ | == 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.