>>But, when I turn to electronics, it's more difficult. For instance, what do you mean by :
* series fixture impedance, parallel fixture impedance, and absolute impedance<<
Well, these are just examples. But suppose the imperfections in your measuring fixture were that it had some resistance that always appeared in series with the DUT (for example, that limited you to 0.5 ohms), some resistance that always appeared in parallel with your DUT (for example, that limited you to 1 Mohm), and an absolute calibration error (for example, such that impedance always read high by a factor of 1.2). Those would be three independent impairments. It's never going to be that simple in reality, but you get the idea.
>>Another question that bothers me : in the fixture, you make two voltage measurements using two inputs. I do not see if that corresponds to the model described in the doc of HP. In the example they present, they just measure the voltage at the DUT, if I understand well. Why do you use two voltages ? Do you use the formulae given in this document "as is", or have you completly rewritten a new system of equations for your fixture ?<<
Technically s-parameters deal with a "wave," which consists of a voltage component and a current component. These two components are related by the reference impedance of the system. In the case of most RF systems, the reference impedance is 50 ohms. In our case, we've chosen 1 kohm as our reference impedance.
We need to measure the forward wave and the reflected wave, compute the ratio of the two, correct the result, and transform the result into impedance. Since the voltage on channel 0 is measured on the generator side of the 1 k test resistor, it will be the same almost independent of whatever the DUT impedance is. So that's essentially measuring the forward wave, or at least a signal that's proportional to it. The extent to which it's not doing that job perfectly will be corrected in the calibration.
The reflected wave is determined by measuring the difference between the voltage on the DUT side of the test resistor and 1/2 the voltage on the generator side of the resistor. That forms an impedance bridge which measures how far off the DUT is from 1 kohm, which happens to be proportional to the reflected wave. Again, the extent to which it doesn't do that job perfectly is corrected later in the calibration arithmetic.
All of the arithmetic is contained in these two subVIs:
DSA4461 Refl Acq Multi-Tone.vi
DS11CorrCalc.vi
The s11 data that comes out of those is transformed into impedance.
Cheers,
Ed L.