#include <matchdialog.h>
|
static void | c2p (double &, double &) |
|
static void | p2c (double &, double &) |
|
static void | r2z (double &, double &, double) |
|
static void | z2r (double &, double &, double) |
|
static QString | calcMatching (double, double, double, double) |
|
static bool | calcMatchingCircuit (double, double, double, double) |
|
static QString | calcBiMatch (double, double, double, double, double, double, double, double) |
|
static bool | calc2PortMatch (double, double, double, double, double, double, double, double, double) |
|
Definition at line 34 of file matchdialog.h.
MatchDialog::MatchDialog |
( |
QWidget * |
parent = 0 | ) |
|
MatchDialog::~MatchDialog |
( |
| ) |
|
void MatchDialog::c2p |
( |
double & |
Real, |
|
|
double & |
Imag |
|
) |
| |
|
static |
bool MatchDialog::calc2PortMatch |
( |
double |
S11real, |
|
|
double |
S11imag, |
|
|
double |
S22real, |
|
|
double |
S22imag, |
|
|
double |
DetReal, |
|
|
double |
DetImag, |
|
|
double |
Z1, |
|
|
double |
Z2, |
|
|
double |
Freq |
|
) |
| |
|
static |
QString MatchDialog::calcBiMatch |
( |
double |
S11real, |
|
|
double |
S11imag, |
|
|
double |
S22real, |
|
|
double |
S22imag, |
|
|
double |
DetReal, |
|
|
double |
DetImag, |
|
|
double |
Z0, |
|
|
double |
Freq |
|
) |
| |
|
static |
QString MatchDialog::calcMatching |
( |
double |
r_real, |
|
|
double |
r_imag, |
|
|
double |
Z0, |
|
|
double |
Freq |
|
) |
| |
|
static |
bool MatchDialog::calcMatchingCircuit |
( |
double |
r_real, |
|
|
double |
r_imag, |
|
|
double |
Z0, |
|
|
double |
Freq |
|
) |
| |
|
static |
void MatchDialog::p2c |
( |
double & |
Real, |
|
|
double & |
Imag |
|
) |
| |
|
static |
void MatchDialog::r2z |
( |
double & |
Real, |
|
|
double & |
Imag, |
|
|
double |
Z0 |
|
) |
| |
|
static |
void MatchDialog::setFrequency |
( |
double |
Freq_ | ) |
|
void MatchDialog::slotButtCreate |
( |
| ) |
|
|
slot |
void MatchDialog::slotChangeMode |
( |
int |
Index | ) |
|
|
slot |
void MatchDialog::slotImpedanceChanged |
( |
const QString & |
| ) |
|
|
slot |
void MatchDialog::slotReflexionChanged |
( |
const QString & |
| ) |
|
|
slot |
void MatchDialog::slotSetTwoPort |
( |
bool |
on | ) |
|
|
slot |
void MatchDialog::z2r |
( |
double & |
Real, |
|
|
double & |
Imag, |
|
|
double |
Z0 |
|
) |
| |
|
static |
QVBoxLayout* MatchDialog::all |
|
private |
QDoubleValidator* MatchDialog::DoubleVal |
|
private |
QComboBox* MatchDialog::FormatCombo |
|
private |
QLabel * MatchDialog::FormatLabel |
|
private |
QLineEdit * MatchDialog::FrequencyEdit |
QLabel * MatchDialog::FrequencyLabel |
|
private |
QLabel * MatchDialog::Ohm1Label |
|
private |
QLabel * MatchDialog::Ohm2Label |
|
private |
QLabel* MatchDialog::Port1Label |
|
private |
QLabel * MatchDialog::Port2Label |
|
private |
QLineEdit* MatchDialog::Ref1Edit |
QLineEdit * MatchDialog::Ref2Edit |
QLineEdit * MatchDialog::S11degEdit |
QLabel * MatchDialog::S11Label |
|
private |
QLineEdit * MatchDialog::S11magEdit |
QLabel * MatchDialog::S11sLabel |
|
private |
QLabel * MatchDialog::S11uLabel |
|
private |
QLineEdit * MatchDialog::S12degEdit |
QLabel * MatchDialog::S12Label |
|
private |
QLineEdit * MatchDialog::S12magEdit |
QLabel * MatchDialog::S12sLabel |
|
private |
QLabel * MatchDialog::S12uLabel |
|
private |
QLineEdit * MatchDialog::S21degEdit |
QLabel * MatchDialog::S21Label |
|
private |
QLineEdit * MatchDialog::S21magEdit |
QLabel * MatchDialog::S21sLabel |
|
private |
QLabel * MatchDialog::S21uLabel |
|
private |
QLineEdit * MatchDialog::S22degEdit |
QLabel * MatchDialog::S22Label |
|
private |
QLineEdit * MatchDialog::S22magEdit |
QLabel * MatchDialog::S22sLabel |
|
private |
QLabel * MatchDialog::S22uLabel |
|
private |
QCheckBox* MatchDialog::TwoCheck |
QComboBox * MatchDialog::UnitCombo |
|
private |
The documentation for this class was generated from the following files: