├── LICENSE ├── README.md ├── Review.pdf ├── codes ├── Suggested_codes │ ├── Fig6_Compar.m │ └── Fig8_LArandom_spacing.m └── Verify_codes │ ├── Fig3_Desired_BP.m │ ├── Fig4_Sidelobe_sectors.m │ ├── P1_windows.m │ ├── P2_Dolph_Chebychev.m │ └── P3_algorithm.m └── stuff ├── NLUA.png ├── antnna_array.jpg ├── camapre_pos.png ├── campare4.png ├── design.gif ├── dolph.png ├── iteration.gif ├── logo.png └── windows.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RabihND/NonUniformAntennaArray/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RabihND/NonUniformAntennaArray/HEAD/README.md -------------------------------------------------------------------------------- /Review.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RabihND/NonUniformAntennaArray/HEAD/Review.pdf -------------------------------------------------------------------------------- /codes/Suggested_codes/Fig6_Compar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RabihND/NonUniformAntennaArray/HEAD/codes/Suggested_codes/Fig6_Compar.m -------------------------------------------------------------------------------- /codes/Suggested_codes/Fig8_LArandom_spacing.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RabihND/NonUniformAntennaArray/HEAD/codes/Suggested_codes/Fig8_LArandom_spacing.m -------------------------------------------------------------------------------- /codes/Verify_codes/Fig3_Desired_BP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RabihND/NonUniformAntennaArray/HEAD/codes/Verify_codes/Fig3_Desired_BP.m -------------------------------------------------------------------------------- /codes/Verify_codes/Fig4_Sidelobe_sectors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RabihND/NonUniformAntennaArray/HEAD/codes/Verify_codes/Fig4_Sidelobe_sectors.m -------------------------------------------------------------------------------- /codes/Verify_codes/P1_windows.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RabihND/NonUniformAntennaArray/HEAD/codes/Verify_codes/P1_windows.m -------------------------------------------------------------------------------- /codes/Verify_codes/P2_Dolph_Chebychev.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RabihND/NonUniformAntennaArray/HEAD/codes/Verify_codes/P2_Dolph_Chebychev.m -------------------------------------------------------------------------------- /codes/Verify_codes/P3_algorithm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RabihND/NonUniformAntennaArray/HEAD/codes/Verify_codes/P3_algorithm.m -------------------------------------------------------------------------------- /stuff/NLUA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RabihND/NonUniformAntennaArray/HEAD/stuff/NLUA.png -------------------------------------------------------------------------------- /stuff/antnna_array.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RabihND/NonUniformAntennaArray/HEAD/stuff/antnna_array.jpg -------------------------------------------------------------------------------- /stuff/camapre_pos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RabihND/NonUniformAntennaArray/HEAD/stuff/camapre_pos.png -------------------------------------------------------------------------------- /stuff/campare4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RabihND/NonUniformAntennaArray/HEAD/stuff/campare4.png -------------------------------------------------------------------------------- /stuff/design.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RabihND/NonUniformAntennaArray/HEAD/stuff/design.gif -------------------------------------------------------------------------------- /stuff/dolph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RabihND/NonUniformAntennaArray/HEAD/stuff/dolph.png -------------------------------------------------------------------------------- /stuff/iteration.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RabihND/NonUniformAntennaArray/HEAD/stuff/iteration.gif -------------------------------------------------------------------------------- /stuff/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RabihND/NonUniformAntennaArray/HEAD/stuff/logo.png -------------------------------------------------------------------------------- /stuff/windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RabihND/NonUniformAntennaArray/HEAD/stuff/windows.png --------------------------------------------------------------------------------