I'm trying to figure out what network parameter data would be "best" to use when generating a Touchstone file, or if the different data representations are equivalent in terms of the information they store in which case it doesn't really matter which one I choose:
Touchstone v1 files (.s1p, .s2p) specify 3 possible network data formats:
- DB for decibel-angle, where \$decibel = 20 × \log_{10}(magnitude) \$
- MA for magnitude-angle
- RI for real-imaginary.
Q1. Are these data formats interchangeable in the sense that one format can be changed mathematically to equate the other?
Q2. If not, what is lost by choosing one data format over the other?
Relatedly, Touchstone files can specify what kind of network parameter data is contained in the file:
- S for Scattering parameters
- Y for Admittance parameters
- Z for Impedance parameters
- H for Hybrid-h parameters
- G for Hybrid-g parameters.
Q3. Given one kind of network parameter data (S, Z, ...), can you convert mathematically to the other?
Q4. If not, what is lost by choosing one kind of network parameter data over the other?