Rescale
Purpose
Description
Macro Synopsis
Modules
Related Functions
Purpose
Rescale
Description
Rescales the y-axis by multiplying the given signal with a
constant c according to
The single parameter of "Rescale" is the
- constant multiplication factor c.
Macro Synopsis
y = MultConst(x,c);
signal x,y;
float c;
Modules
Student, Professional
Related Functions
Add constant,Sum,
Difference,Product, Quotient, Reciprocal