Question

Please help me answer the question using the circuit. Any method is acceptable. Thank You.R2 w P+15V R1 A R2 B 2 с C2 HE D 3 Vi C1 R3 Vo -15V3. Let R1 = 2.7 k12, R2 = 51k, R3 = 15 k12, C1 = .1 uF, and C2 = .1 uF. Assume that Vi has a magnitude of 10 V and zero phase

**HERE IS A SAMPLE TABLE

f

w

|Vi|

|VA|

|VC|

|VD|

|VA|/|Vi|

|VC|/|VA|

|VD|/|VC|

φA

φC

φC-φA

φD

φD-φC

10

100

1000

10000

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Rz R VAR Ninin Cad VB 11 Vc It در) B V = V+ = ug :D K ce at VA By VALL | اما . ) Gs) 은 I t V? RI - R R. ka at VB o-ve o + 0 -

Combin ofning equations (1), (2) & 18) for form matrix (N% - tes -O 0 NA Ry R2 o 1 Ve wol- R3 no VO TGS 0 -GS B3 solo hug for

fi tooo VA - 2.64124.2553 - 5.0084 (-58.1734 c Ve-0.77684) 12516 1.473 L 121.8266 V= a -0.89954j|1561 1.4648 2127.8832 f LUOD

---------------

%matlab

Vi=10;
R1=2.7e3;
R2=5.1e4;
R3=1.5e4;
g1=1/R1;
g2=1/R2;
g3=1/R3;
C1=1e-7;
C2=C1;
f1=[10 100 1000 10000];
Va=zeros(size(f1));
Vc=Va;
Vd=Va;
for k=1:length(f1)
f=f1(k);
s=2i*pi*f;
x1=C1*s;
x2=C2*s;
A=[g1+g2+x1 0 0;g2 g3 0;0 -x2 g3+x2];
B=[g1*Vi;0;0];
X=A\B;
Va(k)=X(1);
Vc(k)=X(2);
Vd(k)=X(3);
end
subplot(211);
semilogx(f1,abs(Va));
xlabel('f(Hz)');
ylabel('|V_A|');
grid on
subplot(212);
semilogx(f1,angle(Va).*(180/pi));
xlabel('f(Hz)');
ylabel('\angle{V_A}');
grid on
figure
subplot(211);
semilogx(f1,abs(Vc));
xlabel('f(Hz)');
ylabel('|V_C|');
grid on
subplot(212);
semilogx(f1,angle(Vc).*(180/pi));
xlabel('f(Hz)');
ylabel('\angle{V_C}');
grid on
figure
subplot(211);
semilogx(f1,abs(Vd));
xlabel('f(Hz)');
ylabel('|V_D|');
grid on
subplot(212);
semilogx(f1,angle(Vd).*(180/pi));
xlabel('f(Hz)');
ylabel('\angle{V_D}');
grid on

------------------------------

10 MAI 5 0 101 102 103 104 f(Hz) 0 V -50 -100 101 102 103 104 f(Hz)

دعا IN 1 0 101 102 103) f(Hz) 200 150 LVc 100 50 101 102 103) 104 f(Hz)

N 1.5 IN 0.5 0 101 102 103 104 f(Hz) 200 100 0 -100 -200 101 102 103 104 f(Hz)

Add a comment
Know the answer?
Add Answer to:
Please help me answer the question using the circuit. Any method is acceptable. Thank You. **HERE...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT