Contents Up Previous Next

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



Macro Synopsis

y = CutByValue(x,from,to);
signal x,y;
float from, to;

Modules

Basic

Related Functions

CutByIndex