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