Skip to content

v0.7.0

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 22 Sep 18:58
· 935 commits to master since this release
7fc5ba4

This version introduces a new type TimeEvolution to represent what was previously called Ts, i.e., the sample time for a discrete system or continuous (previously indicated by Ts = -1. You can still access the sample time for a discrete systems with the property .Ts.

This new type is part of the type definition of LTIsystems, i.e., the full type of a state-space object is now on the form

julia> ss(1)
StateSpace{Continuous,Int64,Array{Int64,2}}
D = 
 1

Continuous-time state-space model

Some new functions:

  • timeevol(Lti) -> TimeEvolution (not exported)
  • isdiscrete