]>
Invert the forward problem using Tikhonov regularization and a user-supplied regularization parameter.
| Syntax: | X = tik(A, Y, alpha[, CD[, CI]]); | |
|---|---|---|
| Inputs: | A | Forward matrix |
| Y | The residue appropriate to |
|
| alpha | Regularization parameter, multiplies |
|
| CD | Covariance of the data. Optional: identity of not specified | |
| CI | Covariance of the image. Optional: identity of not specified | |
| Outputs: | X | The reconstructed image |
Tikhonov regularizes the matrix inverse by adding an extra term to the -norm of the residue. Common choices are the 2-norm of the magnitude of the reconstructed image (weighted by an a priori image covariance where possible) and the curvature (the elastic cost) The PMI toolbox, however, implements the only former. Thus, the reconstructed image can be written in terms of the forward matrix , the data covariance the a priori image covariance and the regularization parameter (a non-negative constant parameter that controls the strength of the regularization) as