summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gr-filter/grc/filter_rational_resampler_xxx.block.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/gr-filter/grc/filter_rational_resampler_xxx.block.yml b/gr-filter/grc/filter_rational_resampler_xxx.block.yml
index 738a78c80b..bf11b7a251 100644
--- a/gr-filter/grc/filter_rational_resampler_xxx.block.yml
+++ b/gr-filter/grc/filter_rational_resampler_xxx.block.yml
@@ -59,4 +59,24 @@ templates:
callbacks:
- set_taps(${taps})
+documentation: |-
+ This is a rational resampling polyphase FIR filter.
+
+ Either taps or fractional_bw may be specified, but not both.
+
+ If neither is specified, a reasonable default, 0.4, is used as the fractional_bw.
+
+ Parameters:
+ Interpolation
+ Interpolation factor (integer > 0)
+
+ Decimation
+ Decimation factor (integer > 0)
+
+ Taps (R)
+ Optional filter coefficients (sequence)
+
+ Fractional BW
+ Fractional bandwidth in (0, 0.5), measured at final freq (use 0.4) (float)
+
file_format: 1