Add simulation-based test for FIR generators
Compare changes
+ 30
− 2
@@ -8,6 +10,8 @@ from b_asic.sfg_generators import (
@@ -8,6 +10,8 @@ from b_asic.sfg_generators import (
@@ -38,7 +42,8 @@ def test_wdf_allpass():
@@ -38,7 +42,8 @@ def test_wdf_allpass():
@@ -52,6 +57,12 @@ def test_direct_form_fir():
@@ -52,6 +57,12 @@ def test_direct_form_fir():
@@ -59,9 +70,15 @@ def test_direct_form_fir():
@@ -59,9 +70,15 @@ def test_direct_form_fir():
@@ -75,9 +92,20 @@ def test_transposed_direct_form_fir():
@@ -75,9 +92,20 @@ def test_transposed_direct_form_fir():