Recent content by Naibos77
-
N
Robust control system calculations
for question 2 : clear all clcDelta_I = ultidyn('Delta_I', [1 1]); Delta_I = ultidyn('Delta_I', [1 1]); G = tf(1,[0.1 1]) G1 = G*tf(1,[.05 1]) G2 = G*tf([-.01 1],[.01 1]) G3 = G*tf(4,[1 2 4]) G4 = G*tf(100,[1 2 100]) array = stack(1,G1,G2,G3,G4); Garray = frd(array,logspace(-1,3,60))...- Naibos77
- Post #4
- Forum: Engineering and Comp Sci Homework Help
-
N
Robust control system calculations
okey for problem 1 i wrote this MATLAB code : clear all; clc; % Defining TF s=tf('s'); G=4/((s-1)*(0.02*s+1)^2); Gd=100/(10*s+1); % Weight Selection M=1.8; wb=20; A=1e-4; Wp=tf([1/M wb], [1 wb*A]); Wu=1; % Hinf Controller Design...- Naibos77
- Post #3
- Forum: Engineering and Comp Sci Homework Help
-
N
Robust control system calculations
can i solve this problem i didnt go university due to Covid-19- Naibos77
- Thread
- Calculations Control Control system System
- Replies: 3
- Forum: Engineering and Comp Sci Homework Help