| 
    KiCad PCB EDA Suite
    
   | 
 
#include <config.h>#include <cmath>#include "units_scales.h"Go to the source code of this file.
Macros | |
| #define | MU0 12.566370614e-7 | 
| #define | C0 299792458.0 | 
| #define | ZF0 376.730313668 | 
Functions | |
| double | asinh (double x) | 
| double | acosh (double x) | 
| double | atanh (double x) | 
Variables | |
| const double | LOG2DB = 20.0 / log( 10.0 ) | 
| #define C0 299792458.0 | 
Definition at line 61 of file pcb_calculator/transline/units.h.
Referenced by COAX::alphad_coax(), COAX::calcAnalyze(), COPLANAR::calcAnalyze(), TWISTEDPAIR::calcAnalyze(), COAX::calcSynthesize(), RECTWAVEGUIDE::calcSynthesize(), RECTWAVEGUIDE::fc(), RECTWAVEGUIDE::kval_square(), TRANSLINE::minimizeZ0Error1D(), and COAX::show_results().
| #define MU0 12.566370614e-7 | 
Definition at line 60 of file pcb_calculator/transline/units.h.
Referenced by RECTWAVEGUIDE::alphac(), COAX::alphac_coax(), COPLANAR::calcAnalyze(), and TRANSLINE::skin_depth().
| #define ZF0 376.730313668 | 
Definition at line 62 of file pcb_calculator/transline/units.h.
Referenced by RECTWAVEGUIDE::alphac(), COAX::alphac_coax(), COAX::calcAnalyze(), COPLANAR::calcAnalyze(), RECTWAVEGUIDE::calcAnalyze(), TWISTEDPAIR::calcAnalyze(), COAX::calcSynthesize(), RECTWAVEGUIDE::calcSynthesize(), and RECTWAVEGUIDE::show_results().
      
  | 
  inline | 
Definition at line 40 of file pcb_calculator/transline/units.h.
      
  | 
  inline | 
Definition at line 33 of file pcb_calculator/transline/units.h.
      
  | 
  inline | 
Definition at line 51 of file pcb_calculator/transline/units.h.
| const double LOG2DB = 20.0 / log( 10.0 ) | 
Definition at line 66 of file pcb_calculator/transline/units.h.