#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 33 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 |
QLineEdit * MatchDialog::FrequencyEdit |
QLineEdit* MatchDialog::Ref1Edit |
QLineEdit * MatchDialog::Ref2Edit |
QLineEdit * MatchDialog::S11degEdit |
QLineEdit * MatchDialog::S11magEdit |
QLineEdit * MatchDialog::S12degEdit |
QLineEdit * MatchDialog::S12magEdit |
QLineEdit * MatchDialog::S21degEdit |
QLineEdit * MatchDialog::S21magEdit |
QLineEdit * MatchDialog::S22degEdit |
QLineEdit * MatchDialog::S22magEdit |
QCheckBox* MatchDialog::TwoCheck |
The documentation for this class was generated from the following files:
- C:/Users/VonFurstenBerg/Documents/DownLoad/QUCS-src/qucs-0.0.16/qucs/dialogs/matchdialog.h
- C:/Users/VonFurstenBerg/Documents/DownLoad/QUCS-src/qucs-0.0.16/qucs/dialogs/matchdialog.cpp