|
Algorithm 1 Pseudo code for FFT operation-based data smoothing method |
Input data: a
Input parameter: μ
Set parameter: ρ = 10, l = 100
Initialize = 0, = 0, = 0
Compute the finite differences operator matrix and its transpose
for i = 1:l
1. Solve using Equation (5)
2. Solve using Equation (6)
3. Update the Lagrange multiplier using Equation (7)
end
|