|
Algorithm 1 Uplink channel estimation with UTAMP-SBL. |
Input: The received signal and the matrix . Output: The estimated sparse channel .
-
1:
Initialization: SVD , , , , , , ,
-
2:
repeat
-
3:
Calculate the mean and variance as (16).
-
4:
Calculate the mean and variance as (14).
-
5:
Update the noise variance as (18).
-
6:
Calculate the mean and variance as (17).
-
7:
Calculate the mean and variance as (16).
-
8:
Calculate the mean and variance as (15).
-
9:
Calculate the variance according to (21).
-
10:
Update the parameter according to (22).
-
11:
until halt
|