Simulation of Double Stub Impedance Matching using LabVIEW

DOI : 10.17577/IJERTV3IS21131

Download Full-Text PDF Cite this Publication

Text Only Version

Simulation of Double Stub Impedance Matching using LabVIEW

Nirav R. Shap, Shriji V. Gandhi2, Rajsingp

1 Department of Electronics and communication, PIT, Limda, Vadodara 2 Department of Instrumentation and control, DDU, Nadiad

3 Institute for Plasma Research, Bhat, Gandhinagar

Abstract – This paper introduces useful concept of impedance matching with double stub technique using graphical programming language – LabVIEW. Impedance matching is very essential for transferring maximum power from source to load. Scope of impedance matching using single stub is restricted when load impedance or frequency is varying, double stub matching can be used for varying load and frequency. Solving double stub matching problem on Smith Chart is very manual and time consuming. With the use of LabVIEW program, parameters of this technique can be easily found.

Keywords Impedance Matching, Double Stub, LabVIEW Program

  1. INTRODUCTION.

    There are many methods for impedance matching like quarter wave transform, single stub matching and double matching etc. But double stub matching using LabVIEW is better method for impedance matching. In the single stub matching stub length and position of the stub on transmission line need to be changed as load impedance changes, in practice it is difficult to implement. Double stub matching can resolve this problem of single stub matching [1]. In the double stub position of the stub can be fixed on transmission line, so no need to change the position of stub. The techniques for solving impedance matching problems on a smith chart are well known [2]-[4]. It involves four parameters namely, the lengths of the two stubs ,distance between two stubs, and the distance between first stub and the load. In that case, a distance must be allowed between the first stub and the load. The minimum value of this distance is not easily found on a Smith chart, nor is analytical formulas available for the determination of this minimum distance .In our case study the distance between load and first stub is not zero. Once the load impedance and frequency is taken into consideration with the use of it all the parameters of the double stub matching can be determined [1].

  2. PROCEDURE OF THE SYSTEM

    Fig.1 shows the entire procedure of the system. Once the load impedance and the distance between two stubs are known all the parameters of the double stub matching can be determined. Parameters such as lengths of two stubs and minimum length required between first stub and load can be computed by known parameters. With the use of the ABCD-matrix (the chain- parameter) representation for a transmission-line network an analytical solution for the general double-stub impedance-matching problem can be obtained.

    Fig 1. Block Diagram of Entire procedure

  3. MATHEMATICAL COMPUTATION

    Fig 2 Double Stub Arrangement

    From the fig, 2 load admittance YL is to be matched to a main line with characteristics admittance YO. Four

    parameter of this system, are,

    b' = -b1 1-2b2sinlcosl +b22 cosl-b1sinl sinl-b2(cos2l-sin2l)

    LA = length of first stub L

    LB = length of second stub L=distance between the stubs

    L l= distance between first stub and load

    ABCD parameters can be used for transmission line network

    2

    cosl-b2sinl

    +(sinl)2

    (7)

    representation, because they can be used easily in cascade connection.

    From eq. 6 and 7 value of b1 and b2 can be calculated .

    b2sinlcosl-b2 cos2l-sin2l -bL

    ABCD matrices for a shunt stub having a normalized input susceptance b and for a section 1 of a lossless transmission line are respectively

    1 0

    2

    b1=

    gL

    2

    1-2b2sinlcosl+b2sin2l

    (8)

    jb 1 And

    cosl jsinl jsinl cosl

    ABCD matrix for the combination of transmission line of length L and the shunt stubs at ports AA and BB.

    cosl 1

    b = ± -1 (9)

    2 sinl gLsin2l

    Impedance of short circuited stub is

    A B = cosl-b1sinl jsinl

    = tan

    C D j[ b1+b2 cosl+ 1-b1b2 sinl] cosl-b2sinl

    0

    (10)

    (1)

    Then the equation for the normalized admittance at terminal

    From the above equation the final lengths of both the stubs can be written as

    1 tan-1 – 1 , 1 0

    AA looking towards Load is

    = 2

    b1

    (11)

    y = g + jb

    1 + tan-1 – 1 , 1 > 0

    L L L

    (2) 2 b1

    =

    The normalized input admittance at terminals BB' is [1]

    1 tan-1 – 1 , 2 0

    y = Yin

    D +C

    (3)

    = 2

    b2

    (12)

    in Y

    B +A

    1 + tan-1 – 1 , > 0

    2

    2 b2

    yin

    cosl-b2sinl (g' +jb' )+j[ b +b cosl+ 1-b b sinl]

    L L 1 2 1 2

    =

    jsinl (g' +jb' )+cosl-b sinl

  4. IMPLIMENTATION ON LABVIEW

    A. Following system tools of LabVIEW are being utilized in

    L L 1

    And for perfect match,

    (4)

    the present study:

    Case Structure

    Have one or more sub diagrams, or cases, exactly one of which executes when the structure executes as shown in fig.3. The value wired to the selector terminal determines which

    yin

    =1+j0. (5)

    case to execute and can be Boolean, string, integer, or enumerated type. Right-click the structure border to add or delete cases. Use the labeling tool to enter value(s) in the case

    From eq 1,2,3,4 we get

    2

    g' = 1

    (6)

    selector label and configure the value(s) handled by each case[5].

    L cosl-b2sinl +(sinl)2

    Fig 3 LabVIEW screen shot of case structure [5]

    Formula Express VI

    It uses a calculator interface to create mathematical formulas as shown in the fig.4. You can use this Express VI to perform most math functions that a basic scientific calculator can compute.

    Fig 4 LabVIEW screen shot of formula express VI

  5. RESULTS

    Fig 5 LabVIEW screen shot of Front Panel

    Fig.5 shows the front panel of the entire program. With the use of LabVIEW all the parameters of the system can be easily determined.

    Sr.

    No.

    r

    L

    ()

    x

    L

    ()

    l/

    Program

    Result

    1

    1.46

    -1.6

    3/8

    0.125

    0.344

    2

    0.5

    0.4

    1/8

    0.375

    0.44

    3

    0.333

    0.167

    3/8

    0.304

    0.125

    4

    1.2

    -1.6

    1/8

    0.445

    0.375

    Table-1 Observation table

    Table-1 Shows that with the use of known parameters all the double stub parameters can be determined.

  6. CONCLUTION

Impedance matching is very essential to transfer maximum power from source to load. With the use of double stub matching stub positions can be fixed on transmission line and required stub lengths can be calculated. LabVIEW is very useful tool to develop basic GUI of the system and the algorithm of the double stub matching technique can be easily implemented with the use of LabVIEW. Results show that with the use o the load impedance and distance between two stubs required lengths of two stubs can be calculated and impedance matching can be achieved.

REFERENCES

  1. David K. Cheng, Fellow, IEEE, And Chang-Hong Liang, computer solution of double stub impedance matching problems.IEEE transactions on Education,vol.E-25,no.4,November1982

  2. P.H. Smith, Transmission line Calculator Electronics, Vol.12, p.29,

    Jan.1939

  3. S. R. Seshadri, Fundamentals of Transmission Lines and Electromagnetic Fields. Reading, MA: Addison-Wesley, 1971.

  4. M. Zahn, Electromagnetic Field Theory. New York: Wiley, 1979, ch. 8.

  5. Standard blocks of National Instruments LabVIEW 2010 development system.

Leave a Reply