Skip to main content Link Search Menu Expand Document (external link)

ALG Library

Table of contents

Basics

ALG Library is a collection of standard ALG functions that can be safely CALLed. Moreover, in function ESTIMATE, predefined compressed sensing algorithms are called which are also in the ALG library.

Like MATLAB, the inside function name should be the same as the file name except for the .alg file extension. For example, OMP function is defined in file /include/mmcesim/OMP.alg.


Algorithms

OMP

Orthogonal matching pursuit.

Source

Defined in /include/mmcesim/OMP.alg.

LS

Least square (LS).

Source

Defined in /include/mmcesim/LS.alg.

Oracle LS

Oracle least square (LS).

Source

Defined in /include/mmcesim/Oracle_LS.alg.

LS Support

Least square (LS) with specified support.

Source

Defined in /include/mmcesim/LS_support.alg.

Other Utilities