- added peak tags

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@453 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-05-24 16:24:01 +00:00
parent e79f780754
commit c3451c5f5b
2 changed files with 21 additions and 8 deletions
+2 -1
View File
@@ -36,7 +36,8 @@ namespace jay {
float *m_pXs;
float *m_pXm;
uint64_t m_frameCount;
pmt::pmt_t m_tag_id;
public:
peak_detect_impl(float alpha_s, float alpha_m, int vlen);
~peak_detect_impl();