Question

In: Electrical Engineering

A bandpass series filter has parameter values of R=150Ω , C=2μF and L=3mH . The filter...

A bandpass series filter has parameter values of R=150Ω , C=2μF and
L=3mH . The filter is energized with a voltage source which has an
internal resistance equal to 100Ω.
Using Matlab, write a code to print Bode magnitude plots for the filter transfer function by
itself and the transfer function of the filter modified by the source resistance?

Solutions

Expert Solution

The circuit diagram of a bandpass series filter is shown below

Applying KVL

Taking Laplace Transform on both sides

So

The MATLAB code for obtaining the bode plot is

clc;
clear all;
close all;


s = tf('s');
G = 300e-6*s/(6e-9*s^2 +300e-6*s +1);
bode(G);
grid on;

The bode plot obtained is shown below

Case - II When the internal resistance is also considered

The transfer function will be changed to the following. The resistor value will be changed as the internal resistance comes in series .

The MATLAB code

clc;
clear all;
close all;


s = tf('s');
G = 500e-6*s/(6e-9*s^2 +500e-6*s +1);
bode(G);
grid on;

The plot


Related Solutions

Use a 5 nF capacitor to design a series RLC bandpass filter, as shown at the...
Use a 5 nF capacitor to design a series RLC bandpass filter, as shown at the top of Fig. 14.27.The center frequency of the filter is 8 kHz, and the quality factor is 2. a) Specify the values of R and L.using pspice b) What is the lower cutoff frequency in kilohertz? using pspice c) What is the upper cutoff frequency in kilohertz?using pspice d) What is the bandwidth of the filter in kilohertz?using pspice
Describe magnetic inductance and give examples. Describe R-L, L-C, and L-R-C series circuits, and give examples....
Describe magnetic inductance and give examples. Describe R-L, L-C, and L-R-C series circuits, and give examples. ( NOT by hand)
Describe magnetic inductance and give examples. Describe R-L, L-C, and L-R-C series circuits, and give examples....
Describe magnetic inductance and give examples. Describe R-L, L-C, and L-R-C series circuits, and give examples. PLEASE DO NOT WTITE IT BY HAND .
In a series R-L-C circuit, R= 360 ohm , L= 0.410 H and C= 1.1*10^-2 micro...
In a series R-L-C circuit, R= 360 ohm , L= 0.410 H and C= 1.1*10^-2 micro F. 1.What is the resonance angular frequency of the circuit? 2. The capacitor can withstand a peak voltage of 550 V. If the voltage source operates at the resonance frequency, what maximum voltage amplitude can it have if the maximum capacitor voltage is not exceeded?
In a series oscillating RLC circuit, R = 16.4 Ω, C = 30.9 μF, L =...
In a series oscillating RLC circuit, R = 16.4 Ω, C = 30.9 μF, L = 8.80 mH, and E = Emsinωdt with Em = 44.8 V and ωd = 2900 rad/s. For time t = 0.434 ms find (a) the rate Pg at which energy is being supplied by the generator, (b) the rate PC at which the energy in the capacitor is changing, (c) the rate PL at which the energy in the inductor is changing, and (d)...
In Matlab, Design a model for a bandpass filter with a bandwidth of 4000 Hz, and...
In Matlab, Design a model for a bandpass filter with a bandwidth of 4000 Hz, and a center frequency as specied below. Once you have the model, it is easy to programmatically change the center frequency. center frequency: 20 KHz, 24.5 KHz, 29 KHz, 33.5 KHz, 38 KHz, 42.5 KHz, 47 KHz
In Matlab, Design a model for a bandpass filter with a bandwidth of 4000 Hz, and...
In Matlab, Design a model for a bandpass filter with a bandwidth of 4000 Hz, and a center frequency as specied below. Once you have the model, it is easy to programmatically change the center frequency. center frequency: 20 KHz, 24.5 KHz, 29 KHz, 33.5 KHz, 38 KHz, 42.5 KHz, 47 KHz
Design the component values for the series RLC bandreject filter so that the center frequency is...
Design the component values for the series RLC bandreject filter so that the center frequency is 5 kHz and the quality factor is 5. Use a 500 nF capacitor. Important: Please.....Plot the circuit of your design, marking the output voltage. I think it means a sinewave on an X, Y, graph plot with vo as X, and t(ms)>0 as Y. Is this possible here?
Summarize the Source-Filter Theory. Be sure to incorporate glottal spectrum, resonance, bandpass filter, variable resonator, and...
Summarize the Source-Filter Theory. Be sure to incorporate glottal spectrum, resonance, bandpass filter, variable resonator, and the three functions.
In a series oscillating RLC circuit, R =16.0 W, C =5.0 mF, L =20.0 mH, and...
In a series oscillating RLC circuit, R =16.0 W, C =5.0 mF, L =20.0 mH, and e=emsin (wt) with em =45.0 V and frequency of oscillation is 50 Hz. For time t= 0.4 s find (a) the rate PCat which the energy in the capacitor is changing, and (b) the rate PRat which energy is being dissipated in the resistor.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT