Abs: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:
[[File:abs-block.png|100px]]
[[File:abs-block.png|100px]]


The abs block converts the input data stream into its absolute value i.e. the negative input values become positive output values and the positive values remain the same at both the input and the output. This block only supports float, int, and short data types.
The abs block converts the input data stream into its absolute value i.e. the negative input values become positive output values and the positive values remain the same at both the input and the output.
 
== Supported Data Types ==
* Float
* Int
* Short


== Parameters ==
== Parameters ==

Revision as of 09:19, 25 August 2022

Abs-block.png

The abs block converts the input data stream into its absolute value i.e. the negative input values become positive output values and the positive values remain the same at both the input and the output.

Supported Data Types

  • Float
  • Int
  • Short

Parameters

None

Example Flowgraph

This flowgraph shows a sinusoid being passed through the Abs block, producing full-wave rectification.

Abs-ex2.png

Abs-ex.png

Source Files

C++ files
abs_blk_impl.cc
Header files
abs_blk_impl.h
Public header files
abs_blk.h
Block definition
blocks_abs_xx.block.yml