aboutsummaryrefslogtreecommitdiffstats
path: root/grc/grgsm_controlled_fractional_resampler_cc.xml
blob: ca92572106adfc7f7e668e1e73ab25bc76dfbcc3 (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
27
<?xml version="1.0"?>
<block>
  <name>controlled_fractional_resampler_cc</name>
  <key>grgsm_controlled_fractional_resampler_cc</key>
  <category>grgsm</category>
  <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>