Abstract

Conformal antennas and antenna arrays (arrays) have become necessary for vehicular communications where a high degree of aerodynamic drag reduction is needed, like in avionics and ships. However, the necessity to conform to a predefined shape (e.g., of an aircraft’s nose) directly affects antenna performance since it imposes strict constraints to the antenna array’s shape, element spacing, relative signal phase, and so forth. Thereupon, it is necessary to investigate counterintuitive and arbitrary antenna shapes in order to compensate for these constraints. Since there does not exist any available theoretical frame for designing and developing arbitrary-shape antennas in a straightforward manner, we have developed a platform combining a genetic algorithm-based design, optimization suite, and an electromagnetic simulator for designing patch antennas with a shape that is not a priori known (the genetic algorithm optimizes the shape of the patch antenna). The proposed platform is further enhanced by the ability to design and optimize antenna arrays and is intended to be used for the design of a series of antennas including conformal antennas for shipping applications. The flexibility and performance of the proposed platform are demonstrated herein via the design of a high-performance GPS patch antenna.

1. Introduction

Conformal antennas and antenna arrays (arrays) inherit their name from the fact that they “conform” to the shape of a 2D yet not planar surface. More specifically, conformal antennas are flat curving antennas that follow or are embedded to an object of predefined shape, like that of an aircraft’s nose. Conformal antennas and antenna arrays (arrays) have become necessary for vehicular communications (where a high degree of aerodynamic drag reduction is needed) due to their so-called “conformity” to arbitrary surface shape, like in avionics and high-performance ships or submarines.

Conformal antennas were developed in the 1980s in order to be integrated with the outer metallic layers of aircrafts, with the purpose of reducing the aerodynamic drag and improving aircraft speed, fuel consumption, and gas emissions. Conformal antennas gradually replaced conventional ones that project from the aircrafts’ hull. As long as commercial applications are considered (including shipping), the technical limitations and constraints are similar to avionics, but the application of conformal antennas was until recently limited due to the high related costs of etching and integration.

However, in the recent years the reduction of these costs has turned conformal antennas to an attractive choice for civilian applications as well, from train antennas to car radio antennas in order to improve shape and aesthetics as well as increase vehicle performance, and to cellular base station antennas to save space and make antennas less visually intrusive [1].

Conformal antennas may also be used in maritime communications and shipping applications, to not only reduce aerodynamic or—in this case—“hydrodynamic” drag, but also offer the ability to integrate more antenna elements in the ship’s hull, offering a very large surface for antenna deployment that could in turn yield to increased performance with limited overall antenna profile (volume, visually intrusiveness). Such an example of a GPS-receiving patch antenna is presented in this paper that demonstrates the abilities and performance of a proposed platform for arbitrary-shape flat antennas design and optimization. The choice of a GPS-appropriate antenna has been made on the basis that GPS has become one of the top most important services necessary for a ship nowadays; GPS is used in ships not only to monitor its route and navigation, but also for safety and security. Other, more sophisticated GPS applications in shipping include synchronizing phasor measurement units for hybrid state estimators to provide estimates from SCADA control units on board, like electric power quality, ship performance monitoring, hull and machinery structural fatigue, and so forth [2], or speed determination with high accuracy, or even engine speed determination [3].

On top of the high related costs of integration, conformal antennas also suffer from severe constraints imposed on their design that arise due to the predefined and often counterproductive shape of the flat area that they need to conform with. This affects the performance of the antenna array, its shape, the elements spacing, the relative signal phase, and so forth. Thereupon, it is necessary to investigate counterintuitive and arbitrary antenna shapes in order to compensate for these constraints. Since there does not exist any available theoretical frame for designing and developing arbitrary-shape antennas in a straightforward manner, we have developed a combination of a genetic algorithm- (GA-) based design and an electromagnetic (EM) solver for designing patch antennas with a shape that is not a priori known (the genetic algorithm optimizes the shape of the patch antenna together with its other characteristics). The proposed GA is of high performance and proved in practice to deliver antenna patches of arbitrary shapes but of leveraged performance and low profile. Moreover, it is anticipated that the proposed platform is of generic use and may be readily deployed to other antenna and antenna arrays optimization problems as well. The flexibility and performance of the proposed platform are demonstrated herein via the design of a high-performance GPS patch antenna.

