Perform a (row wise) Cadzow-like signal enhancement on 1D or 2D data.
Parameters:
data 1D or 2D data matrix.
K+5 and 2*K.
K Reduced prediction order.
niter Number if iteration of the Cadzow procedure to perform.
minimum variance method, False does not correct the singular values andis the Cadzow method.
Returns: array of enhanced data
Performs a Cadzow-like signal enhancement with optional adjustment of singular values using the minimum variance method as desribed in: Chen, VanHuffel, Decanniere, VanHecke, JMR, 1994, 109A, 46-55. For 2D data performs independant enhancement on each row of data array.