mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 14:35:23 +00:00
Zero span improvements
This commit is contained in:
parent
6393ae7fc3
commit
7151fffcdb
3 changed files with 6 additions and 7 deletions
|
|
@ -843,9 +843,8 @@ void VNA::NewDatapoint(Protocol::Datapoint d)
|
|||
|
||||
auto vd = VNAData(d);
|
||||
|
||||
if(!settings.zerospan) {
|
||||
vd = average.process(vd);
|
||||
}
|
||||
vd = average.process(vd);
|
||||
|
||||
if(calMeasuring) {
|
||||
if(average.currentSweep() == averages) {
|
||||
// this is the last averaging sweep, use values for calibration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue