Difference between revisions of "Abs"
From GNU Radio
(Created page with "Takes absolute value of data stream (i.e. strips sign). Only supports float, int, and short (not complex).") |
|||
Line 1: | Line 1: | ||
+ | [[Category:Block Docs]] | ||
Takes absolute value of data stream (i.e. strips sign). Only supports float, int, and short (not complex). | Takes absolute value of data stream (i.e. strips sign). Only supports float, int, and short (not complex). |
Revision as of 22:18, 12 March 2019
Takes absolute value of data stream (i.e. strips sign). Only supports float, int, and short (not complex).