Impedance renormalization moved to de-embedding

This commit is contained in:
Jan Käberich 2022-03-17 18:24:18 +01:00
parent d08388f903
commit 4307a392fb
42 changed files with 584 additions and 330 deletions

View file

@ -120,7 +120,7 @@ Deembedding::Deembedding(TraceModel &tm)
}
void Deembedding::Deembed(Protocol::Datapoint &d)
void Deembedding::Deembed(VNAData &d)
{
// figure out the point in one sweep based on the incomig pointNums
static unsigned lastPointNum;