Closed chipmuenk closed 4 years ago
File: pyfda/hdl_generation/hdl_specs.py
Since integrating the SOS (second-order sections) from scipy.signal, the designed filter can be retrieved in SOS format from the central dict via
fb.fil[0]['sos']
Using this information to simulate and design fixpoint filters using myHDL would be a major step towards an universal fixpoint filter synthesis tool.
obsolete.
File: pyfda/hdl_generation/hdl_specs.py
Since integrating the SOS (second-order sections) from scipy.signal, the designed filter can be retrieved in SOS format from the central dict via
fb.fil[0]['sos']
Using this information to simulate and design fixpoint filters using myHDL would be a major step towards an universal fixpoint filter synthesis tool.