Replies: 1 comment
-
The Heaviside function I've been asked about simple input functions before, but I always concluded that they aren't worth the time and effort to implement and document since
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I noticed looking at https://github.com/search?q=repo%3AJuliaControl%2FControlSystems.jl%20heaviside that heaviside function is not defined here.
Maybe it could make sense to have such a function into some of JuliaControl packages.
Use case can be step response of a simple SISO system (that's a teaching case) at a custom t0 time and with a custom U0 amplitude.
Related issue JuliaLang/julia#14981
Matlab have such a function https://fr.mathworks.com/help/symbolic/heaviside.html
Numpy also https://numpy.org/doc/stable/reference/generated/numpy.heaviside.html
in
step
function it seems to beControlSystems.jl/src/timeresp.jl
Line 223 in 0d82540
Some others classical input signals might also be implemented.
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions