Skip to content

Commit

Permalink
Update ExtendedStateSpace.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen authored Sep 26, 2024
1 parent 08e5e99 commit e95213e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ExtendedStateSpace.jl
Original file line number Diff line number Diff line change
Expand Up @@ -649,8 +649,8 @@ _I2mat(i::UniformScaling,nx) = i(nx)
Partition `P` into an [`ExtendedStateSpace`](@ref).
- `u` indicates the indices of the controllable inputs.
- `y` indicates the indices of the measurable outputs.
- `w` is the complement of `u`.
- `z` is the complement of `y`.
- `w` indicates the indices of the disturbance inputs (uncontrollable), by default `w` is the complement of `u`.
- `z` indicates the indices of the performance outputs (not neccesarily measurable), by default `z` is the complement of `y`.
"""
function partition(P::AbstractStateSpace; u=nothing, y=nothing,
w = nothing,
Expand Down Expand Up @@ -710,4 +710,4 @@ See also [`performance_mapping`](@ref), [`system_mapping`](@ref), [`noise_mappin
"""
function noise_mapping(P::ExtendedStateSpace, sminreal=sminreal)
sminreal(ss(P.A, P.B1, P.C2, P.D21, P.timeevol))
end
end

0 comments on commit e95213e

Please sign in to comment.