10.06.2016 Views

eldo_user

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Eldo Control Language<br />

Library of Functions for Tasks<br />

Command<br />

frexp<br />

fscan<br />

hypot<br />

ifft<br />

imag<br />

imax<br />

imin<br />

int<br />

integ<br />

integral<br />

intersect<br />

isarray<br />

iscompound<br />

kurt<br />

ldexp<br />

limit<br />

log<br />

Table 18-3. Library of Functions for Tasks (cont.)<br />

Description<br />

Breaks a floating-point number into a normalized fraction<br />

and an integral power of 2. Returns an array of 2 elements,<br />

the first element being the normalized fraction and the<br />

second element being the integral power of 2.<br />

Returns the number of elements that have been parsed. It has<br />

the same behavior as the C fscanf function.<br />

Computes the length of the hypotenuse of a right angle<br />

triangle.<br />

Calculates the inverse Fast Fourier Transform of the input<br />

waveform.<br />

Imaginary part function.<br />

Returns the index of the maximum value of the elements of<br />

the array array. If istart and istop are specified, this function<br />

applies to the part of array beginning at index istart and<br />

ending at index istop.<br />

Returns the index of the minimum value of the elements of<br />

the array array. If istart and istop are specified, this function<br />

applies to the part of array beginning at index istart and<br />

ending at index istop.<br />

Integer value of VAL.<br />

Returns the definite integral value with upper and lower<br />

limits of a waveform.<br />

Computes the indefinite integral (also known as antiderivative)<br />

of the input waveform (the result is a waveform).<br />

Returns a vector containing all of the intersection points of<br />

two waveforms. If the slopes are supplied, the result will be<br />

collected only when the waveforms have the specified<br />

slopes.<br />

Returns 1 if var is an array, 0 otherwise.<br />

Returns 1 if wf is a compound waveform, 0 otherwise.<br />

Returns the fourth standardized moment also known as<br />

sample kurtosis (unbiased value if bias is 0, biased value<br />

otherwise) of the elements of the array array.<br />

Returns the value x multiplied by 2 raised to the power y<br />

(computes the quantity: x × 2y).<br />

Returns b if a < b, returns c if a > c, returns a otherwise.<br />

Natural logarithm function.<br />

856<br />

Eldo® User's Manual, 15.3

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!