Clip
Purpose
Description
Macro Synopsis
Modules
Related Functions
Purpose
Clip signal amplitude
Description
"Clip" clips all y-values of the signal outside the given
range. Clipped values are set to the maximum (or minimum) value of
the range.
"Clip" parameters are:
- a, which is the lower bound of the clipping region and
- b, which is the upper bound of the clipping region.
The default values for these parameters are chosen from the maximum
and minimum y values of the signal.
Macro Synopsis
y = Clip(x,a,b);
signal x,y;
float a,b;
Modules
Student, Professional
Related Functions
Cut out