You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Sci.Signal.Transform as a top-level module to expose signal transformation functions. The intention of this module is to use defdelegate(s) to submodules that will implement the more complicated logic.
Add Sci.Signal.Transform.bilinear. This transforms zeros and poles from analog s-plane to digital z-plane via Tustin's method.