diff options
author | Solomon Tan <solomonbstoner@yahoo.com.au> | 2021-05-18 21:47:48 +0800 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-05-19 10:51:37 -0400 |
commit | be3c6c930896e2a927f05fbafcba4e91ffc605b0 (patch) | |
tree | 371ddec40ae127ca8f3f601e76efbf9475ff3cd6 /gr-filter | |
parent | b6851218337aca35ace7e9fe80b92a942b7a5c27 (diff) |
gr-blocks: Standardize Vector parameter name
Addresses point 1 of Issue #4615. Replaces all label instances of "Vec
Length" to "Vector Length". Also replaces "Vec Rate" to "Vector Rate"
for standardization.
Signed-off-by: Solomon Tan <solomonbstoner@yahoo.com.au>
Diffstat (limited to 'gr-filter')
-rw-r--r-- | gr-filter/grc/filter_single_pole_iir_filter_xx.block.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-filter/grc/filter_single_pole_iir_filter_xx.block.yml b/gr-filter/grc/filter_single_pole_iir_filter_xx.block.yml index a2f1fbe91e..4c33ffcb1e 100644 --- a/gr-filter/grc/filter_single_pole_iir_filter_xx.block.yml +++ b/gr-filter/grc/filter_single_pole_iir_filter_xx.block.yml @@ -15,7 +15,7 @@ parameters: dtype: real default: '1.0' - id: vlen - label: Vec Length + label: Vector Length dtype: int default: '1' hide: ${ 'part' if vlen == 1 else 'none' } |