The rest of the paper is organized as follows. Section 2 illustrates an overall presentation of the proposed platform for the design of arbitrary-shape flat antennas, while Section 3 discusses in short the concept of patch antennas. Section 4 discusses the specifics of the genetic algorithm that has been employed for antenna optimization. Section 5 illustrates a GPS-suitable receiving antenna that was optimized using the proposed platform, and the paper concludes with Section 6.

2. Integrated Platform for Antenna Design

The proposed platform for antenna and antenna array design is based on combining an EM solver with an in-house developed GA solution. The proposed GA solution has been used in the past for the design and optimization of dipole antennas and antenna arrays [46] and is written with the MATLAB programming language.

In the proposed scheme, the GA is used in order to configure an initial population of 80 chromosomes (more information on GA terminology and literature is available in Section 4), that are then converted to valid EM models. Each model is simulated, and the results are locally stored in a  .txt file. Then, our platform parses the  .txt file and returns the fitness function of each chromosome to the GA. After the execution of the aforementioned steps for the initial population, our GA employs selection, mating, and mutation tactics to develop new generations up to a maximum of 100 generations. The proposed platform’s internal structure is illustrated in Figure 1.

3. Patch Antennas

Microstrip patch antennas were first introduced during the second half of the twentieth century and are based on the observance that microstrips may radiate electromagnetic waves efficiently given certain limitations [7]. A patch antenna schematic example is depicted in Figure 2.

The width and length of the patch are illustrated in the top side of Figure 2, together with the feeding transmission line (the line is connected to the source). Also, there are a substrate of thickness and a ground plane. The substrate has a relative permittivity equal to , while the thickness of the patch is equal to .

Due to inherent design limitations, patch antennas usually radiate most effectively towards the direction that is perpendicular to the substrate surface and opposite to the ground plane. Note that, by convention, there is a Cartesian coordinates system as the one depicted in the top side of Figure 2, so that the -axis is always in line with the boresight of the patch.

Different patch layouts are proposed in the literature, yielding rectangular, circular, ring, or other complex patch layouts. Nevertheless, there are no analytic expressions for arbitrary-shape patches, like the one we propose herein; in such cases, one can only work with numerical electromagnetic solvers.

Furthermore, a patch antenna may be fed using either a microstrip or coaxial probes (see Figure 3), or even using sophisticated techniques of induced fields due to proximity to nearby transmission lines, and so forth [7, 8]. The patch antenna proposed herein is using a coaxial probe feeding technique (like in Figure 3, bottom side) with a standard SMA connector and cables.

4. Genetic Algorithm and Fitness Function Used

GAs are a robust class of stochastic optimization algorithms, especially suited for nonlinear, nondifferential, multiobjective, and multidimensional optimization problems. They have been introduced in early 1960s, but only recently have they been widely used for electromagnetic optimization [911]. In GAs, the problem under search is properly parameterized, and a set of possible solution vectors or chromosomes is randomly generated. The elements of each vector or genes correspond to the problem parameters. The set of chromosomes is referred to as population or generation. A fitness function value is assigned to each chromosome, evaluating its suitability as a potential problem solution. Then, the stochastic search of the solution space is performed through a simulated genetic evolution, using selection, crossover, and mutation operators. New populations are generated, and the procedure is repeated, until a termination criterion is met.

GAs are considered to have certain advantages over other heuristic methods currently used, like the Particle Swarm Optimization (PSO) or the Simulated Annealing methods (SA). Even though it is difficult to establish a benchmark for heuristics algorithms [12], hands-on experience has shown that GAs converge faster and more often than other heuristic methods currently available, but one should always bear in mind that convergence heavily depends on the specific algorithm implementation [13].

The GA used herein has been in-house developed based on the work reported by Houck et al. [14] and has been used in the past in various dipole-antennas designs [46]. The GA is of the floating point type, while the functions of selection, crossover, and mutation are of roulette, simple or arithmetic, and uniform type, respectively. The population size is 80, while the maximum number of generations has been set up to 100.

