mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-08 07:53:40 +00:00
Merge branch 'master' of github.com:jankae/LibreVNA
This commit is contained in:
commit
6aef3fe0ac
15 changed files with 86 additions and 372 deletions
|
|
@ -1490,6 +1490,15 @@ unsigned int Trace::numSamples()
|
|||
}
|
||||
}
|
||||
|
||||
std::vector<Trace::Data> &Trace::rData()
|
||||
{
|
||||
if(deembeddingActive && deembeddingAvailable()) {
|
||||
return deembeddingData;
|
||||
} else {
|
||||
return TraceMath::rData();
|
||||
}
|
||||
}
|
||||
|
||||
double Trace::getUnwrappedPhase(unsigned int index)
|
||||
{
|
||||
if(index >= size()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue