To verify the performance of the proposed method in one-dimensional (1D) scenarios, 8-element and 16-element uniform linear arrays (ULAs) were tested under consistent simulation and physical experimental conditions. This section focuses on three core analyses: (1) performance comparison between the proposed Rayleigh quotient (RQ) optimization method and the particle swarm optimization (PSO) algorithm; (2) energy concentration characteristics of traditional window-based weighting methods; (3) acoustic energy radiation performance of the RQ method; and (4) scalability verification via array size variation.
3.2.1. Performance Comparison Between PSO and RQ Optimization Methods
Particle swarm optimization (PSO) is widely adopted for complex optimization problems due to its high efficiency and global search capability. To verify the performance advantages of the proposed Rayleigh quotient (RQ) optimization method, this section establishes a PSO-based optimization model for array weight design targeting angular energy concentration. A comprehensive comparison is conducted between PSO-optimized weights and the theoretically optimal weights from the RQ method, focusing on differences in weight distribution, beam pattern, acoustic energy radiation efficiency, and result stability. Note that PSO parameters and the objective function have been defined in
Section 3.1.2; the PSO solution flow follows the iterative update logic detailed therein (including particle velocity/position update, local/global optimum maintenance, and linear decay of inertia weight), and it is not repeated herein.
To compare the weight distribution differences between PSO and the RQ method, an experiment was conducted on an 8-element linear array: under the PSO parameter settings in
Section 3.1.2, the optimal weight vector was solved via iterative search, while the RQ method derived the theoretical optimal weight vector through generalized eigenvalue decomposition (
Section 2.2). The amplitude weight distributions of the two methods are shown in
Figure 4.
For PSO, the weights exhibit a non-strictly symmetric pattern: central elements have higher weights and edge elements have lower weights (consistent with the energy concentration goal), but slight random fluctuations appear in the weights of left and right edge elements. This phenomenon arises from PSO’s stochastic search nature—without explicit constraints on array geometric symmetry, even approximately symmetric weight patterns are accompanied by unavoidable randomness. In contrast, the RQ method’s weights are strictly symmetric about the array center, showing a smooth tapered decay from the center to the edges. This symmetry is a natural consequence of the Toeplitz–sinc structure of the target-domain energy operator matrix , which inherently embeds array geometric information, ensuring the weights align with the array’s physical symmetry and better meet the requirement of optimal energy concentration under symmetric layouts.
To further verify how weight distribution differences affect array directivity, the beam patterns of the 8-element linear array under PSO and RQ weighting were calculated and compared. The experiment maintained consistent array parameters (element spacing, and operating frequency 40 kHz) and target angular domain (central angle, width) for both methods, and the resulting beam patterns are shown in
Figure 5.
Both methods generate mainlobes that accurately point to the target angular domain (0°), with nearly identical mainlobe gain and shape—indicating PSO can achieve beamforming performance close to the theoretical optimum in terms of mainlobe gain and direction. In terms of sidelobe suppression, both methods control the maximum sidelobe level below −30 dB, effectively reducing energy leakage to non-target regions. However, the RQ method’s sidelobe envelope is smoother, with no random fluctuations in sidelobe amplitude observed in PSO results. This stability is critical for underwater acoustic energy transmission systems, as random sidelobe fluctuations may cause unexpected energy leakage and reduce the reliability of underwater energy reception. The consistency in mainlobe performance between PSO and the RQ method also indirectly validates the RQ optimization model’s effectiveness: PSO, as a global search tool, converges to a solution close to the RQ theoretical optimum, confirming the RQ method correctly captures the core objective of angular energy concentration.
To quantify the performance gap between PSO and the RQ method, the same 8-element linear array experiment was extended: for each target angular width (5° to 60°), the mean acoustic energy radiation efficiency of 10 PSO runs
and the standard deviation were calculated and compared with the RQ method’s theoretical optimal efficiency (
,
Section 2.2.4). The relative error between the two methods was used to evaluate PSO’s proximity to the theoretical optimum, with the relative error formula defined as Equation (23):
The comparison results are summarized in
Table 1.
It can be observed that the relative error ranges from 0.02% to 0.27%, indicating is very close to —confirming PSO can find weight combinations that achieve near-optimal energy concentration in the target angular domain, regardless of width. However, PSO’s standard deviation increases with angular width (e.g., 0.15% for 5° vs. 0.91% for 60°), as wider angular domains expand the solution space and increase the uncertainty of random search.
In contrast, the RQ method produces a unique, deterministic solution with zero volatility. Since it directly solves the analytical model via linear algebra, the weight solution has absolute uniqueness and high consistency, unaffected by random initial conditions and exhibiting strong repeatability and stability. This advantage is critical for engineering applications (e.g., underwater sensor network power supply) that demand consistent performance.
As a meta-heuristic algorithm, PSO does not guarantee unique solutions; multiple runs are required to improve confidence in finding optimal/near-optimal solutions, increasing the cost of result verification and optimization in engineering. Additionally, PSO-optimized solutions lack explicit analytical forms, hindering physical interpretation and further theoretical analysis. In contrast, the RQ method provides an analytical optimal solution with clear physical meaning and low computational complexity. When the target angular domain changes, the RQ method only needs to reconstruct and perform eigenvalue decomposition, avoiding PSO’s time-consuming iterative search—making it more suitable for UAET systems requiring real-time adaptation and high reliability. In summary, while PSO achieves near-optimal energy concentration, the RQ method outperforms PSO in solution optimality, repeatability, and engineering practicality—confirming its superiority for array angular energy concentration in UAET applications.
Computational Complexity Analysis: PSO Versus RQ Methods
To further elucidate the performance difference between the Rayleigh quotient (RQ) optimization method and the particle swarm optimization (PSO) algorithm, a rigorous comparison of their computational complexities and solution characteristics is essential—particularly for real-time adaptive UAET applications where computational efficiency and result reproducibility are critical.
Computational Complexity
For the PSO algorithm, the total computational cost is determined by the population size
, maximum iterations
, and per-iteration fitness evaluation cost. Each fitness evaluation requires computing the acoustic energy radiation efficiency
(Equation (8)), which involves numerical integration of beam patterns over the target angular domain and the entire hemisphere. Given an array of
elements, the beam function evaluation scales as
per angle, and angular integration with
discretization points yields
per fitness evaluation. Across
particles and
iterations, the total complexity becomes the following:
For moderate-to-large arrays (e.g.,
,
for 1° resolution) with typical PSO parameters (
,
, as defined in
Section 3.1.2), this results in
operations per optimization—a substantial burden for iterative weight updates. Moreover, PSO’s stochastic nature necessitates multiple independent runs to validate convergence stability (as demonstrated in
Table 1, where 10 runs were required), further amplifying the total computational time by an order of magnitude.
In contrast, the RQ method transforms the optimization into a generalized eigenvalue decomposition problem of two
Hermitian matrices (
and
,
Section 2.2). The dominant computational steps include the following: (1) construction of Toeplitz–sinc-structured matrices via analytical integration (
); (2) Cholesky decomposition of
(
); and (3) eigenvalue decomposition of the whitened matrix
(
). Thus, the total complexity is as follows:
For an array, this amounts to operations using efficient eigensolvers (e.g., LAPACK’s DSYEVD)—four orders of magnitude faster than PSO. Critically, the RQ method only requires a single execution per target angular domain , whereas PSO demands full iterative searches for every change in (target width) or (central angle), rendering it impractical for dynamic UAET scenarios requiring frequent weight adaptation.
Solution Optimality and Reproducibility
The PSO algorithm approximates the global optimum through stochastic particle exploration, but offers no theoretical guarantee of achieving the true maximum
. As shown in
Table 1, the relative error between PSO’s mean efficiency
and the RQ theoretical optimum
ranges from 0.02% to 0.27%—indicating near-optimal performance. However, the standard deviation increases with target angular width (e.g., 0.15% for
vs. 0.91% for
), reflecting sensitivity to initialization and random search trajectories. This variability undermines reliability in precision-critical UAET applications, where consistent beam performance is paramount.
By contrast, the RQ method derives the analytical optimal solution via Rayleigh quotient maximization (
Section 2.2.4): the optimal weight vector
is rigorously proven to be the eigenvector corresponding to the maximum eigenvalue
of the generalized eigenvalue problem
. This deterministic process guarantees the following: (1) absolute optimality (
), as established by Rayleigh quotient theory [
40]; (2) zero run-to-run variability, since eigenvalue decomposition is a fixed algebraic operation independent of random seeds; and (3) physical interpretability, as
corresponds to the Discrete Prolate Spheroidal Sequence (DPSS) that maximizes energy concentration in
(
Section 2.2.3).
Engineering Implications for UAET Systems
For real-time adaptive beamforming—where the target angular domain changes dynamically as underwater platforms move or receiver apertures vary—the RQ method’s complexity and single-execution paradigm enable rapid weight recalculation. On a standard CPU (Intel i7, 3.5 GHz), the RQ solution for a 16-element array completes in ms, compared to s for PSO (100 iterations × 40 particles × 10 runs for stability)—a speedup exceeding . This latency reduction is decisive for UAET applications requiring sub-second adaptation (e.g., tracking moving AUVs or compensating for dynamic multipath interference).
Furthermore, the RQ method’s reproducibility eliminates the need for convergence validation across multiple runs, streamlining engineering deployment. PSO’s “black-box” weight solutions lack analytical transparency, complicating troubleshooting and theoretical extension; conversely, the RQ method’s closed-form eigenvector solution facilitates integration with existing UAET control systems and enables straightforward extension to 3D arrays or frequency-dependent optimization.
In summary, while PSO demonstrates competitive energy concentration performance (as evidenced by the near-zero relative errors in
Table 1), the RQ method fundamentally outperforms PSO in computational efficiency (4–5 orders of magnitude faster), solution optimality (guaranteed analytical maximum), and engineering practicality (deterministic, reproducible, and real-time capable). These advantages position the RQ method as the superior choice for UAET array beamforming, particularly in dynamic underwater environments demanding robust, adaptive, and theoretically optimal energy transmission.
3.2.2. Performance of Classical Amplitude-Weighting Methods
To establish a performance baseline for the proposed RQ optimization method, this section evaluates six classical window-based amplitude-weighting methods (detailed in
Section 3.1.2: Rectangular, Hanning, Hamming, Blackman, Dolph–Chebyshev, and Kaiser weighting) on an 8-element uniform linear array (ULA). The experiment maintained consistent array parameters, target angular domain, and central angle to ensure fair comparison, focusing on analyzing two core characteristics: weight distribution patterns and the inherent trade-off between mainlobe width and sidelobe level in beam patterns—both of which directly affect acoustic energy concentration in UAET scenarios.
To investigate how classical weighting methods adjust element amplitudes, the weight vectors of the six methods for the 8-element ULA were calculated under the parameter settings in
Section 3.1.2, and their spatial distributions are presented in
Figure 6.
The weights exhibit a clear gradient from flat to sharp decay, following the order of Rectangular, Kaiser, Hanning, Dolph–Chebyshev, Hamming, and Blackman weighting. Rectangular weighting assigns equal amplitudes to all elements, showing no spatial variation and fully utilizing each element’s radiation capability. Kaiser and Dolph–Chebyshev weighting present moderate edge attenuation, forming a monotonic, symmetric tapered distribution that balances energy utilization and sidelobe suppression. Hanning and Hamming weighting enhance edge decay further, with a more obvious tapered gradient—sacrificing partial edge element contribution to achieve stronger sidelobe suppression. Blackman weighting shows the sharpest decay, with edge element weights suppressed to less than 5% of central element weights—effectively reducing the radiation contribution of edge elements to maximize sidelobe suppression. This gradient directly reflects the empirical design logic of classical methods: they rely on pre-defined fixed amplitude profiles rather than optimization tailored to specific target angular domains, which inherently limits their ability to adapt to varying angular energy concentration demands in UAET scenarios.
To quantify how weight distribution affects array directivity, the beam patterns of the six classical methods were simulated for the 8-element ULA, with results shown in
Figure 7. The patterns reveal an inherent trade-off between mainlobe width and sidelobe level—a key limitation of classical weighting.
In terms of mainlobe width, Rectangular weighting has the narrowest mainlobe, which is favorable for concentrating energy in small target domains. However, this comes at the cost of the highest peak sidelobe level (approximately −13 dB), leading to severe energy leakage to non-target regions. In contrast, Blackman weighting achieves the most significant sidelobe suppression among the six classical methods, but its mainlobe width is expanded to nearly twice that of Rectangular weighting—greatly reducing the energy density in the target-domain and compromising energy concentration efficiency. Hanning, Hamming, Kaiser, and Dolph–Chebyshev weighting fall between these two extremes: Hanning and Hamming weighting exhibit moderate mainlobe widths and sidelobe suppression levels, with sidelobe levels lower than that of Rectangular weighting but higher than that of Blackman weighting; Dolph–Chebyshev weighting has its maximum sidelobe strictly constrained to −45 dB, forming an equiripple sidelobe envelope, and its mainlobe width lies between that of Rectangular weighting and Blackman weighting; Kaiser weighting (with shape factor ) achieves approximately −30 dB sidelobe suppression, with only moderate mainlobe widening, making its overall performance align between Hanning weighting and Hamming weighting.
For UAET systems, this trade-off creates a dilemma: narrow mainlobes (e.g., Rectangular weighting) waste energy via high sidelobes, while wide mainlobes (e.g., Blackman weighting) dilute energy in the target domain. This limitation highlights the need for the RQ method, which adaptively optimizes weights based on the target angular domain to resolve this trade-off.
3.2.3. Acoustic Energy Radiation Performance of RQ Optimization Methods
The core advantage of the RQ method lies in its adaptive weight adjustment based on the target angular domain —a capability that resolves the mainlobe–sidelobe trade-off of classical methods and maximizes acoustic energy radiation efficiency . This section evaluates this performance using the 8-element ULA, with experiments designed to verify how the RQ method adjusts weights as the target angular width varies (2° to 140°), analyze the stability of its beam pattern, and quantify its energy efficiency advantage over classical methods—all under consistent array parameters.
To investigate the RQ method’s adaptivity, the optimal weight vectors for the 8-element ULA were calculated across different target angular widths
(2° to 140°) via generalized eigenvalue decomposition (
Section 2.2), and their distributions are shown in
Figure 8.
The weights exhibit a dynamic adjustment pattern that aligns with the target angular domain: for narrow angular domains, the weights are nearly uniform, with differences between central and edge elements less than 5%. This flat distribution mimics Rectangular weighting, enabling narrow mainlobes to concentrate energy in small target regions, which are critical for UAET scenarios with compact receivers. For wide angular domains, the weights transition to a smooth tapered decay (similar to Hamming weighting), with edge weights reduced to ~40% of central weights. This taper suppresses sidelobes while moderately expanding the mainlobe to cover the wide target domain, avoiding energy leakage. This adaptivity is driven by the Toeplitz–sinc structure of the target-domain energy operator matrix
(
Section 2.2.3): as
increases, the maximum eigenvector of
(i.e., the RQ optimal weight vector) naturally shifts from uniform to tapered, reflecting the energy concentration principle of Discrete Prolate Spheroidal Sequences (DPSS) and ensuring optimal adaptation to varying target sizes.
To verify the beam stability of the RQ method under varying target angular domains, an experiment was conducted on an 8-element uniform linear array (ULA). The array parameters were kept consistent throughout the experiment. Only the target angular width
was adjusted (ranging from 2° to 140°). For each
, the optimal weight vector of the RQ method was solved via generalized eigenvalue decomposition (
Section 2.2), and the corresponding beam pattern was generated; the results are presented in
Figure 9.
As shown in
Figure 9, all mainlobes of the RQ method strictly point to the target central angle (0°), confirming the stability of beam pointing—this is an essential feature for UAET systems, as they require precise energy delivery to fixed underwater receivers. When
is narrow, the RQ method’s weight distribution is nearly uniform (consistent with the analysis in
Section 3.2.1), resulting in a mainlobe width close to that of Rectangular weighting; meanwhile, its sidelobe level is significantly lower than that of Rectangular weighting, effectively eliminating excessive energy leakage to non-target regions. When
is wide, the RQ method’s weights transition to a smooth tapered decay, causing the mainlobe to expand moderately, but the mainlobe width remains narrower than that of Blackman weighting. Additionally, the sidelobe level is maintained at a low level, which is sufficient to suppress energy in non-target areas without over-diluting the energy density in the mainlobe. This stability in beam pointing and balance between mainlobe width and sidelobe level are unattainable with classical weighting methods, as classical methods use fixed weight profiles that do not adjust with changes in Δ.
To quantify the RQ method’s energy efficiency,
(ratio of target-domain energy to total radiated energy) was calculated for the RQ method and six classical methods across the 0–180° angular range, with results shown in
Figure 10.
As illustrated in
Figure 10, the RQ method outperforms classical methods in all angular domains, with the most significant advantage observed in the 0–30° narrow angular range, a typical scenario for small underwater receivers. This advantage stems from the RQ method’s direct optimization of
, whereas classical methods optimize indirect metrics (e.g., sidelobe level) that do not guarantee target energy maximization. By directly maximizing the ratio of target to total energy via generalized Rayleigh quotient, the RQ method ensures optimal energy utilization for UAET.
3.2.4. Comparison of Arrays with Different Sizes
To verify the scalability of the proposed RQ method— a key requirement for adapting to underwater acoustic energy transmission systems with varying aperture demands—this section compares its performance on 8-element and 16-element uniform linear arrays (ULAs). A consistent experimental framework was adopted for both arrays to isolate the impact of array size. Experiments focused on three core metrics: weight distribution (to reflect amplitude adjustment precision), beam pattern (to evaluate directivity improvement), and acoustic energy radiation efficiency (to quantify energy concentration performance).
To investigate how array size affects weight modulation, weight vectors of six classical weighting methods and the RQ method were calculated for the 16-element ULA. Weight distributions of classical methods and the RQ method for the 16-element ULA are presented in
Figure 11 and
Figure 12, respectively, with comparisons to the 8-element ULA results.
For classical weighting methods, the 16-element ULA retains the same “flat-to-sharp decay” gradient as the 8-element ULA but exhibits finer spatial modulation. For example, Blackman weighting—known for sharp edge attenuation—reduces edge element weights to less than 2% of central element weights in the 16-element array, intensifying edge suppression to compensate for the larger aperture and avoid excessive sidelobe leakage. Other methods (e.g., Hanning, Hamming) show similar trends: edge-to-center weight ratios are more extreme in the 16-element array, reflecting classical methods’ empirical attempt to balance directivity and sidelobes for larger apertures.
For the RQ method, scalability is manifested in more precise adaptive adjustment. When (narrow target domain), the central 12 elements of the 16-element array have weight differences of less than 5% (vs. less than 5% in the 8-element array), enabling more uniform energy allocation and sharper mainlobes. When (wide target domain), the 16-element array’s weight decay is smoother, with no abrupt amplitude changes that could induce grating lobes—a critical advantage for large arrays, where spatial aliasing risks increase with aperture size. This precision stems from the RQ method’s reliance on the Toeplitz–sinc structure of , which naturally scales with array size to maintain optimal energy concentration.
To quantify directionality improvements with increased array size, beam patterns of the 16-element ULA under classical and RQ weighting were simulated. The experiment maintained consistent target angular domain parameters for both 8-element and 16-element arrays, enabling direct comparison of mainlobe width and sidelobe level. Beam patterns of classical methods and the RQ method for the 16-element ULA are shown in
Figure 13 and
Figure 14, respectively.
Regardless of the weighting method, the 16-element array exhibits significantly enhanced directionality compared to the 8-element array. For classical methods, Rectangular weighting—known for the narrowest mainlobe among classical approaches—shows a clear reduction in mainlobe width with increased array size: the 3 dB mainlobe width of the 16-element array (~6.4°) is approximately half that of the 8-element array (~12.8°), confirming the inverse relationship between array size and mainlobe width for uniform inter-element spacing. However, Rectangular weighting’s sidelobe level remains consistently high across both array sizes, highlighting its inherent limitation of insufficient sidelobe suppression—a flaw that cannot be resolved by simply increasing array size.
For the RQ method, the 16-element array further refines beam performance. Compared to the 8-element array, the 16-element array’s RQ-derived beam patterns exhibit narrower mainlobes (~5.5°) under the same target angular width ; meanwhile, sidelobe suppression is also enhanced, effectively reducing energy leakage to non-target regions. This improvement stems from the larger aperture providing more degrees of freedom for weight optimization: the RQ method leverages the additional elements to adjust amplitude weights more precisely, balancing mainlobe narrowing and sidelobe suppression. In contrast, classical methods only scale their fixed weight profiles with array size—they can narrow the mainlobe proportionally but cannot fundamentally improve the trade-off between mainlobe width and sidelobe level, nor enhance energy concentration logic.
Notably, all RQ-derived beam patterns for the 16-element array maintain stable mainlobe pointing (strictly aligned with the target central angle of 0°) across different , which is consistent with the performance of the 8-element array. This confirms the RQ method’s robustness to changes in array size—a critical feature for engineering applications where system configurations may need to be adjusted based on practical demands.
To evaluate how array size amplifies the RQ method’s energy efficiency advantage, the acoustic energy radiation efficiency
(defined as the ratio of energy in the target angular domain to the total radiated energy) was calculated for 16-element arrays under the RQ method. The experiment covered target angular widths
(typical scenarios for small-to-medium-sized underwater receivers) and compared the RQ method’s
with that of classical methods to quantify the amplification of performance advantages. Results are presented in
Figure 15.
The overall curve shows that the optimized weighting method outperforms traditional weighting techniques in terms of acoustic energy radiation efficiency across the entire 0–180° angular range. This advantage is particularly pronounced in the narrow 0–30° angular domain (as shown in the zoomed-in inset marked by the red box in the Figure): compared with Rectangular weighting, the energy radiation efficiency of the optimized method increases by approximately 4 percentage points, and by approximately 14 percentage points compared with Blackman weighting. The magnitude of this performance improvement is significantly higher than that of the 8-element array, indicating that the optimized method can fully leverage the increased element degrees of freedom to enhance energy-focusing performance. This confirms that the optimized weighting method can concentrate more acoustic energy toward the target direction, improving energy transfer efficiency. Similar to the 8-element linear array, the optimized weighting method for the 16-element linear array achieves maximization of main beam energy allocation and sidelobe suppression under different angular domain constraints by adaptively adjusting the weight distribution, effectively resolving the inherent trade-off between mainlobe width and sidelobe suppression in traditional methods.
By comparing the experimental results of the 8-element and 16-element arrays, the following key conclusions can be drawn: First, the increase in the number of elements provides a larger design space for the optimization algorithm, enabling more precise beam control and higher energy radiation efficiency. Second, the performance advantage of the optimized method increases with the array scale, demonstrating its excellent scalability. Finally, while maintaining the adaptive characteristics of the optimized method, the 16-element array achieves a better comprehensive performance balance among “mainlobe width–sidelobe suppression–energy efficiency”. The analysis results of the 16-element linear array mutually confirm those of the 8-element linear array, further highlighting the significant advantages of the proposed optimized weighting method over traditional weighting methods in improving acoustic energy radiation efficiency and beamforming performance. Moreover, this advantage becomes even more pronounced as the array scale increases, providing more valuable reference for the design and optimization of underwater acoustic energy transfer systems.