Antenna and EM Modeling with MATLAB Antenna Toolbox. Sergey N. Makarov. Читать онлайн. Newlib. NEWLIB.NET

Автор: Sergey N. Makarov
Издательство: John Wiley & Sons Limited
Серия:
Жанр произведения: Техническая литература
Год издания: 0
isbn: 9781119693703
Скачать книгу
throughput.

      Note:

      Along with the reflection coefficient Γ or S11, another measurable quantity of significant interest is the voltage standing‐wave ratio or VSWR. On a transmission line connected to non‐matched antenna, both waves – incident and reflected V+ and V, respectively – form a prominent standing wave. At every point in space, this standing wave has a certain amplitude as a sinusoidal function of time. The VSWR is given by the ratio of maximum and minimum standing wave amplitudes on the line. It may be shown that [1–3]

      (1.38a)equation

      The VSWR may be used instead of the reflection coefficient to determine and plot the impedance bandwidth. In this case, the criterion of

      (1.38b)equation

      corresponds to

      (1.38c)equation

      with a sufficient degree of accuracy.

      Example 1.11

      Plot the reflection coefficient in dB and VSWR for the dipole with lA = 15 cm, a = 2 mm over the band 200–1200 MHz using Eq. (1.14) and MATLAB, and determine the antenna impedance bandwidth.

      Solution: We repeat the task of Example 1.5, but instead of the impedance plot, the reflection coefficient and the VSWR will be evaluated and plotted. Extra lines of the MATLAB code may be added such as

       c = figure; Rg = 50; RC =(Za-Rg)./(Za+Rg); temp = abs(RC); VSWR = (1 + temp)./(1 - temp); semilogy(f/1e6, VSWR, 'b', 'LineWidth', 2); grid on; xlabel ('frequency, MHz'); ylabel ('VSWR, a.u.'); title('VSWR');

Schematic illustration of reflection coefficient in dB (left) versus VSWR (right) for the same dipole antenna.

      1 1. D. M. Pozar, Microwave Engineering, Wiley, New York, 2011, fourth edition.

      2 2. T. A. Milligan, Modern Antenna Design, Wiley, New York, 2005, second edition, pp. 17–18.

      3 3. C. A. Balanis, Antenna Theory: Analysis and Design, Wiley, New York, 2016, fourth edition.

      1 1. An antenna withΖa = 100 ΩΖa = 100 Ω − j100 ΩΖa = 100 Ω + j100 Ωis directly connected to a generator with Rg = 50 Ω. Determine the reflection coefficient Γ of the antenna, its magnitude, and normalized power delivered to the antenna in every case.

      2 2. Repeat Problem 1 ifa quarter wave transmission line with Z0 = 70.7 Ω is added to the antenna;a full wave transmission line with Z0 = 70.7 Ω is added to the antenna.

      3 3. If an antenna is either an open or short circuit, what is its reflection coefficient, Γ? Hint: The problem may be solved using the currents associated with the reflected and forward waves in Eq. (1.18), but introducing a minus sign to account for the opposite orientations of the two currents: .

      4 4. Repeat Problem 3 ifa quarter wave transmission line with Z0 = Rg is added to the antenna;a full wave transmission line with Z0 = Rg is added to the antenna.

      5 5. The exact values of the antenna reflection coefficient Γ (computed vs. characteristic impedance of a 50 Ω transmission line) are0.1;0.316;−0.5.Determine the reflection coefficient values in dB.Determine antenna impedance.

      6 6. Calculate and plot to scale the phase of the reflection coefficient in Example 1.10.

      7 7. In Example 1.10, a coaxial transmission cable RG‐58 with Ζ0 = Rg = 50 Ω and with the length of 1 m is added to the antenna. How does the plot in Figure 1.8 change?

      8 8. The lower frequency of an antenna band is 2.5 GHz; the upper frequency of the band is 6 GHz. Determine the band center frequency and the antenna impedance bandwidth.

      9 9. In Example 1.10, we use a generator with Rg = 100 Ω. How does the antenna impedance bandwidth will change?

      10 10*. A thick cylindrical tubular dipole has lA = 15 cm, a = 5 mm. Using MATLAB Antenna Toolbox, determine the center frequency of the band and the impedance bandwidth percentage. How do those values relate to the values found in Example 1.10?

      11 11*. Browsing the Antenna Toolbox Classes, provide at least one example of an antenna that has a significantly larger bandwidth than a thin dipole of the same length when matched to a 50 Ω generator/transmission line. Justify your answer by numerical simulations.

      12 12*. A quantity that is also often used in analyzing the port characteristics of an antenna is return loss. What is it? How is it different from the reflection coefficient? Use the MATLAB Antenna Toolbox to plot the return loss and the reflection coefficient of a dipole antenna as described in Problem 10. Comment on the results.

      13 13*. Your boss at the startup