- renamed garage to bit_slicer

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@416 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-02-09 10:04:20 +00:00
parent cd4f8ad51d
commit 5451847729
10 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -20,6 +20,6 @@
install(FILES
jay_square_ff.xml
jay_square2_ff.xml
jay_garage.xml
jay_bit_slicer.xml
jay_pocsag_decoder.xml DESTINATION share/gnuradio/grc/blocks
)
@@ -1,9 +1,9 @@
<block>
<name>Garage</name>
<key>jay_garage</key>
<name>Bit Slicer</name>
<key>jay_bit_slicer</key>
<category>[JAY]</category>
<import>import jay</import>
<make>jay.garage($sampleRate, $samplesPerSym, $kLoopFilter, $kThreshold)</make>
<make>jay.bit_slicer($sampleRate, $samplesPerSym, $kLoopFilter, $kThreshold)</make>
<param>
<name>Samplerate</name>
<key>sampleRate</key>