- added squelch

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@502 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-05-29 11:42:04 +00:00
parent 0105f02bf8
commit 99cfb48180
3 changed files with 122 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
<?xml version="1.0"?>
<block>
<name>Jay's Squelch</name>
<key>jay_squelch</key>
<category>[jay]</category>
<import>import jay</import>
<make>jay.squelch()</make>
<sink>
<name>control</name>
<type>message</type>
<optional>1</optional>
</sink>
<sink>
<name>in</name>
<type>float</type>
</sink>
<source>
<name>out</name>
<type>float</type>
</source>
</block>