-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic functionality #1
Comments
@aytekinar: It is being discussed whether we should move several of these functions to ControlCore.jl, such as Should we move Cc: @neveritt |
I just moved those issues from GitLab here. I did not pay attention to those. We can just check the options we have already implemented, either here or in |
Ok :) |
Do we really want to have |
Mmm you're right... I have removed them, but instead I have added other functions that we used to have in ControlKTH. |
Uhm... I think you wanted to teach me to shut my mouth up! I opposed two functions, and received 8 more, in return :) |
Description
Below is a set of basic functionality needed:
c2d
,d2c
,simulate
,impulse
,step
(SystemsBase.jl
),SystemsBase.jl
),dcgain
,rootlocus
,freqresp
(SystemsBase.jl
),bode
(SystemsBase.jl
),nyquist
(SystemsBase.jl
),sigma
,RecipesBase
,care
,dare
,lyap
,dlyap
,gram
,observability
,controllability
,covar
,norm
,balance
,lqr
,dlqr
,acker
(no need, since place is implemented in robust way),place
,rss
,drss
.Perhaps of limited use:
overshoot
,undershoot
,finalvalue
,peak
,peaktime
,risetime
,settlingtime
,isstable
,markovparam
,damp
,dampreport
,phasemargin
,gainmargin
,Need
To attract users.
References / Links
N/A.
Proposal
N/A.
The text was updated successfully, but these errors were encountered: