Contents Up Previous Next

Extract

Purpose
Description
Macro Synopsis
Modules
Related Functions


Purpose

Extract signal components

Description

"Extract" operates on complex and multi-channel signals and returns another multi-channel signal consisting of the selected components (or channels) extracted.

Parameters of "Extract" are


Index counting starts at 1 here.

Macro Synopsis

y = Extract(x,i,j);
signal x,y;
int i,j;

Modules

Student, Professional

Related Functions

Split,Merge