Skip to main content
. 2016 Sep 2;16(9):1423. doi: 10.3390/s16091423
Algorithm 1 Pseudo code for FFT operation-based data smoothing method
  • Input data: a

  • Input parameter: μ

  • Set parameter: ρ = 10, l = 100

  • Initialize f0 = 0, u0 = 0, y0 = 0

  • Compute the finite differences operator matrix D and its transpose DT

  • for i = 1:l

  • 1. Solve A using Equation (5)

  • 2. Solve u using Equation (6)

  • 3. Update the Lagrange multiplier y using Equation (7)

  • end