chipmuenk / pyfda

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

Poles and zeros cannot be entered in polar format in the P/Z Input tab #192

Closed chipmuenk closed 3 years ago

chipmuenk commented 3 years ago

Preceding a '>' should allow entering poles and zeros in polar format but this is broken. For some reason, the angle sign still works. This could be related with switching to numexpr for evaluating input fields.

chipmuenk commented 3 years ago

This had not been implemented yet (but is now in the latest master).