optional 2xthru impedance correction

This commit is contained in:
Jan Käberich 2021-02-11 16:59:59 +01:00
parent 0f7c397a8a
commit 7352ad07b5
14 changed files with 1265 additions and 367 deletions

View file

@ -47,6 +47,7 @@
VNA::VNA(AppWindow *window)
: Mode(window, "Vector Network Analyzer"),
deembedding(traceModel),
central(new TileWidget(traceModel))
{
averages = 1;