Add constant
Purpose
Description
Tips
Macro Synopsis
Modules
Related Functions
Purpose
Add a constant to all signal values
Description
"Add constant" Adds a constant value c to the given signal x:
Tips
The added value should not be greater than
times the signal maximum. Otherwise numerical inaccuracies may lead
to undesired effects in the result.
Macro Synopsis
y = AddConst(x,c);
signal x,y;
float c;
Modules
Student, Professional
Related Functions
Sum, Difference, Product,
Rescale, Quotient, Reciprocal.