mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-21 06:13:41 +00:00
Calculate additional parameters (R/L/C,...) for markers and traces
This commit is contained in:
parent
a232be3443
commit
e27e594435
18 changed files with 168 additions and 164 deletions
|
|
@ -10,8 +10,6 @@ namespace Unit
|
|||
// prefixed need to be in ascending order (e.g. "m kMG" is okay, whjle "MkG" does not work)
|
||||
QString ToString(double value, QString unit = QString(), QString prefixes = " ", int precision = 6);
|
||||
double SIPrefixToFactor(char prefix);
|
||||
double dB(std::complex<double> d);
|
||||
double dB(double d);
|
||||
};
|
||||
|
||||
#endif // UNIT_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue