diff options
author | Christophe Seguinot <christophe.seguinot@univ-lille.fr> | 2021-04-15 10:09:06 +0200 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-04-19 06:40:06 -0400 |
commit | ab3137c5fecd90a3b1c5b5c49e10c2fd81516615 (patch) | |
tree | 6ec8e031e8821b33f229fe3f23b8fcac362b3cff | |
parent | 39a173fe78a127e57019600e52173e02e492827d (diff) |
grc: fix rational resampler yml template
Signed-off-by: Christophe Seguinot <christophe.seguinot@univ-lille.fr>
-rw-r--r-- | gr-filter/grc/filter_rational_resampler_xxx.block.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-filter/grc/filter_rational_resampler_xxx.block.yml b/gr-filter/grc/filter_rational_resampler_xxx.block.yml index 10284d4cfd..fcc9914b35 100644 --- a/gr-filter/grc/filter_rational_resampler_xxx.block.yml +++ b/gr-filter/grc/filter_rational_resampler_xxx.block.yml @@ -52,7 +52,7 @@ templates: % else: taps=[], % endif - % if float(fbw) != 0: + % if fbw: fractional_bw=${fbw}) % else: fractional_bw=-1.0) |