Skip to content
Snippets Groups Projects

Rename critical_path to critical_path_time and correct doc-string

Merged Oscar Gustafsson requested to merge cp into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -148,7 +148,7 @@ def direct_form_fir(
@@ -148,7 +148,7 @@ def direct_form_fir(
The Output to connect the SFG to. If not provided, one will be generated.
The Output to connect the SFG to. If not provided, one will be generated.
name : Name, optional
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
mult_properties : dictionary, optional
Properties passed to :class:`~b_asic.core_operations.ConstantMultiplication`.
Properties passed to :class:`~b_asic.core_operations.ConstantMultiplication`.
@@ -229,7 +229,7 @@ def transposed_direct_form_fir(
@@ -229,7 +229,7 @@ def transposed_direct_form_fir(
The Output to connect the SFG to. If not provided, one will be generated.
The Output to connect the SFG to. If not provided, one will be generated.
name : Name, optional
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
mult_properties : dictionary, optional
Properties passed to :class:`~b_asic.core_operations.ConstantMultiplication`.
Properties passed to :class:`~b_asic.core_operations.ConstantMultiplication`.
Loading