WIP: make de-embedding and calibration work with arbitrary number of ports

This commit is contained in:
Jan Käberich 2022-09-13 21:42:47 +02:00
parent 8301448343
commit 9cf76c9681
30 changed files with 478 additions and 193 deletions

View file

@ -17,6 +17,11 @@ TwoThru::TwoThru()
port2 = 2;
}
std::set<int> TwoThru::getAffectedPorts()
{
return {port1, port2};
}
void TwoThru::transformDatapoint(VirtualDevice::VNAMeasurement &p)
{
// correct measurement