1 / 9

Circuits II EE221 Unit 6 Instructor: Kevin D. Donohue

Circuits II EE221 Unit 6 Instructor: Kevin D. Donohue. Active Filters, Connections of Filters, and Midterm Project. Load Effects. If the output of the filter is not properly buffered, then for different loads, the frequency characteristics of the filter will change.

ballingerj
Download Presentation

Circuits II EE221 Unit 6 Instructor: Kevin D. Donohue

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Circuits IIEE221Unit 6Instructor: Kevin D. Donohue Active Filters, Connections of Filters, and Midterm Project

  2. Load Effects • If the output of the filter is not properly buffered, then for different loads, the frequency characteristics of the filter will change. • Example: Both low-pass filters below have fc = 1 kHz and GDC = 1 (or 0 dB). • Find:fc and GDC when a 100  load is placed across the output vo(t). • Result: fc = 11 kHz and GDC = 1/11 (or -21 dB) for the passive circuit, while fc and GDC remain unchanged for the active circuit.

  3. Filter Order • The order of a filter is the order of its transfer function (highest power of s in the denominator). If the filter order is increased, a sharper transition between the stopband and passband of the filter is possible. • Example: For the two low-pass filters, determine circuit parameters such that fc is 100 Hz, and GDC is Plot transfer function magnitudes to observe the transition near fc.

  4. Transfer Function Results

  5. Plot Comparison of Filter Order Effect w = [0:1024]*2*pi; p = j*w; h1 = (3-sqrt(2)) ./ (1 + (p / (2*pi*100))); h2 = (3-sqrt(2)) ./ (1 + (sqrt(2)*p / (2*pi*100)) + ( p / (2*pi*100)) .^2); plot(w/(2*pi),abs(h1),'b-', w/(2*pi), abs(h2), 'b:') title('first order (-), second order (---)'); xlabel('Hz'); ylabel('gain') 3dB cut-off

  6. SPICE Transfer Function Analysis • The simulation option for “.AC Frequency Sweep” with plot transfer function for simulated circuit. The frequency range (in Hz) must be selected along with plot parameters such as log or linear scales. Both the phase and magnitude can be plotted if requested. The input can be a voltage or current source with amplitude of 1 and phase 0. • Selection of the frequency range is critical. If a range is selected in an asymptotic region (missing the dynamic details of the transfer function) the plot will be misleading. The range can be determined by looking at large scale plots and making adjustments. Selecting a large range on a log scale may make it easier to identify the frequency range where change is happening, and then a smaller range can be selected to better show the details of the plot.

  7. Spice Example: • Design the second order LPF so that it has a cutoff at 3.5 kHz with a gain of • Verify the design with a SPICE simulation. The key design equations become: So let C = 0.01F and Rf = 10k. This implies R = 4.55k and (K-1)Rf = 5.86k

  8. SPICE Results (Plot range 10 to 10 MHz) • The magnitude plot in dB. Crosshair marker near 3 dB cutoff (What is happening near 100kHz)?

  9. SPICE Results (Plot range 10 to 10 MHz) • The phase plot in degrees. Crosshair marker near 3 dB cutoff (What is happening near 100kHz)?

More Related