mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-08 07:53:40 +00:00
Noise + phase noise markers
This commit is contained in:
parent
5ed3547d3d
commit
7921c8db2f
8 changed files with 102 additions and 19 deletions
|
|
@ -427,7 +427,7 @@ void VNA::NewDatapoint(Protocol::Datapoint d)
|
|||
}
|
||||
portExtension.applyToMeasurement(d);
|
||||
|
||||
traceModel.addVNAData(d);
|
||||
traceModel.addVNAData(d, settings);
|
||||
emit dataChanged();
|
||||
if(d.pointNum == settings.points - 1) {
|
||||
UpdateAverageCount();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue