Contents Up Previous Next

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:

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