ULArray

class pylayers.antprop.aarray.ULArray(**kwargs)[source]

Bases: pylayers.antprop.aarray.Array

Uniform Linear Array

An uniform array is centered on the origin. It has Nx, Ny, Nz antennas placed respectively along the x,y,z axis.

The assumed mapping between the antenna port index ik and the spatial indexing (ix,iy,iz) is

ik = iz Nx Ny + iy Nx + ix

Methods Summary

set_position()

Methods Documentation

set_position()[source]