mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-04 14:07:30 +00:00
Additional YAxisType: Unwrapped phase
This commit is contained in:
parent
4ba02a810f
commit
4d959598b5
7 changed files with 48 additions and 6 deletions
|
|
@ -81,6 +81,7 @@ public:
|
|||
};
|
||||
|
||||
Data sample(unsigned int index, bool getStepResponse = false) const;
|
||||
double getUnwrappedPhase(unsigned int index);
|
||||
// returns a (possibly interpolated sample) at a specified frequency/time/power
|
||||
Data interpolatedSample(double x);
|
||||
QString getFilename() const;
|
||||
|
|
@ -186,6 +187,7 @@ private:
|
|||
|
||||
std::vector<MathInfo> mathOps;
|
||||
TraceMath *lastMath;
|
||||
std::vector<double> unwrappedPhase;
|
||||
void updateLastMath(std::vector<MathInfo>::reverse_iterator start);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue