You are here

Designing Transfer Functions

2 June, 2016 - 15:17

If the source consists of two (or more) signals, we know from linear system theory that the output voltage equals the sum of the outputs produced by each signal alone. In short, linear circuits are a special case of linear systems, and therefore superposition applies. In particular, suppose these component signals are complex exponentials, each of which has a frequency different from the others. The transfer function portrays how the circuit affects the amplitude and phase of each component, allowing us to understand how the circuit works on a complicated signal. Those components having a frequency less than the cutoff frequency pass through the circuit with little modification while those having higher frequencies are suppressed. The circuit is said to act as a filter, filtering the source signal based on the frequency of each component complex exponential. Because low frequencies pass through the filter, we call it a lowpass filter to express more precisely its function.

We have also found the ease of calculating the output for sinusoidal inputs through the use of the transfer function. Once we find the transfer function, we can write the output directly as indicated by the output of a circuit for a sinusoidal input (3.18).

Example 3.5

media/image214.png
Figure 3.31 RL circuit

Let's apply these results to a final example, in which the input is a voltage source and the output is the inductor current. The source voltage equals Vin = 2cos (2π60t)+3. We want the circuit to pass constant (offset) voltage essentially unaltered (save for the fact that the output is a current rather than a voltage) and remove the 60 Hz term. Because the input is the sum of two sinusoids a constant is a zero-frequency cosine our approach is

  1. find the transfer function using impedances;
  2. use it to find the output due to each input component;
  3. add the results;
  4. find element values that accomplish our design criteria.

Because the circuit is a series combination of elements, let's use voltage divider to find the transfer function between Vin and V , then use the v-i relation of the inductor to find its current.

\begin{align*} \frac{I_{out}}{V_{in}}&=\frac{j2\pi fL}{R+j2\pi fL}\frac{1}{j2\pi fL}\\ &=\frac{1}{j2\pi fL+R}\\ &=H(f)\\ \end{align*}

where

voltage\ divider=\frac{j2\pi fL}{R+j2\pi fL}

and

inductor\ admittance=\frac{1}{j2\pi fL}

[Do the units check?] The form of this transfer function should be familiar; it is a lowpass filter, and it will perform our desired function once we choose element values properly. The constant term is easiest to handle. The output is given by 3|H(0)|=\frac{3}{R} . Thus, the value we choose for the resistance will determine the scaling factor of how voltage is converted into current. For the 60 Hz component signal, the output current is 2|H (60) |cos (2π60t + (H (60)). The total output due to our source is

i_{out}=2|H(60)|cos(2\pi 60t+\angle(H(60))+3\times H(0)

The cutoff frequency for this filter occurs when the real and imaginary parts of the transfer function's denominator equal each other. Thus, 2πfcL = R, which gives f_c=\frac{R}{2\pi L} . We want this cutoff frequency to be much less than 60 Hz. Suppose we place it at, say, 10 Hz. This specification would require the component values to be related by \frac{R}{L}=20\pi =62.8The transfer function at 60 Hz would be

\left | \frac{1}{j2\pi 60L+R} \right | =\frac{1}{R} \right |\left | \frac{1}{6j+1} \right | =\frac{1}{R}\frac{1}{\sqrt{37}}\approx 0.16\frac{1}{R}

which yields an attenuation (relative to the gain at zero frequency) of about 1/6, and result in

an output amplitude of \frac{0.3}{R} relative to the constant term's amplitude of \frac{3}{R} . A factor of 10 relative size between the two components seems reasonable. Having a 100 mH inductor would require a 6.28 Ω resistor. An easily available resistor value is 6.8 Ω; thus, this choice results in cheaply and easily purchased parts. To make the resistance bigger would require a proportionally larger inductor. Unfortunately, even a 1 H inductor is physically large; consequently low cutoff frequencies require small-valued resistors and large-valued inductors. The choice made here represents only one compromise.

The phase of the 60 Hz component will very nearly be -\left ( \frac{\pi}{2} \right ).leaving it to be\frac{0.3}{R}cos(2\pi 60t-\frac{\pi}{2})=\frac{0.3}{R}sin(2\pi 60t). The waveforms for the input and output are shown in Figure 3.32.

Waveforms

: media/image227.png
Figure 3.32 Waveforms
Input and output waveforms for the example RL circuit when the element values are R =6.28Ω and L = 100mH.  
 

Note that the sinusoid's phase has indeed shifted; the lowpass filter not only reduced the 60 Hz signal's amplitude, but also shifted its phase by 90 .