Skip to main content
. 2022 Feb 18;24(2):292. doi: 10.3390/e24020292
Algorithm 1 RL-MFF-Net-based channel estimation algorithm
offline training phase:
  •  1:

    Initialize j=0, estimator parameters Θ, stepsize α, learning rate and decay rate.

  •  2:

    Input: Training set Ytrain,Htrain

  •  3:

    whilejGdo weights update

  •  4:

    gjΘLjθj1

  •  5:

    Compute Mj and Vj by Equation (27) and (28)

  •  6:

    Computer Mj and Vj by Equation (25) and (26)

  •  7:

    Update estimator parameters Θj+1ΘjαMjVj+ε

  •  8:

    j=j+1

  •  9:

    end while

  •  10:

    Output: Well-trained estimator ΨRLMFFNet·

online deployment phase:
  •  11:

    Input: Test set Ytest

  •  12:

    do Channel Estimation with ΨRLMFFNet·

  •  13:

    Output: the reconstructed mm Wave channel H=ΨRLMFFNetYtest