90 likes | 106 Vues
Explore frequency characteristics, filter orders, and Spice analysis for circuits with practical examples and design equations. Learn how load effects and filter orders impact circuit performance.
E N D
Circuits IIEE221Unit 6Instructor: 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. • 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.
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.
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
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.
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.01F and Rf = 10k. This implies R = 4.55k and (K-1)Rf = 5.86k
SPICE Results (Plot range 10 to 10 MHz) • The magnitude plot in dB. Crosshair marker near 3 dB cutoff (What is happening near 100kHz)?
SPICE Results (Plot range 10 to 10 MHz) • The phase plot in degrees. Crosshair marker near 3 dB cutoff (What is happening near 100kHz)?