on the port 1 equivalent circuit, so you just get a resistor driven by
I_1 I1
. And on port 2
I_2 = 0 I2=0
, so the entire voltage is caused by
V_{tr2} Vtr2
and the resistor
Z_{22} Z22
has no effect.
Anyways -- with this setup, you can measure
V_1 V1
to determine
Z_{11} Z11
and measure
V_2 V2
to determine
Z_{21} Z21
. Then, drive port 2 with
I_2 I2
and leave port 1 open to find
Z_{22} Z22
and
Z_{12} Z12
.
Like there are Norton equivalents to Thevenin circuits, so is there a Y parameter equivalent to Z parameters. I hope it's not on the quiz.
S parameters
Z parameters are hard to find at high frequency because it's hard to make a high frequency current source, and also really hard to make a high frequency open circuit, because the open will act as a capacitance. (why? doesn't capacitance decrease with frequency?)
So instead, we define easier to measure S parameters based on ratios of incident and reflected waves, taking into account transmission line effects.
as a straightforward reflection coefficient, then get
S_{21} S21
by measuring
V_2 V2
(amplitude of sinuisoid) and using the conversion formula. Then switch ports to find
S_{22} S22
and
S_{12} S12
.
Fixturing
S parameters can be measured with a vector network analyzer.
First, however, the wires attached to the device being measured -- called fixturing -- must be accounted for, i.e. the reference planes moved to the end of the wire instead of between the wire and the VNA port.
Specifically, transmission lines will add some phase
e^{j(k_1 S_1 + k_2 S_2)} ej(k1S1+k2S2)
to the S of the device.
Doing a frequency sweep of each side terminated in a short is one way to determine
kS kS
, by looking at the dips in the frequency-gain plot.
A through termination can be used to account for the frequency response of each port, combined
H_1(j\omega) H_2(j\omega) H1(jω)H2(jω)
(as generic transfer functions).
Directional couplers and VNAs
How does a VNA actually measure forward and reverse waves? With a directional coupler:
Signal going into input goes to the through port,
b_2 = a_1 b2=a1
. Signal going into through goes to input as well,
b_1 = a_2 b1=a2
, but also to "coupled",
b_4 = C * a_2 b4=C∗a2
. There is some leakage from
a_1 a1
, so in practice
b_4 = C * a_2 + \epsilon * a_1 b4=C∗a2+ϵ∗a1
.
A VNA looks like this:
The above slide shows errors that arise if
Z_s \neq Z_0 Zs=Z0
.
Source mismatch can be calibrated for with an open termination, while finite directivity can be calibrated for with a load. With the short and through calibrations above, these make up SOLT calibration, which can be done manually or with something called ECal.
There are different calibrations when the device is attached to a board instead of wires, such as through-reflect-line (TRL) and line-reflect-match (LRM).
Calibrations are specific to a frequency range and cable, and also sensitive to the temperature of the VNA.