chipmuenk / pyfda

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

Signalling input2 #122

Closed chipmuenk closed 6 years ago

chipmuenk commented 6 years ago

This PR finishes conversion of all input widgets to a common sig_rx / sig_tx signalling scheme. This is much more flexible and transparent than the old system.

It fixes #107 and #118.