Contents Up Previous Next

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


Macro Synopsis

y = CutByIndex(x,from,to);
signal x,y;
int from, to;

Modules

Basic

Related Functions

CutByValue