chipmuenk / pyfda

Python Filter Design Analysis Tool
http://chipmuenk.github.io/
MIT License
653 stars 93 forks source link

Pass designed filter in SOS format to myHDL methods #55

Closed chipmuenk closed 4 years ago

chipmuenk commented 8 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.

chipmuenk commented 4 years ago

obsolete.