Florian Markert

Results 4 comments of Florian Markert

There is a demo implementation in the branch gh-pages that basically does what you would like to do. It is the code for the implementation of the demo page. You...

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...

At the moment there is no way to set the initial state of the filter other than 0. I could however integrate an interface that lets you do that. You...

Hi, Thank you for looking so closely into the code. I did not really check the implementation of the FIR simulation other than simulating it on http://markert.github.io/fili.js/ I will write...