mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 15:04:11 +00:00
some experiments with TDR math operations
This commit is contained in:
parent
8e661aecd6
commit
a7ff3d60fb
19 changed files with 589 additions and 77 deletions
|
|
@ -263,6 +263,7 @@ void Trace::updateLastMath(vector<MathInfo>::reverse_iterator start)
|
|||
lastMath = newLast;
|
||||
// relay signals of end of math chain
|
||||
connect(lastMath, &TraceMath::outputSamplesChanged, this, &Trace::dataChanged);
|
||||
emit outputSamplesChanged(0, data.size());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue