|
Algorithm 1 Interpolation and Rescaling in Norm&Location. |
-
Input:
The input data ; , where J is the total number of processed data, ; alignment quantity ;
-
1:
for each do
-
2:
List all in chronological order;
-
3:
Compute sampling interval , interpolation quantity ;
-
4:
Sample J points based on linear interpolation using the two neighbors of each point ;
-
5:
;
-
6:
;
-
7:
end for
-
Output:
.
|