Algorithm 1 Orthogonal Matching Pursuit (OMP) | |||
Input: A signal , a matrix . Initialize: Set the support set , the residual error and put the counter . Identify: Find a column from A that most correlates with the residual error and record the correlation coefficient: Output: The vector with components and otherwise. |