RT-WDF / rt-wdf_lib

RT-WDF - Real-Time Wave Digital Filter Library
92 stars 20 forks source link

Reactive elements alpha transform #21

Open multivac61 opened 6 years ago

multivac61 commented 6 years ago

Added a parameter associated with the alpha-transform (numerical scheme). Now users can optionally pass in a parameters to each reactive element to choose any alpha transform, e.g., alpha=1.0 is bilinear transform (default value), alpha=0 is backwards Euler.

m-rest commented 6 years ago

We are having conflicts here with your previous PR, do you have time to look into this?

multivac61 commented 6 years ago

Travelling until tomorrow. Will resolve conflicts when I get back, cheers!

multivac61 commented 6 years ago

Alright, I tried to resolve the conflicts. Both on this PR and in this commit. How should we move forward?

m-rest commented 6 years ago

Thanks! I will test and merge manually over the weekend.