I got the optimization problem in Compressive sensing in form
$f =arg min \ \frac{\mu}{2} ||\Phi.f-y||^2 + \frac{\lambda}{2} ||f-v-w||^2$
where $\Phi$ is orthogonal Gaussian sensing matrix size $M\times N, M << N$ and all vector $f, v, w$ with size $N\times 1$ . Here $v$ and $ w$ are fixed vector and $\lambda$ , $\mu$ are constant.
Since problem are differential and convex, I try to derivative and set to zero but it doesnt work.
First derivative
$\mu.\Phi^T(\Phi.f-y) + \lambda.(f - v-w)=0$
$(\mu.\Phi^T\Phi+\lambda)f = \mu\Phi^Ty+\lambda(v+w)$
let $Af=rhs$
then $f=(\mu.\Phi^T\Phi+\lambda)^{-1} (\mu\Phi^Ty+\lambda(v+w)) = A^{-1}.rhs$
Then I program it in matlab this but it doesnot work properly. Is it because of the inverse matrix $A^{-1}$? or Is there any efficient solution for this problem.
It should noted that this problem is normal Compressive sensing rather than Kronecker compressive sensing (separble sensing) as in (*)
$F =arg min \ \frac{\mu}{2} ||R.F.G-Y||^2 + \frac{\lambda}{2} ||F-V-W||^2$
which equivalent to $f = vect(F), V = vect(V), W = vect(W),$ where $F,V,W$ has $n\times n$, $N=n^2, M = m^2$
$\Phi=Kronecker(R,G^T)=R\bigotimes G^T$ where R and G also Gaussian radom sensing matrix
and $||R.F.G-Y|| = ||\Phi.f-y||$
(*) S.L. Shishkin et.al, "Total Variation Minimization with Separable Sensing Operator", 2010