Parcial Señales
Parcial Señales
Parcial Señales
𝑍𝑙 = 2 ∗ 3.1426 ∗ 10 ∗ 0.1
𝑍𝑙 𝑗6,283
−𝑗1
𝑧𝑐 =
2 ∗ 𝑝𝑖 ∗ 𝑓 ∗ 𝑐
𝑟 = 22.29 𝑜ℎ𝑚
−𝑗1 −9.632
𝑧𝑐 = 𝑡𝑒𝑡ℎ𝑎 = 𝑎𝑟𝑐𝑜𝑡𝑎𝑛
2 ∗ 3.11416 ∗ 10 ∗ 0.001 20
Zr=R1+R2=20ohm
Vr2=10*Is
𝑉𝑙 = 0.45𝐴115.72° ∗ 𝑗6.28𝑜ℎ𝑚
Pr2=Vr2*Is*cos(Zeq_fase_grad)
𝑉𝑙 = 2.82𝑣 205.72°
Vc=Is*Zc
𝑄𝑙 = 2.82𝑣 ∗ 0.45𝐴 ∗ (−0.43)
Vc_grad=Is_ang+(-90)
𝑄𝑙 = 0.54𝑉𝐴𝑅
Qc=Vc*Is*sin(Zeq_fase_grad)
𝑃𝑡𝑜𝑡𝑎𝑙 = 𝑃𝑟1 + 𝑃𝑟2
Vl=Is*Zl
𝑃𝑡𝑜𝑡𝑎𝑙 = 5.87𝑊
𝑄𝑡𝑜𝑡𝑎𝑙 = 𝑄𝑐 + 𝑄𝑙 Vl_grad=Is_ang+90
Pt=Pr1+Pr2
𝑆𝑠 = √5.872 + 1.942
Qt=Qc+Ql
𝑆𝑠 = 8.18𝐾𝑉𝐴
Ss=sqrt((Pt)^2+(Qt)^2)
Zr=10;
Vr=Zr*Is
f=10;
t=-0.2:1*10^-4:0.2;
w=2*pi*f;
Vs=V*sin(w*t);
c=1*10^-3
Corr=Is*sin(w*t);
f=10
plot(t,Vs,t,Corr)
V=10
title("Vs_Is")
V_ang=90
t=-0.2:1*10^-4:0.2;
w=2*pi*f
Grafb1=Vr*sin(w*t);
C=0.001
Corr=Is*sin(w*t);
plot(t,Grafb1,t,Corr)
title("Vr_Ir")
Grafc1=Vc*sin(w*t);
plot(t,Grafc1,t,Corr)
title("Vc_Ir")
Grafd1=Vl*sin(w*t);
plot(t,Grafd1,t,Corr)
title("Vl_Il")
Grafe1=Pr1*sin(w*t);
Grafe2=Pr2*sin(w*t);
plot(t,Grafe1,t,Grafe2)
title("Pr1_Pr2")
Graff1=Qc*sin(w*t);
Graff2=Ql*sin(w*t);
plot(t,Graff1,t,Graff2)
title("Qc_Ql")