- use time constant for DC calculation

- use time constant for Min/Max calculation
- added AGC

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@394 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-01-09 10:32:32 +00:00
parent 3f42be1d5d
commit d7f5f09cb8
2 changed files with 21 additions and 10 deletions
+1
View File
@@ -42,6 +42,7 @@ class garage_impl : public garage
float m_vmax;
float m_v_sig;
float m_dc_corr;
float m_agc_gain;
float m_lag_accu;
float m_id_accu;
int m_id_bit;