function[Zmedreal,Zmedimag]=zmed(Zmedida); % Zmedida pu, zbase Ohm,Zmedreal Ohm, Zmedimag Ohm Zmedreal=real(Zmedida); if Zmedreal>=10000 Zmedreal=exp(1000); elseif Zmedreal<=-10000 Zmedreal=log(0); end Zmedimag=imag(Zmedida); if Zmedimag>=10000 Zmedimag=exp(1000); elseif Zmedimag<=-10000 Zmedimag=log(0); end e-REdING. Biblioteca de la Escuela Superior de Ingenieros de Sevilla.


ANÁLISIS DE ACTUACIÓN DE LAS PROTECCIONES 21 Y 67N ANTE FALTAS SIMPLES, MULTIPLES E INTERCIRCUITO EN LÍNEAS ELÉCTRICAS SOBRE LOS MISMOS APOYOS

: Ruiz Lozano, José Luis
: Ingeniería Industrial
Contenido del proyecto:
Directorio raíz  >  z_Prog  >  PGn  >  PG173ni  >  ZMED.M