Using the C Math Library    

Data Analysis and Fourier Transform Functions

Basic Operations 
Function
Purpose
mlfCumprod
Cumulative product of elements.
mlfCumsum
Cumulative sum of elements.
mlfMax
Largest component.
mlfMin
Smallest component.
mlfProd
Product of elements.
mlfSort
Sort in ascending order.
mlfSum
Sum of elements.

Filtering and Convolution 
Function
Purpose
mlfFilter
One-dimensional digital filter (see online help).

Fourier Transforms 
Function
Purpose
mlfFft
Discrete Fourier transform.
mlfFftn
Multidimensional fast Fourier transform.


 Numerical Linear Algebra Character String Functions