Research Article

Low-Complexity Inverse Square Root Approximation for Baseband Matrix Operations

Algorithm 1

(1) for   𝑘 = 1 𝑛
(2)   𝐑 𝑘 , 𝑘 = 𝐇 1 𝑛 , 𝑘
(3)   𝐐 1 𝑛 , 𝑘 = 𝐇 1 𝑛 , 𝑘 / 𝐑 𝑘 , 𝑘
(4)  for   𝑗 = 𝑘 + 1 𝑛
(5)    𝐑 𝑘 , 𝑗 = 𝐐 𝐻 1 𝑛 , 𝑘 𝐇 1 𝑛 , 𝑗
(6)    𝐇 1 𝑛 , 𝑗 = 𝐇 1 𝑛 , 𝑗 𝐐 1 𝑛 , 𝑘 𝐑 𝑘 , 𝑗
(7)  end
(8) end