CutByValue
Purpose
Description
Macro Synopsis
Modules
Related Functions
Purpose
Cut out signal interval specified by x-axis values (Macro only)
Description
"CutByValue" cuts out a certain interval out of the given
signal. The interval is specified by the two parameters
- from, which is the first x-value within the interval
- to, which is the last x-value within the interval.
Macro Synopsis
y = CutByValue(x,from,to);
signal x,y;
float from, to;
Modules
Basic
Related Functions
CutByIndex