Parameters Estimation of Rectangular Microstrip Antenna using ANFIS

DOI : 10.17577/IJERTV4IS070433

Download Full-Text PDF Cite this Publication

Text Only Version

Parameters Estimation of Rectangular Microstrip Antenna using ANFIS

Amandeep Kaur *(1), Gurveer Kaur *(1) and Gurpreet Kaur (1)

(1) Guru Nanak Dev Engineering College, Ludhiana, India, 141006

Abstract – Adaptive Neuro-Fuzzy Inference System (ANFIS) can be used to simulate and analyze the mapping relation between the input and output data through a learning algorithm. Antenna parameter estimation is done using ANFIS by determining the optimum values of the equivalent FIS parameters by applying a learning algorithm. The parameter optimization of FIS is done in such a way that the error between the target and the actual output is minimized.

Keywords: ANFIS (Adaptive Neuro-Fuzzy Inference System); FIS (Fuzzy Inference System) ; MF (Membership Function)

;LSM (Least Square Method)

1. INTRODUCTION

In the field of artificial intelligence there are various ways to represent knowledge. The most common way to represent human knowledge is to form it into natural language of the type:

IF premise (antecedent), THEN conclusion (consequent). This form of expression is commonly referred to as the IF- THEN rule-based form, and also referred to as deductive form. It typically expresses an inference that if we know a fact (premise, hypothesis, antecedent), then we can infer or derive another fact another fact called a conclusion (consequent).

The fuzzy rule-based system make use of linguistic variables as their antecedent part and consequents part. By using the basic properties and operations defined for fuzzy sets, any compound rule structure can be decomposed and reduced to a number of simple rules as:

Rule 1: IF condition C1, THEN restriction R1 Rule 2: IF condition C2, THEN restriction R2

.

.

.

.

Rule r: IF condition Cr THEN restriction Rr

The FIS is a most popular and commonly used computing framework based on the concepts of fuzzy set theory, fuzzy ifthen rules, and fuzzy reasoning. The basic fuzzy inference system is shown in the Fig. 1.

Fig. 1. Basic Fuzzy Inference System [1]

Graphical methods that try to make the inference process and that make manual computations involving a few simple rules. The three common methods of deductive inference for fuzzy systems based on linguistic rules:

  1. Mamdani Model 2. Sugeno Model 3. Tsukamoto model (Ross, 2010).

    Among many FIS models, the Sugeno fuzzy model is the most widely used and applied one because of its high interpretability and computational efficiency, and built-in optimal and adaptive techniques for modeling complex systems.

  2. ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM

    The ANFIS is a class of adaptive networks which are functionally equivalent to FIS. It can simulate and analyze the mapping relation between the input and output data through a learning algorithm to optimize the parameters of a given FIS structure. The main objective of the ANFIS is to determine the optimum values of the equivalent FIS parameters by applying a learning algorithm using input- output data sets. The parameter optimization of FIS is done in such a way that the error between the target and the actual output is minimized. The selection of the FIS structure that is no. of membership functions and type of membership functions is the major concern in the design of an ANFIS. ANFIS is generally based on the Sugeno model, whose consequents have linear relationship between parameters. For the zero order Sugeno model, the output of FIS is constant, which is a special case of Mamdani systems. For the first order Sugeno model, the output is linear [2].

  3. ANFIS ARCHITECTURE

    The ANFIS architecture consists of fuzzy layer, product layer, normalized layer, de-fuzzy layer, and summation layer is shown in Fig. 2 [2].

    Layer4: Every node i in this layer is an adaptive square node with a node function. Using equation 4, output is calculated in this layer which is a linear function of its inputs.

    O4,i

    wi fi

    wi ( pi x qi y ri )

    (4)

    Where wi is the output of layer 3, and {pi, qi, ri} is the parameter set.

    Layer5: The single node in this layer is a fixed circle node labeled . In this layer, using equation 5 overall output is calculated as the summation of all incoming signals.

    iwi fi

    O5,i

    wi fi

    i

    iwi

    (5)

    Fig.2 ANFIS Architecture

    In the fuzzy layer, the crisp input values are converted to the fuzzy values by the membership functions (MFs). After, in the product layer, and operation is performed between the fuzzy values so as to determine the weighting factor of each rule. Then, the normalized weighting factors are calculated in the normalized layer. In the de-fuzzy layer, the output rules are constructed. Finally, each rule is weighted by own normalized weighting factor and the output of the ANFIS is calculated by summing of all rule outputs in the summation layer [3].

    In Fig.1.3, a circle node represents a fixed node while a rectangular node represents an adaptive node. The node functions in the same layer are of the same family as described as [4].

    Layer 1: Every node i in this layer is an adaptive node with a node function. The output of this

    layer is the degree of membership function as given by equation 1.

  4. HYBRID LEARNING ALGORITHM

