#include "iso_synth_process_unit.h"
#include <iostream>
#include <cmath>
Include dependency graph for iso_synth_abs_unit.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | iso |
namespace | iso::synth |
Classes | |
class | iso::synth::AbsUnit |
unit that outputs the absolute value of an input signal. Usage: Change offset to a value bellow which all values are folded up. Default is zero, which is a standard "abs" operation. Also, you can set outputGain to "-1" to invert output polarity. More... |