Межпальцевый конденсатор - визуализирует и анализирует

Этот пример показывает вам, как создать, визуализировать, и анализировать межпальцевый конденсатор.

Создайте межпальцевый конденсатор со свойствами по умолчанию.

capacitor = interdigitalCapacitor
capacitor = 
  interdigitalCapacitor with properties:

            NumFingers: 4
          FingerLength: 0.0137
           FingerWidth: 3.1600e-04
         FingerSpacing: 3.0000e-04
         FingerEdgeGap: 3.4100e-04
    TerminalStripWidth: 5.0000e-04
         PortLineWidth: 0.0019
        PortLineLength: 0.0030
                Height: 7.8700e-04
      GroundPlaneWidth: 0.0030
             Substrate: [1x1 dielectric]
             Conductor: [1x1 metal]

Просмотрите конденсатор.

show(capacitor)

Figure contains an axes object. The axes object with title interdigitalCapacitor element contains 6 objects of type patch, surface. These objects represent Copper, feed, Roger.

Постройте распределение заряда на уровне 5 ГГц.

charge(capacitor, 5e9)

Figure contains an axes object. The axes object with title Charge distribution contains 4 objects of type patch.

Постройте распределение тока на уровне 5 ГГц.

figure
current(capacitor, 5e9)

Figure contains an axes object. The axes object with title Current distribution contains 4 objects of type patch.

Вычислите и постройте s-параметры.

spar = sparameters(capacitor,linspace(1e9,10e9,30));
rfplot(spar)

Figure contains an axes object. The axes object contains 4 objects of type line. These objects represent dB(S_{11}), dB(S_{21}), dB(S_{12}), dB(S_{22}).

Для просмотра документации необходимо авторизоваться на сайте