The arbitrary patch of the antenna is optimized as follows: at first, one chromosome gene is designated to correspond to the patch’s width and one more to the patch’s length (see Figure 2). The genes’ boundaries are subject to intuitive decision of the designer (for a 1.5 GHz patch we set them up as between 2 cm and 12 cm). Then, the patch surface is split into 100 tiny rectangles, each of which has dimensions equal to . Then, another 100 genes are assigned with a binary value of either 0 or 1, with “0” corresponding to “no metal” and “1” corresponding to “metal.” This means that if the GA assigns the value of “0” to a gene, then at the respective tiny rectangle there will be no metallic patch surface (and vice versa in the case of “1”). Thus, a patch of arbitrary shape is generated; by “arbitrary” we refer to both its dimensions and its specific shape since its surface varies according to the respective chromosome. For example, consider in Figure 4 the case of a patch with 16 (instead of 100) tiny rectangles. In the case where the chromosome had the value of “1110001001100110” assigned to the “metal or no metal” genes, then the patch shape would look like the one in the bottom of Figure 4.

Finally, a GA’s performance strongly depends on the design of its fitness function. The fitness function of the proposed GA is developed as follows: after a patch model is generated by the GA’s chromosome, it is passed to the EM solver according to Figure 1. The EM solver then outputs a.txt file that includes the gain, radiation pattern, and reflection coefficient of the patch. The fitness function takes into account that the maximum gain of the patch must be the highest possible; thereupon it first calculates an error value using where is the maximum gain of the patch. The value of “5” is selected since the majority of commercially available patch antennas exhibits a gain of around 4 dBi; thus with this selection our patch is forced to outmatch this limit getting close to 5 dBi.

Then, the fitness function takes into account that the reflection coefficient, , must be less than −10 dB; thereupon it calculates another error value as in

Moreover, the fitness function also takes into account the variance of the patch’s horizontal gain since it needs to be kept as low as possible for uniform radiation. Thus, the fitness function also calculates a third error term as in where is the mean horizontal over for , and is the horizontal gain versus for .

Finally, the cumulative error is calculated by where is the weight of the error , and the fitness function value is calculated by

The specific formula for (5) is heuristic and implies that a “good” chromosome with a low cumulative error will correspond to a fitness function value tending to unity, while a “bad” chromosome with a large cumulative error will correspond to a fitness function value tending to zero.

5. Design of a Flat Patch Antenna for GPS Applications

Various runs of the proposed GA optimization platform have been executed with the purpose of designing a patch antenna of arbitrary shape suitable for applications around 1.5 GHz, like a GPS receiver. The substrate of the patch antenna should be of the FR4 type, with a substrate thickness of 1.6 mm and a dielectric constant equal to . Furthermore, the patch antenna should be fed via standardized SMA cables and connectors that are also integrated in the simulation, design, and optimization of the patch. Further specifications of the antenna include a maximum gain as high as possible at (referring to Figure 2 and with a specific target of a gain larger than 4 dBi, since this is a rather usual figure in most commercial patch elements), a reflection coefficient as low as possible (with a specific target of −10 dB, since this is considered to be the rule of thumb for RF and microwave components), and a bandwidth as large as possible.

After multiple runs it was decided that the various weights of the fitness function should be assigned, so as the final form of the latter should be With this adjustment, the GA was again executed multiple times, and the most promising patch antenna for GPS applications is presented herein.

The layout of the patch antenna is illustrated in Figure 5, while a summary of its performance results is tabulated in Table 1. It is considered that the optimized patch antenna exhibits superior gain (5 dBi) compared to the literature and commercially available elements, with a low profile and easily converted to a conformal antenna. It is worthwhile noting that similar performance is usually available from antennas that are of significantly larger dimensions.

6. Conclusions

Using arbitrary-shape antennas may be a significant aid in developing high-performance antennas and arrays under strict constraints. Conformal antennas are a priori considered as a type of antennas that need to comply with such strict constraints and at the same time are of high importance for avionics and marine communications. With the proposed platform we were able to design a GPS antenna of low profile and high performance. Future work will include the design of planar antennas that will be etched at the outer metallic layers of ships and aircrafts using our design platform.