├── README.md └── main.m /README.md: -------------------------------------------------------------------------------- 1 | # Phased Array Antenna Radiation Pattern & Array Configuration 2 | Phased Array Antenna, Radiation Pattern and Array Configuration Phased array consisting of N lined up individual isotropic antennas with the composite main antenna beam into vertical direction. This code based on the governing equation (J. Röttger, The Instrumental Principles of MST Radars, Ch.2.1) and shows how the radiation pattern changes as the parameters are modified. 3 | -------------------------------------------------------------------------------- /main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/9c9a/Phased-Array-Antenna-Radiation-Pattern-and-Array-Configuration/0dc41b4e60dbe36911041a5da06525fb1dbd4376/main.m --------------------------------------------------------------------------------