Merge remote branch 'ets/grc-usrp2-clock-source'
[debian/gnuradio] / grc / blocks / blks2_cvsd_encode.xml
1 <?xml version="1.0"?>
2 <!--
3 ###################################################
4 ## CVSD Encoder
5 ###################################################
6  -->
7 <block>
8         <name>CVSD Encoder</name>
9         <key>blks2_cvsd_encode</key>
10         <import>from gnuradio import blks2</import>
11         <make>blks2.cvsd_encode($resample,$bw)</make>
12         <param>
13           <name>Resample</name>
14           <key>resample</key>
15           <value>8</value>
16           <type>int</type>
17         </param>
18         <param>
19           <name>Frac. Bandwidth</name>
20           <key>bw</key>
21           <value>0.5</value>
22           <type>real</type>
23         </param>
24         <sink>
25                 <name>in</name>
26                 <type>float</type>
27         </sink>
28         <source>
29                 <name>out</name>
30                 <type>byte</type>
31         </source>
32 </block>