Skip to main content
. Author manuscript; available in PMC: 2013 Sep 1.
Published in final edited form as: Neuroimage. 2012 Jun 23;62(3):2040–2054. doi: 10.1016/j.neuroimage.2012.06.020
Given a filter bank (h, g = δh, = δ, = δ)
Initialization: a0 = x
for j = 0 to J −1
do
Calculate the approximation coefficients aj+1 = h[−k](j)*aj
Calculate wj+1 =Tj ajTj+1aj+1 with VST as Tjaj=τ1-1/2aj+cj
  Where τk=i(h[i](j))k and c= (7τ2 / 8τ1)−(τ3 / τ2)
Employ hypothesis testing-based denoiser ψ to wj+1, ŵj+1 = ψwj+1
end for
Reconstruct a0 as a^0=T0-1(TJaJ+j=1Jw^j)