- fixed creating too many peaks in last stage

- added comments
- improved tags

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@459 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-05-25 05:21:18 +00:00
parent 109d2368c8
commit 045de0c155
2 changed files with 26 additions and 8 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ namespace jay {
const int PB_MIN = 5;
const int PB_MAX = 37;
public:
peak_detect_impl(float alpha_s, float alpha_m, int vlen);
~peak_detect_impl();