- added alpha to s quelch

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@519 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-05-30 12:45:44 +00:00
parent e9767ef9c9
commit 85d4f862a2
5 changed files with 20 additions and 8 deletions
+3 -2
View File
@@ -33,9 +33,10 @@ namespace gr {
pmt::pmt_t m_msg_port_in;
float m_gain_target;
float m_gain;
float m_alpha;
public:
squelch_impl(float initValue);
squelch_impl(float initValue, float alpha);
~squelch_impl();
void print_pair(pmt::pmt_t pair);
void on_message(pmt::pmt_t msg);