- added parameter 'gap time'
git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@419 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<key>jay_bit_slicer</key>
|
||||
<category>[JAY]</category>
|
||||
<import>import jay</import>
|
||||
<make>jay.bit_slicer($sampleRate, $samplesPerSym, $kLoopFilter, $kThreshold, $doPrintPackets)</make>
|
||||
<make>jay.bit_slicer($sampleRate, $samplesPerSym, $kLoopFilter, $kThreshold, $numGapBits, $doPrintPackets)</make>
|
||||
<param>
|
||||
<name>Samplerate</name>
|
||||
<key>sampleRate</key>
|
||||
@@ -26,6 +26,11 @@
|
||||
<value>0.1</value>
|
||||
<type>float</type>
|
||||
</param>
|
||||
<param>
|
||||
<name>Gap time</name>
|
||||
<key>numGapBits</key>
|
||||
<type>int</type>
|
||||
</param>
|
||||
<param>
|
||||
<name>Print packets</name>
|
||||
<key>doPrintPackets</key>
|
||||
|
||||
Reference in New Issue
Block a user