|
Algorithm 1 Estimating the local noise variance
|
|
Input: NSST coefficients of the observed interferograms with N different baselines, the size of patch and the maximum iteration number . |
|
Initialization: = 0. |
|
1: Divide all coefficients into L patches whose size is and calculate the kurtosis and variance of eath patch. |
|
2: Repeat. |
|
3: Let equals the solution of the last optimization, update by optimization function 1. |
|
4: Let equals the solution of the step 3, update by optimization function 2. |
|
5: Until and converges or is reached. |
|
6: Return . |