chipmuenk / pyfda

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

Filter class Delay does not produce a delay #185

Closed chipmuenk closed 5 months ago

chipmuenk commented 4 years ago

... because Poles are neutralized by Zeros. Generating poles only crashes the b,a tab. The fx_delay structure also doesn't work, hence the filter is commented out in the configuration file for the time being. Probably some changes are required in central conversion routines.

chipmuenk commented 5 months ago

Moved to #246.