Two area three unit thermal power system

2 visualizaciones (últimos 30 días)
suketu vaidya
suketu vaidya el 19 de Oct. de 2021
Comentada: suketu vaidya el 20 de Oct. de 2021
i did not get desierd output. there is all data is given in ppt but i did not get perfect output frequncy waveform. if you can help me the its good for me thank you

Respuestas (1)

Sulaymon Eshkabilov
Sulaymon Eshkabilov el 19 de Oct. de 2021
In your m-file, one of the variables is not initialized correctly, see:
...
b1=0.4249;
b2=0. % ERR
4249;
tg1=0.08;
...
should be:
b1=0.4249;
b2=0.4249; % Corrected
tg1=0.08;
...
  1 comentario
suketu vaidya
suketu vaidya el 20 de Oct. de 2021
still its not working i thing the problem is in step function becouse my graph is totally revarse. of freq graph.

Iniciar sesión para comentar.

Categorías

Más información sobre Power and Energy Systems en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by