├── CalculateArrayGeometry.m ├── Calculate_DI_and_WNG_ULA.m ├── Calculate_DI_and_WNG_discrete_CCA.m ├── README.md ├── ULA.m ├── bisection.m ├── design_g0.m ├── design_g1.m ├── extract_figures.m ├── main.m ├── optimize_DI.m └── saved_results ├── 20.mat ├── 30.mat ├── 40.mat ├── 50.mat ├── Improved_Modified_UCCA.mat ├── Low_Pass_UCCA.mat ├── Modified_UCCA.mat └── ULA.mat /CalculateArrayGeometry.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IsraelCohenLab/ConstantBeamwidthUCCA/HEAD/CalculateArrayGeometry.m -------------------------------------------------------------------------------- /Calculate_DI_and_WNG_ULA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IsraelCohenLab/ConstantBeamwidthUCCA/HEAD/Calculate_DI_and_WNG_ULA.m -------------------------------------------------------------------------------- /Calculate_DI_and_WNG_discrete_CCA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IsraelCohenLab/ConstantBeamwidthUCCA/HEAD/Calculate_DI_and_WNG_discrete_CCA.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IsraelCohenLab/ConstantBeamwidthUCCA/HEAD/README.md -------------------------------------------------------------------------------- /ULA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IsraelCohenLab/ConstantBeamwidthUCCA/HEAD/ULA.m -------------------------------------------------------------------------------- /bisection.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IsraelCohenLab/ConstantBeamwidthUCCA/HEAD/bisection.m -------------------------------------------------------------------------------- /design_g0.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IsraelCohenLab/ConstantBeamwidthUCCA/HEAD/design_g0.m -------------------------------------------------------------------------------- /design_g1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IsraelCohenLab/ConstantBeamwidthUCCA/HEAD/design_g1.m -------------------------------------------------------------------------------- /extract_figures.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IsraelCohenLab/ConstantBeamwidthUCCA/HEAD/extract_figures.m -------------------------------------------------------------------------------- /main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IsraelCohenLab/ConstantBeamwidthUCCA/HEAD/main.m -------------------------------------------------------------------------------- /optimize_DI.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IsraelCohenLab/ConstantBeamwidthUCCA/HEAD/optimize_DI.m -------------------------------------------------------------------------------- /saved_results/20.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IsraelCohenLab/ConstantBeamwidthUCCA/HEAD/saved_results/20.mat -------------------------------------------------------------------------------- /saved_results/30.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IsraelCohenLab/ConstantBeamwidthUCCA/HEAD/saved_results/30.mat -------------------------------------------------------------------------------- /saved_results/40.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IsraelCohenLab/ConstantBeamwidthUCCA/HEAD/saved_results/40.mat -------------------------------------------------------------------------------- /saved_results/50.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IsraelCohenLab/ConstantBeamwidthUCCA/HEAD/saved_results/50.mat -------------------------------------------------------------------------------- /saved_results/Improved_Modified_UCCA.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IsraelCohenLab/ConstantBeamwidthUCCA/HEAD/saved_results/Improved_Modified_UCCA.mat -------------------------------------------------------------------------------- /saved_results/Low_Pass_UCCA.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IsraelCohenLab/ConstantBeamwidthUCCA/HEAD/saved_results/Low_Pass_UCCA.mat -------------------------------------------------------------------------------- /saved_results/Modified_UCCA.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IsraelCohenLab/ConstantBeamwidthUCCA/HEAD/saved_results/Modified_UCCA.mat -------------------------------------------------------------------------------- /saved_results/ULA.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IsraelCohenLab/ConstantBeamwidthUCCA/HEAD/saved_results/ULA.mat --------------------------------------------------------------------------------