Add sensitivity specification checking
This commit is contained in:
parent
0137222ca5
commit
b2f4137d08
|
|
@ -89,6 +89,11 @@ else
|
||||||
disp('Nominal closed loop is stable');
|
disp('Nominal closed loop is stable');
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if hinfnorm(S*Ws) <= 1
|
||||||
|
disp('Nominal performance specifications on sensitivity are met')
|
||||||
|
else
|
||||||
|
disp('Nominal performance specifications on sensitivity are not met')
|
||||||
|
end
|
||||||
%% close figures
|
%% close figures
|
||||||
close all;
|
close all;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue