Skip to content

Commit

Permalink
Deactivate _preprocess_for_freqresp (#497)
Browse files Browse the repository at this point in the history
until hessenberg is properly used
  • Loading branch information
baggepinnen authored May 13, 2021
1 parent 6e71421 commit e66c352
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/freqresp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ of system `sys` over the frequency vector `w`."""
else
s_vec = exp.(w_vec*(im*sys.Ts))
end
if isa(sys, StateSpace)
sys = _preprocess_for_freqresp(sys)
end
#if isa(sys, StateSpace)
# sys = _preprocess_for_freqresp(sys)
#end
ny,nu = noutputs(sys), ninputs(sys)
[evalfr(sys[i,j], s)[] for s in s_vec, i in 1:ny, j in 1:nu]
end
Expand Down

0 comments on commit e66c352

Please sign in to comment.