mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 15:33:51 +00:00
time domain markers
This commit is contained in:
parent
c22d576984
commit
93bf7255c3
17 changed files with 505 additions and 185 deletions
|
|
@ -70,7 +70,7 @@ void ImpedanceMatchDialog::on_cSource_currentIndexChanged(int index)
|
|||
auto reflection = Z0 * (1.0 + data) / (1.0 - data);
|
||||
ui->zReal->setValue(reflection.real());
|
||||
ui->zImag->setValue(reflection.imag());
|
||||
ui->zFreq->setValue(m->getFrequency());
|
||||
ui->zFreq->setValue(m->getPosition());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue