mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 15:04:11 +00:00
Noise + phase noise markers
This commit is contained in:
parent
5ed3547d3d
commit
7921c8db2f
8 changed files with 102 additions and 19 deletions
|
|
@ -235,7 +235,7 @@ void SpectrumAnalyzer::NewDatapoint(Protocol::SpectrumAnalyzerResult d)
|
|||
d.port1 /= 126500000.0;
|
||||
d.port2 /= 126500000.0;
|
||||
d = average.process(d);
|
||||
traceModel.addSAData(d);
|
||||
traceModel.addSAData(d, settings);
|
||||
emit dataChanged();
|
||||
if(d.pointNum == settings.pointNum - 1) {
|
||||
UpdateAverageCount();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue