mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 23:43:42 +00:00
WIP: make de-embedding and calibration work with arbitrary number of ports
This commit is contained in:
parent
8301448343
commit
9cf76c9681
30 changed files with 478 additions and 193 deletions
|
|
@ -17,6 +17,11 @@ TwoThru::TwoThru()
|
|||
port2 = 2;
|
||||
}
|
||||
|
||||
std::set<int> TwoThru::getAffectedPorts()
|
||||
{
|
||||
return {port1, port2};
|
||||
}
|
||||
|
||||
void TwoThru::transformDatapoint(VirtualDevice::VNAMeasurement &p)
|
||||
{
|
||||
// correct measurement
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue