Skip to main content
. 2020 Jan 9;20(2):378. doi: 10.3390/s20020378
Algorithm A1 Steering vectors computation.
  • 1:

    procedureComputeSteeringVectors(C, θ, ω, Q, f, l)

  • 2:

      c299,792,458 m/s

  • 3:

      λc/f

  • 4:

      Ω compute Equation (3) with θ and ω

  • 5:

      Vexp(𝚥2πλ1ΩC)

  • 6:

      for q1,Q do

  • 7:

        ζqsin(θq)1[cos(πlcos(θq)λ1)cos(πlλ1)]

  • 8:

      end for

  • 9:

      ζ compute Equation (1) with ζ1ζ2ζQ

  • 10:

      ΨζV

  • 11:

      return Ψ

  • 12:

    end procedure