From d19f20867d2b2f5a022bf034409a33ba40d5a46a Mon Sep 17 00:00:00 2001 From: Oscar Gustafsson <oscar.gustafsson@gmail.com> Date: Mon, 20 Feb 2023 13:19:48 +0100 Subject: [PATCH] Correct doc-string --- b_asic/sfg_generators.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/b_asic/sfg_generators.py b/b_asic/sfg_generators.py index e9a86470..64fb91e6 100644 --- a/b_asic/sfg_generators.py +++ b/b_asic/sfg_generators.py @@ -148,7 +148,7 @@ def direct_form_fir( The Output to connect the SFG to. If not provided, one will be generated. name : Name, optional - The name of the SFG. If None, "WDF allpass section". + The name of the SFG. If None, "Direct-form FIR filter". mult_properties : dictionary, optional Properties passed to :class:`~b_asic.core_operations.ConstantMultiplication`. @@ -229,7 +229,7 @@ def transposed_direct_form_fir( The Output to connect the SFG to. If not provided, one will be generated. name : Name, optional - The name of the SFG. If None, "WDF allpass section". + The name of the SFG. If None, "Transposed direct-form FIR filter". mult_properties : dictionary, optional Properties passed to :class:`~b_asic.core_operations.ConstantMultiplication`. -- GitLab