- added preamble_sync

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@390 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-01-08 16:20:37 +00:00
parent b8f94c2f08
commit 5df2d7d90f
10 changed files with 343 additions and 5 deletions
+15
View File
@@ -0,0 +1,15 @@
<block>
<name>Preamble Synchronizer</name>
<key>jay_preamble_sync</key>
<category>[JAY]</category>
<import>import jay</import>
<make>jay.preamble_sync()</make>
<sink>
<name>in</name>
<type>byte</type>
</sink>
<source>
<name>out</name>
<type>byte</type>
</source>
</block>