|
KiCad PCB EDA Suite
|
Functions | |
| bool | GammaToImpedance (double aRe, double aIm, double aZ0, double &aResistance, double &aReactance) |
| < Impedance of a reflection coefficient, z = z0 ( 1 + gamma ) / ( 1 - gamma ), false at the gamma = 1 singularity. | |
| double | VSWR (double aGammaMag) |
| double | ReturnLoss (double aGammaMag) |
| Series equivalent element of a reactance at one frequency, henries for aReactance > 0, farads for aReactance < 0. | |
| double | SeriesInductance (double aReactance, double aFreq) |
| double | SeriesCapacitance (double aReactance, double aFreq) |
| Pan that keeps the gamma point under aPos fixed when the view zooms to aNewZoom. | |
| wxRealPoint | ZoomAboutPoint (const SMITH_VIEW &aView, const wxPoint &aPos, double aNewZoom) |
| S-parameter vectors are named S_<responsePort>_<drivePort>. | |
| bool | ParseSParamPorts (const wxString &aVectorName, long *aResponsePort, long *aDrivePort) |
|
inline |
< Impedance of a reflection coefficient, z = z0 ( 1 + gamma ) / ( 1 - gamma ), false at the gamma = 1 singularity.
Definition at line 65 of file smith_math.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and SMITH_CURSOR::Plot().
|
inline |
Definition at line 117 of file smith_math.h.
Referenced by BOOST_AUTO_TEST_CASE(), SIMULATOR_FRAME_UI::getSmithPortImpedance(), and SIMULATOR_FRAME_UI::ToggleSmithChart().
|
inline |
Series equivalent element of a reactance at one frequency, henries for aReactance > 0, farads for aReactance < 0.
Definition at line 86 of file smith_math.h.
Referenced by BOOST_AUTO_TEST_CASE(), and SMITH_CURSOR::Plot().
|
inline |
Pan that keeps the gamma point under aPos fixed when the view zooms to aNewZoom.
Definition at line 101 of file smith_math.h.
References M_PI.
Referenced by BOOST_AUTO_TEST_CASE(), and SMITH_CURSOR::Plot().
|
inline |
Definition at line 96 of file smith_math.h.
References M_PI.
Referenced by BOOST_AUTO_TEST_CASE(), and SMITH_CURSOR::Plot().
|
inline |
Definition at line 78 of file smith_math.h.
Referenced by BOOST_AUTO_TEST_CASE(), and SMITH_CURSOR::Plot().
|
inline |
S-parameter vectors are named S_<responsePort>_<drivePort>.
Definition at line 107 of file smith_math.h.
References SMITH_VIEW::center, SMITH_VIEW::radius, SMITH_VIEW::ToGamma(), and SMITH_VIEW::zoom.
Referenced by BOOST_AUTO_TEST_CASE(), and SIM_PLOT_TAB::SmithZoomAt().