Funding for this research was provided by:
Shaanxi Innovation Team Project (2018TD-012)
Article History
Received: 23 September 2022
Revised: 4 February 2023
Accepted: 9 February 2023
First Online: 7 March 2023
Declarations
:
: The authors declare that they have no conflict of interest.
: The amplitude of the aperture field function is computed by the following code.function [pfuncQ] = Q(NODE).ET = -10; P = 1;BB = 10^(ET/20.0);CC = 1—BB;diam = 9.23; arad = diam/2; d = 5; % offset height.Lx = NODE(:,1);Ly = NODE(:,2);Lz = NODE(:,3);rho = sqrt((Lx-0).*(Lx-0) + (Ly-d).*(Ly-d));pfuncQ = BB + CC*(1—rho.^2/arad^2).^P; % aperture field function.The results presented in this study can be replicated by implementing the formulas and data structures presented in this study. The code and data for producing the presented results will be made available by request.