chipmuenk / pyfda

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

Implement widget for coefficients in SOS format #226

Open chipmuenk opened 1 year ago

chipmuenk commented 1 year ago

Most IIR design routines in scipy produce filter coefficients in SOS format, filter data in SOS format can be retrieved from the central pyfda dict as fb.fil[0]['sos']. To improve handling, a separate widget for handling would be useful:

In order to implement these filters in fixpoint format, several topics need to be addressed: