diff options
author | Håkon Vågsether <haakonsv@gmail.com> | 2017-09-24 12:16:22 +0200 |
---|---|---|
committer | Håkon Vågsether <haakonsv@gmail.com> | 2017-10-10 10:49:36 +0200 |
commit | baf7eaf8f29d5a490f2580917362cf5b3db47281 (patch) | |
tree | 7afab4ee2dfa6439ecf95d47aa68996020ea04c5 /gr-analog/grc/analog_pll_freqdet_cf.block.yml | |
parent | 6fa9d33246251f44a0e78682e50e9a1cb0b03171 (diff) |
Added auto-generated YAML blocks
Diffstat (limited to 'gr-analog/grc/analog_pll_freqdet_cf.block.yml')
-rw-r--r-- | gr-analog/grc/analog_pll_freqdet_cf.block.yml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/gr-analog/grc/analog_pll_freqdet_cf.block.yml b/gr-analog/grc/analog_pll_freqdet_cf.block.yml new file mode 100644 index 0000000000..b9fe199dd2 --- /dev/null +++ b/gr-analog/grc/analog_pll_freqdet_cf.block.yml @@ -0,0 +1,31 @@ +id: analog_pll_freqdet_cf +label: PLL Freq Det + +parameters: +- id: w + label: Loop Bandwidth + dtype: real +- id: max_freq + label: Max Freq + dtype: real +- id: min_freq + label: Min Freq + dtype: real + +inputs: +- domain: stream + dtype: complex + +outputs: +- domain: stream + dtype: float + +templates: + imports: from gnuradio import analog + make: analog.pll_freqdet_cf(${w}, ${max_freq}, ${min_freq}) + callbacks: + - set_loop_bandwidth(${w}) + - set_max_freq(${max_freq}) + - set_min_freq(${min_freq}) + +file_format: 1 |