Releases: livinginthepast/elixir_sci
Releases · livinginthepast/elixir_sci
v0.0.3
- Add
Sci.Signal.Transformas 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. - Add
Sci.List.prod/1. Find the product of all elements in an N-dimensional list.