### Description Below is a set of basic functionality needed: - [x] `c2d`, - [x] `d2c`, - [x] `simulate`, - [ ] `impulse`, - [x] `step` (`SystemsBase.jl`), - [x] additional signals (`SystemsBase.jl`), - [x] `dcgain`, - [x] `rootlocus`, - [x] `freqresp` (`SystemsBase.jl`), - [x] `bode` (`SystemsBase.jl`), - [x] `nyquist` (`SystemsBase.jl`), - [ ] `sigma`, - [x] plotting through `RecipesBase`, - [x] `care`, - [x] `dare`, - [x] `lyap`, - [x] `dlyap`, - [x] `gram`, - [x] `observability`, - [x] `controllability`, - [x] `covar`, - [x] `norm`, - [ ] `balance`, - [ ] `lqr`, - [ ] `dlqr`, - [ ] `acker` (no need, since place is implemented in robust way), - [x] `place`, - [ ] `rss`, - [ ] `drss`. Perhaps of limited use: - [ ] `overshoot`, - [ ] `undershoot`, - [ ] `finalvalue`, - [ ] `peak`, - [ ] `peaktime`, - [ ] `risetime`, - [ ] `settlingtime`, - [x] `isstable`, - [x] `markovparam`, - [x] `damp`, - [x] `dampreport`, - [x] `phasemargin`, - [x] `gainmargin`, ### Need To attract users. ### References / Links N/A. ### Proposal N/A.
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.