P. Paderes Street, Sampaloc, Manila 1015 Laboratory Activity
P. Paderes Street, Sampaloc, Manila 1015 Laboratory Activity
Laboratory Activity
6
Finals
Feedback and Control Systems
Submitted to:
Engr. Joey P. Sarmiento
Submitted by:
Monsalud, Robert Russell N.
%Monsalud_Exercise1_LA6
NG1=[0 1];
DG1=[1 10];
NG2=[0 1];
DG2=[1 1];
NG3=[1 0 1];
DG3=[1 4 4];
NG4=[1 1];
DG4=[1 6];
NH1=[1 1];
DH1=[1 2];
H2=2;
H3=1;
printsys(N6,D6)
MATLAB Command Window Page 1
>> Monsalud_Exercise1_LA6
num/den =
%Monsalud_Exercise2_LA6
>> Monsalud_Exercise2_LA6
ans =
s^3 + 2 s^2 + s + 2
--------------------------------------------
s^5 + 17 s^4 + 87 s^3 + 190 s^2 + 207 s + 70
>>
Conclusion:
Experiment 6 is about Block Diagrams. Block Diagram is a diagram showing in schematic form
the general arrangement of the parts or components of a complex system or process. Reduction
and simplification of block diagrams can be implemented using MATLAB. Commands such as
series(), feedback(), append(), and connect() have been used to perform the reduction and
simplification of block diagram using MATLAB. To sum it up, simplification and reduction of
block diagrams is not only limited to block diagram algebra and mason rule. MATLAB is
software that can be used to make the simplification easier.