1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 16:34:45 -04:00

GLScope: new delta phase displays

This commit is contained in:
f4exb
2015-10-29 09:24:08 +01:00
parent 9641895e68
commit f6b19085fb
4 changed files with 88 additions and 16 deletions
+3
View File
@@ -40,6 +40,8 @@ public:
ModeIQ,
ModeMagLinPha,
ModeMagdBPha,
ModeMagLinDPha,
ModeMagdBDPha,
ModeDerived12,
ModeCyclostationary
};
@@ -116,6 +118,7 @@ private:
Real m_triggerLevel;
Real m_triggerPre;
int m_nbPow;
Real m_prevArg;
// graphics stuff
QRectF m_glScopeRect1;