aboutsummaryrefslogtreecommitdiffstats
path: root/grc/misc_utils/gsm_controlled_fractional_resampler_cc.xml
blob: fdecece152c25d568656ca987ed46bfc0059bc86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<block>
  <name>Controlled Fractional Resampler</name>
  <key>gsm_controlled_fractional_resampler_cc</key>
  <import>import grgsm</import>
  <make>grgsm.controlled_fractional_resampler_cc($phase_shift, $resamp_ratio)</make>
	<callback>set_resamp_ratio($resamp_ratio)</callback>
	<param>
		<name>Phase Shift</name>
		<key>phase_shift</key>
		<type>real</type>
	</param>
	<param>
		<name>Resampling Ratio</name>
		<key>resamp_ratio</key>
		<type>real</type>
	</param>
	<sink>
		<name>in</name>
		<type>complex</type>
	</sink>
	<source>
		<name>out</name>
		<type>complex</type>
	</source>
</block>