🔬

Cascading Filters with Variable Stages

Build the filter shown below, with R1 using the potentiometer as constant resistance. Once again, use the other 10K resistor as an electrical contact.
notion image
notion image
Fig. 6: (left) schematic of the single stage RC circuit, (right) implementation on breadboard

Analysis

The claimed transfer function of this circuit is
T(f)= Vout(f)Vin(f)=11+j2πf[R1C1+C2(R1+R2)]4π2f2R1R2C1C2 #(4)\begin{split}\begin{matrix} T(f) = \ \frac{V_{out}(f)}{V_{in}(f)} = \frac{1}{1 + j2\pi f\left\lbrack R_{1}C_{1} + C_{2}\left( R_{1} + R_{2} \right) \right\rbrack - 4\pi^{2}f^{2}R_{1}R_{2}C_{1}C_{2}}\ \#(4) \\ \end{matrix}\end{split}
Where j=1j=\sqrt-1 is the imaginary unit.
  1. What is the magnitude of the transfer function?
  1. What is the phase response of the circuit?
  1. What class (low-pass, high-pass, band-pass, band-stop) of filter is this?
  1. What is the -3dB frequency?

Measurement

Using the Red Pitaya’s Bode Analyzer tool, measure the frequency response (|T(f)|) as described in section 3.1.2.
  1. Show the plot of the measurement below:
  1. (Optional) Try sweeping from 10Hz to 1MHz. Is there anything strange that happens to the frequency response? Capture the frequency response, and describe what seems to happen to the transfer function.

Comparison

Respond to the following questions:
  1. Does the shape of the frequency response match your expectation from the analysis? Is there any point that stands out as odd?
  1. Find the -3dB point in the circuit, and compare this value to the one you previously calculated.

Questions and Answers

What is the magnitude of the transfer function?
The magnitude of the transfer function, denoted as |T(f)|, represents the ratio of the output voltage Vout(f)V_{out}(f) to the input voltage Vin(f)V_{in}(f). In the given transfer function expression, the magnitude can be calculated as  T(f)=11+(2πfRC)2\left| T(f) \right| = \frac{1}{\sqrt{1 + (2\pi fRC)^2}}.
What is the phase response of the circuit?
The phase response of the circuit, denoted as  ϕ(f)\phi(f), represents the phase shift between the input and output signals. In the given transfer function expression, the phase response can be calculated as  ϕ(f)=arctan(2πfRC)\phi(f) = -\arctan(2\pi fRC).
What class (low-pass, high-pass, band-pass, band-stop) of filter is this?
The class of the filter can be determined by analyzing the transfer function. In this case, since the magnitude of the transfer function decreases with increasing frequency, it is a low-pass filter. A low-pass filter allows low-frequency signals to pass through while attenuating high-frequency signals.
What is the -3dB frequency?
The -3dB frequency, denoted as fcf_c, corresponds to the frequency at which the magnitude of the transfer function is reduced to 12 or approximately 0.707. Mathematically, it can be found by solving the equation  11+(2πfcRC)2=12\frac{1}{\sqrt{1 + (2\pi f_{c}RC)^2}} = \frac{1}{\sqrt{2}}.