Conflicting Simulink mdoels - transfer function

1 view (last 30 days)
I have a simulink model where the model on the right which is simplified does not give the same output as the expanded version on the right, I cannot figure out way as the equatiosn are the same, you may check page 5 of 9 of the pdf attached. I have attached the two simulink models as combined_control_model (left hand block diagram) and control_model (the right hand one).
Any assitance will be highly appreciated.
The constants are the same for both models, i.e:
Dm = 0.2;
L = 1.69e-2;
Km = 2.83e-2;
Kb = 2.82e-2;
Kf=5.8e-2;
J = 1.7767;
R = 0.5;
The block diagrams.
Final output velocity

Accepted Answer

Paul
Paul on 28 May 2021
The block diagrams don't represent the same system. The easiest way to see this is that the loop transfer functions are different between the two diagrams. The manipulation of the middle transfer function in the diagram on the left into the middle portion of the diagram on the right is incorrect.
  5 Comments
Paul
Paul on 28 May 2021
They are all different. Figure 3 becuase of reason already explained. Figure 4 and Figure 5 differ because there is a term missing in the coefficent of s^3 in G2(s) in Figure 5.

Sign in to comment.

More Answers (0)

Categories

Find more on Simulink Functions in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!