mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-21 06:13:41 +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
|
|
@ -93,6 +93,7 @@ public:
|
|||
virtual Data getSample(unsigned int index) override;
|
||||
virtual Data getInterpolatedSample(double x) override;
|
||||
virtual unsigned int numSamples() override;
|
||||
virtual std::vector<Data>& rData() override;
|
||||
|
||||
double getUnwrappedPhase(unsigned int index);
|
||||
// returns a (possibly interpolated sample) at a specified frequency/time/power
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue