30 class QDoubleValidator;
39 static void c2p(
double&,
double&);
40 static void p2c(
double&,
double&);
41 static void r2z(
double&,
double&,
double);
42 static void z2r(
double&,
double&,
double);
43 static QString
calcMatching(
double,
double,
double,
double);
45 static QString
calcBiMatch(
double,
double,
double,
double,
double,
double,
47 static bool calc2PortMatch(
double,
double,
double,
double,
double,
double,
48 double,
double,
double);
65 QDoubleValidator *DoubleVal;
66 QLabel *Port1Label, *Port2Label, *Ohm1Label, *Ohm2Label,
67 *FormatLabel, *FrequencyLabel,
68 *S11Label, *S11sLabel, *S11uLabel,
69 *S21Label, *S21sLabel, *S21uLabel,
70 *S12Label, *S12sLabel, *S12uLabel,
71 *S22Label, *S22sLabel, *S22uLabel;
72 QComboBox *FormatCombo, *UnitCombo;