|
Algorithm 1 RL-MFF-Net-based channel estimation algorithm |
offline training phase:
-
1:
Initialize , estimator parameters , stepsize , learning rate and decay rate.
-
2:
Input: Training set
-
3:
whiledo weights update
-
4:
-
5:
Compute and by Equation (27) and (28)
-
6:
Computer and by Equation (25) and (26)
-
7:
Update estimator parameters
-
8:
-
9:
end while
-
10:
Output: Well-trained estimator
online deployment phase:
|