Skip to content

Python files developed to simulate 2D random array patterns, and transform regular uniform arrays to pseudo random through side lobe minimization.

License

Notifications You must be signed in to change notification settings

joabAM/arrayDesignOpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArrayDesignOpt

Python files developed to simulate 2D random array patterns, and transform regular uniform arrays to pseudo random through side lobe minimization.
Similar to the LWA (long wavelength array) stations, the stations for the IGP JARGUS Project were designed using the Leonid Kogan's algorithm.


This library is still in development and testing :) ...

Instalation

Requierement libraries:

Usage

-------------------------------------------------------
Simple script
-------------------------------------------------------
from arrayDesignOpt import main
arr = main.AntennaArray(N=64)
norm_pattern, _domg, _cosxy, _radmin, _pat_int = arr.getPattern()
SLLdB, XBest, YBest, BeamOpt, Xlast1, Ylast1 = arr.minimizeSLL( _radmin,gain=10, plotPattern=True)

About

Python files developed to simulate 2D random array patterns, and transform regular uniform arrays to pseudo random through side lobe minimization.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages