PHYS3330 Lab3 sp16
PHYS3330 Lab3 sp16
PHYS3330 Lab3 sp16
LAB 3 INTRO: MEASURING THE FREQUENCY DEPENDANCE OF LOW PASS, HIGH PASS, AND
BAND PASS FILTERS.
GOALS
In this lab, you will characterize the frequency dependence of three passive filters. You will gain more experience
modeling both the response of the filters and how your measurement tools affect your measurements.
o Oscilloscope probe
o Capacitors and inductors
§ Identify polarized capacitors and determine the correct installation orientation
§ Measure capacitance and inductance with an LCR meter.
o Refine the model of scope measurement tool to include capacitance of the coax cable
o Refine the measurement system to reduce the effect of the capacitance of a coax cable
DEFINITIONS
Scope probe – a test probe used to increase the resistive impedance and lower the capacitive impedance compared
to a simple coax cable probe.
Pass band – the range of frequencies that can pass through a filter without being attenuated.
Attenuation band - the range of frequencies that a filter attenuates the signal.
Cutoff frequency (or corner frequency or 3 dB frequency), fc – the frequency boundary between a pass band and an
attenuation band. fc is the frequency at the half-power point or 3dB point, where the power transmitted is half the
maximum power transmitted in the pass band. The output voltage amplitude at f = fc is 1 / 2 = 70.7% of the
maximum amplitude.
Low pass filter – a filter that passes low-frequency signals and attenuates (reduces the amplitude of) signals with
frequencies higher than the cutoff frequency
High pass filter – a filter that passes high-frequency signals and attenuates (reduces the amplitude of) signals with
frequencies lower than the cutoff frequency
Band pass filter – a device that passes frequencies within a certain range and rejects (attenuates) frequencies outside
that range.
1
Band pass filter Bandwidth – the range of frequencies between the upper (f+) and lower (f–) half power (3dB) points:
bandwidth ∆f = f+–f–.
APPLICATIONS OF FILTERS
FILTER BASICS
1 f0
f0 = Q = ω 0 RC =
2π LC Δf
where ω0=2πf0. The resonant frequency, f0, is the center frequency of the pass band, and the Q is equal to the ratio
of the center frequency to the bandwidth ∆f. (These definitions are exactly true only if Q>>1).
For a resonant LCR circuit the characteristic impedance, Z0, is the magnitude of the impedance of the inductor or
the capacitor at the resonant frequency:
1 L
Z 0 = ω0 L = =
ω0C C
USEFUL READINGS
1. FC Sections 3.4 – 3.18 and 10.1 – 10.6
2. H&H Chapter 1, especially sections 1.13-1.24. You will make frequent use of the last topic in Section 1.18,
“Voltage Dividers Generalized.” Appendix A on oscilloscope probes.
2
LAB PREP ACTIVITIES
Answer the following questions using Mathematica. Save the complete notebook as a pdf and turn it in to D2L by
midnight the day before your lab section meets. Bring an electronic copy of your notebook to lab, preferably on
your own laptop. You will use it to plot your data during the lab session.
Low- and High-pass filters
Question 1 a. Define functions in Mathematica to calculate the cut-off or 3 dB frequency, fc, for the low- and high-
pass filters in Figure 1 (a) and (b). The input parameters to this function should be the resistance and
capacitance of your circuit. Evaluate the functions using the nominal values shown in the schematic.
During the lab, you can input the exact values of your components and thus quickly predict the 3 dB
you expect for your circuit.
b. Create two Bode plots (one for each filter) of the frequency response of the low- (1a) and high-pass
(1b) filters in Figure 1. A Bode plot is a log-log plot of (Vout/Vin ) versus frequency. See H&H Fig. 4.31
for an example. Make sure to include a large enough range in frequency to see both the pass and
attenuation bands. HINT: Details about making plots pretty are included in Lab Skill Activity #2.
c. During the lab section, you will enter your measurements into your Mathematica notebook and plot
them with your model predictions. To prepare for this, create a list of “fake data” and plot it on your
Bode plots. This will allow you to compare your model and measurements in real time avoiding lost
time taking lots of data when something is wrong with your circuit. The point of this part is just to
have you create working code to enter a list of data and plot it along with the function. The
numerical values of the fake date are unimportant. HINT: There is a helpful guide on our website
under the HINTS Tab titled “Plotting data and theory together in Mathematica.”
(c)
3
SETTING UP THE CIRCUITS AND PREDICTING THE BEHAVIOR
Figure 2. General Voltage Dividers. (a) resistive divider, (b) low-pass filter, (c) high-pass filter, and (d) band-pass filter.
Step 1 Building the Circuits
a. Gather all the components to be able to build the four circuits shown in Fig. 2 If you
cannot find components in stock with the specified values, take the nearest in value that
you can find, within 30% if possible.
o Resistive divider: R1 = 10 kΩ, R2 = 6.8 kΩ
o Low-pass filter: R = 10 kΩ, C = 1000 pF
o High-pass filter: R = 10 kΩ, C = 1000 pF
o Band-pass filter: R = 10 kΩ, C = .01 µF, L = 10 mH
b. Measure all components before placing them into the circuit. Record the values in your
lab book. Draw diagrams of all the circuits. Make sure to use the same labels on the
diagrams and for the values of the components.
c. Build all four circuits on your proto-board (make sure they are all separate)
Step 2
Use the Mathematica models to predict the behavior of the filters.
a. Calculate the expected attenuation of the divider.
b. Calculate the expected values of the cut-off frequencies for the high- and low-pass filters
using the actual component values.
c. Calculate the expected resonant frequency f0 and quality factor Q for the band-pass filter
using the actual component values.
HINT: You should have already done these calculations in your lab prep notebook. Just enter
the exact values of your components.
Step 3
Use the Mathematica models to plot the expected the behavior of the filters.
a. Plot your mathematical models of all three filter circuits (three independent plots) using
your actual component values. The frequency range should cover at least f = 10-3 fc (or f0)
to f = 103 fc (or f0) to show the full behavior.
b. After the lab is completed and you have your measurements on these plots as well, you
will print off the plots and tape them into your lab book. Make sure to leave room in your
lab book for the plots.
HINT: You should have already made these plots in your lab prep notebook. Just enter the
exact values of your components.
4
SETTING UP TEST AND MEASUREMENT EQUIPMENT
You have shown with data that the 10X probe perturbs your measurements less than the coax cable. Use the probe
for the rest of your measurements.
Step 7 c. Measure the frequency dependence of the filters.
a. Determine and record the cut-off frequency for the low- and high-pass filter. Compare
your measured half power point (Vout/Vin = 0.707) with the cut-off frequency computed
from the actual component values used. Include your comparison in your lab book.
b. Measure and record the attenuation vs. frequency at decade intervals from f = 10-3 fc to f
= 103 fc if possible. Test the predicted frequency response by plotting your data points
directly on your two Bode plots. Does the model agree with your data? Explicitly record
what criteria you used to determine whether or not the model and measurements agree.
6
HINTS: REFINED LCR BAND-PASS FILTER MODEL
Inductors often have considerable resistance as they are just wires wrapped around a ferrite core. One can include
this resistance as a resistor in series with the inductor. The refined model of the Q of this system is
𝑅
𝑅!
𝑄!"#$%"& =
𝐶 1 𝐿
𝑅 +
𝐿 𝑅! 𝐶
where RL is the equivalent series resistance of the inductor. This is non-trivial to derive.