As seen from the ANFIS architecture, when the values of the premise parameters are fixed, the overall output can be expressed as a linear combination of the consequent parameters as given in equation 6.

= (1)1 + (1)1 + (1)1 + (2)2 + (2)2 + (2)2 (6)

Which is linear in the consequent parameters (p1, q1, r1, p2, q2, r2).As a result, we have

S = set of total parameters

S1 = set of premise (nonlinear) parameters

S2 = set of consequent (linear) parameters

The optimal values of the consequent parameters can be found by using the least-squares method (LSM). When the antecedent parameters are not fixed, the search space

O1,i

(x)

A

i

for i 1,2

becomes larger and the convergence of training becomes slower. The hybrid learning algorithm is a combination of

i 2

O1,i B

( y)

for i 3,4

(1)

the LSM and the gradient decent algorithm that can be used

Where x (or y) is the input to node i, and Ai and Bi are the linguistic labels this node associated function. In other words, O1,i is the membership functions of Ai and Bi-2 and it specifies the degree to which the given x satisfies the quantifier Ai..

Layer 2: Every node in this layer is adaptive square node, which multiplies the incoming signals and sends the product out: In this layer, AND operation is performed using the equation 2. Here, the firing strength of a rule is the minimum of degree of membership functions of inputs.

to solve problem. The hybrid approach converges much faster since it reduces the dimension of the search space of the gradient decent algorithm. During the learning process, the premise parameters in layer 1 and the consequent parameters in layer 4 are tuned until the desired response of the FIS is achieved [5].

The computation complexity of the least square estimate is higher than that of the gradient descent. In fact, there are four methods proposed by [6] to update the parameters according to their computation complexities:

  1. Gradient descent only: All parameters are updated by the gradient descent.

    O2,i

    wi

    A (x)B ( y),

    i 1,2 (2)

  2. Gradient descent and one pass of SE: The LSE is

    i i applied only once at the very beginning to get the initial

    Layer 3: Every node in this layer is a fixed node. Using equation 3, in this layer ith node calculates the ratio of the ith rules firing strength to the sum of all rules firing strengths.

    values of the consequent parameters and then the gradient descent takes over to update all parameters.

  3. Gradient descent and LSE: This is the proposed hybrid learning rule by [6].

    O3,i

    wi

    wi

    w1 w2

    , i 1,2

    (3)

  4. Sequential (approximate) LSE only: The ANFIS is linearized w.r.t. the premise parameters and the extended Kalman filter algorithm is employed to update all parameters .This has been proposed in the neural network literature.

    The choice of above methods should be based on the trade- off between computation complexity and resulting performance.

  5. CONCLUSION

    ANFIS is a universal estimator, so it can be used for optimization in any field of engineering. It is a widely used soft computing technique as it a good identifier, predictor and estimator. Antenna parameter estimation is done using ANFIS by determining the optimum values of the equivalent FIS parameters by applying a learning algorithm.

  6. REFERENCES

  1. Ozer, S., Guney, K. and Kalpan, A. (2000) Computation of the Resonant Frequency of Electrically Thin and Thick Rectangular Microstrip Antennas with the Use of Fuzzy Inference Systems, International Journal of RF and Microwave Computer-Aided Engineering, vol. 10, pp. 108- 119.

  2. Ross, T. J. (2010), Fuzzy Logic with Engineering Applications, Wiley Publishers, New Delhi.

  3. Jang, J. S. R., Sun, C. T. and Mizutani, E. (1997), Neuro- Fuzzy and Soft Computing: A Computational Approach to Learning and Machine Intelligence, Prentice-Hall Publishers, New Jersey, USA.

  4. Guney, K. and Sarikaya, N. (2009) Comparison of Adaptive-Network-Based Fuzzy Inference Systems for Bandwidth Calculation of Rectangular Microstrip Antennas, Expert Systems with Applications, vol. 36, pp. 3522-3535.

  5. Jang, J. S. R. (1993) ANFIS: Adaptive-Network-Based Fuzzy Inference System, IEEE Transactions on Systems, Man and Cybernetics, vol. 23, 3, pp. 665-685.

  6. Guney, K. (2003) A Simple and Accurate Expression for the Bandwidth of Electrically Thick Rectangular Microstrip Antennas, Microwave and Optical Technology Letters, vol. 36, 3, pp. 225-228.

  7. Jang, J. S. R. (1993) ANFIS: Adaptive-Network-Based Fuzzy Inference System, IEEE Transactions on Systems, Man and Cybernetics, vol. 23, 3, pp. 665-685.

Leave a Reply