Simulink model

Thread Starter

gusmas

Joined Sep 27, 2008
239
Hey guys/girls

I have a home work question I cant seem to understand or do in simulink: See attached pdf and it is question number 5. Look at attached picture, that is how far i have gotten. I just builded state space model and applied a sin wave as input to the system. Now I am having problems implementing the feedback matrix. I dont know how to go about it. Any help/comments will be appreciated.
 

Attachments

Georacer

Joined Nov 25, 2009
5,182
First off, delete the sine input. This example has only feedback, not an independent signal source.
Be sure to specify the initial conditions of your system in the SS Model block.

To implement the feedback, use a Gain block, whose gain will be the matrix K. Feed it the SS Model output and use its output to feed the SS Model.
Important note: Select Matrix Multiplication K*u and not Element Multiplication in the Gain block properties.
 
Top