Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 3

Expt.

No: DIGITAL SIMULATION OF SECOND ORDER SYSTEMS AIM:

Date:

To digitally simulate the time response characteristics of a second order system and verify manually. APPARATUS REQUIRED A PC with MATLAB Software THEORY The time characteristics of control systems are specified in terms of time domain specifications. Systems with energy storage elements cannot respond instantaneously and will exhibit transient responses, whenever they are subjected to inputs or disturbances. The desired performance characteristics of a system of any order may be specified in terms of transient response to a unit step input signal. The transient response characteristics of a control system to a unit step input is specified in terms of the following time domain specifications: Delay time td Rise time tr Peak time tp Maximum overshoot Mp Settling time ts PROCEDURE: 1. In MATLAB software open a new model in SIMULINK library browser. 2. From the continuous block in the library drag the transfer function block. 3. From the source block in the library drag the step input/ sine input. 4. From the sink block in the library drag the scope. 5. From the math operations block in the library drag the summing point. 6. Connect all to form a system and give unity feedback to the system. 7. For changing the parameters of the blocks connected double click the respective block. 8. Start simulation and observe the results in scope. (Use a mux from the signal routing block to view more than one graph in the scope) 9. From the step response obtained note down the rise time, peak time, peak overshoot and settling time. 10. Compare the simulated and theoretical results BLOCK DIAGRAM:

Program: num=[ 0 0 25 ]; den=[ 1 6 25 ]; sys = tf (num,den); step (sys);

Output graph:

RESULT: The time response characteristics of the given second order system is simulated digitally and verified manually.

You might also like