0% found this document useful (0 votes)
118 views6 pages

Exp 11 Single Area 2area

This document contains instructions and code for two MATLAB simulations: 1) A single area power system simulation with a root locus analysis and frequency deviation step response plot. 2) A two area power system simulation with calculations of frequency deviations and power mismatches given system parameters. Instructions are given to open and run the corresponding Simulink model.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
118 views6 pages

Exp 11 Single Area 2area

This document contains instructions and code for two MATLAB simulations: 1) A single area power system simulation with a root locus analysis and frequency deviation step response plot. 2) A two area power system simulation with calculations of frequency deviations and power mismatches given system parameters. Instructions are given to open and run the corresponding Simulink model.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 6

------EXP 11 ---1.single area(Matlab+Simulink) --Example 12.

1---Page 536--

disp('Example 12.1 (b) Root-locus')


num = 1;
den = [1 7.08 10.56 .8];
figure (1), rlocus(num, den)
disp('Example 12.1 (c) Frequency deviation step response')
PL = 0.2;
numc = [0.1 0.7 1];
denc = [1 7.08 10.56 20.8];
t = 0:.02:10;
c = -PL*step(numc, denc, t);
figure(2), plot(t, c), grid
xlabel('t, sec'), ylabel('pu')
title('Frequency deviation step response')
timespec(numc, denc)

-------EXP 11 ---2.TWO area(Matlab+Simulink) --HS Example 12.4---Page 548-------

disp('(a)')
R1 = 0.05; R2 = 0.0625;
D1 = 0.6; D2 = 0.9;
DPL1 = 187.5/1000;
Dw = -DPL1/(1/R1 + D1+ 1/R2+D2)
Df = Dw*60, f = 60+Df
DPm1 = -Dw/R1
DPm2 = -Dw/R2
DP12 = Dw*(1/R2 + D2)
disp('(b) Open sim12ex4.mdl in SIMULINK WINDOW and click on simulation')
TWO AREA:

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy