Peak detect

- optional outputs
- make general block

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@509 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-05-29 16:16:42 +00:00
parent e78ef5b772
commit 0faa5a81db
4 changed files with 38 additions and 16 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ namespace gr {
* \ingroup jay
*
*/
class JAY_API peak_detect : virtual public gr::sync_block
class JAY_API peak_detect : virtual public gr::block
{
public:
typedef boost::shared_ptr<peak_detect> sptr;