mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 06:25:16 +00:00
Min/Max/Delta markers
This commit is contained in:
parent
b5cd6e0072
commit
49fb02be23
16 changed files with 351 additions and 45 deletions
|
|
@ -226,6 +226,9 @@ void SpectrumAnalyzer::NewDatapoint(Protocol::SpectrumAnalyzerResult d)
|
|||
d = average.process(d);
|
||||
traceModel.addSAData(d);
|
||||
emit dataChanged();
|
||||
if(d.pointNum == settings.pointNum - 1) {
|
||||
markerModel->updateMarkers();
|
||||
}
|
||||
}
|
||||
|
||||
void SpectrumAnalyzer::SettingsChanged()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue