mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 06:53:37 +00:00
Preparations for new calkit format: individual cal standards
This commit is contained in:
parent
0ca87ec867
commit
1c607d2c42
9 changed files with 1406 additions and 10 deletions
|
|
@ -8,8 +8,8 @@ using Type = std::complex<double>;
|
|||
class Parameters {
|
||||
public:
|
||||
Parameters(Type m11, Type m12, Type m21, Type m22)
|
||||
: m11(m11), m12(m12), m21(m21), m22(m22){};
|
||||
Parameters(){};
|
||||
: m11(m11), m12(m12), m21(m21), m22(m22){}
|
||||
Parameters(){}
|
||||
|
||||
Type m11, m12, m21, m22;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue