Skip to main content
. 2018 Nov 17;18(11):4013. doi: 10.3390/s18114013
Algorithm 1: R–L algorithm.
Initialization:
S^0=F (or S^0=[1,1,,1]1×NT), N is the number of elements of S^0 or the number of beams.
for k = 1, 2, 3, …
{
F^k=FpS^k; Estimate F at the iteration time k
S^k+1=S^k(FpFF^k); Estimate S at the iteration time k+1
}