fili.js icon indicating copy to clipboard operation
fili.js copied to clipboard

Chebyshev Type II support

Open drom opened this issue 6 years ago • 1 comments

Thank you for the awesome package. It would be great if it could design Type II Chebyshev filters (inverse Chebyshev filters) https://en.wikipedia.org/wiki/Chebyshev_filter#Type_II_Chebyshev_filters_(inverse_Chebyshev_filters)

drom avatar Aug 21 '18 01:08 drom

Inverse Chebychev lowpass filters can be calculated out of Type I filters by lowpass-highpass transform and mirroring. I did not implement these functions, yet. I will have a look into it.

markert avatar Oct 30 '18 08:10 markert