Question

Preliminary Work a) Derive the exact equation for V/V, for the circuit of Fig. 5.1 and find an expression for the cutoff freq
- us @ 1 m ct Figure 5.1 First order lowpass filter.
vs 1 Von Figure 5.2 First order highpass filter.
0 0
Add a comment Improve this question Transcribed image text
Answer #1

a brow the dirat a) Draw the circuit in s-doonain. is G sé t to Apply the voltage division. cut off : vo = us ( helse) Viten:Execute the following MATLAB code for the magnitude plots:

%Assumptions
R=10*10^3;
L=10^(-3);
C=10^(-6);
%Cut-off frequencies
fc1=(1/2*pi*R*C);
fc2=R/(2*pi*L);
wc1=2*pi*fc1;
wc2=2*pi*fc2;
%Transfer function system 1
H1=tf([1],[1 R*C]);
%Transfer function system 2
H2=tf([0 L],[R L]);
figure(1)
bode(H1,{0.01,10*wc1})
grid on
figure(2)
bode(H2,{0.01,10*wc2})
grid on

Obtain the magnitude plots.

Figure 1 - O X File Edit View Insert Tools Desktop Window Help Figure 2 File Edit View Insert Tools Desktop Window Help DOK S

Add a comment
Know the answer?
Add Answer to:
Preliminary Work a) Derive the exact equation for V/V, for the circuit of Fig. 5.1 and...
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