Skip to main content
. Author manuscript; available in PMC: 2025 Jun 1.
Published in final edited form as: Biomed Signal Process Control. 2024 Feb 14;92:106061. doi: 10.1016/j.bspc.2024.106061

ALGORITHM I.

Low-rank coding optimization procedure

Input: Xs, Xt, Y, λ
Initialization: Y1=Y2=0, Z=0, E=0, ρ=1.1, ε=106
Output: Z, E, Losslr
while converted do
  1. Fix the other variables, update Z by solving (7)
  2. Fix the other variables, update J by solving (8)
  3. Fix the other variables, update E by solving (9)
  4. Update the multipliers and parameters: Y1, Y2
  5. Check the convergence conditions: XtXsZE<ε, ZJ<ε
end while