GetChannelValue
Purpose
Description
Macro Synopsis
Modules
Related Functions
Purpose
Extract a single value from complex or multi-channel signal (Macro only)
Description
"GetChannelValue" returns the value of a certain signal
component at a given index. Input parameters are the
- index i of the sample
- index j of the channel
Note that index counting starts at 0 here.
Macro Synopsis
a = GetChannelValue(x,i,j);
signal x;
int i,j;
float a;
Modules
Basic
Related Functions
GetValue, SetValue