- added signal detection

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@380 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-01-03 19:34:23 +00:00
parent b7d75bc171
commit a9b715d31a
2 changed files with 35 additions and 17 deletions
+2
View File
@@ -39,6 +39,8 @@ class garage_impl : public garage
float m_kThreshold;
float m_vmin;
float m_vmax;
float m_v_sig;
float m_v_sig_m;
float m_v_thr;
float m_lag_accu;
int m_bit;