Circuit Theory/Fourier Transform

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search
Joseph Fourier, after whom the Fourier Transform is named, was a famous mathematician who worked for Napoleon.
Joseph Fourier, after whom the Fourier Transform is named, was a famous mathematician who worked for Napoleon.

Contents

[edit] Fourier Transform

The Fourier Transform is a specific case of the Laplace transform. If we separate s into its real and imaginary parts:

s = σ + jω

Where s is the complex laplace variable, σ is the real part of s, and ω is the imaginary part of s. Remember, in Electrical Engineering, j is the imaginary number, not i.

Now, if we set \sigma \to 0, we can get the following:

s = jω

Plugging into the Laplace transform, we get the following formula:


[Fourier Transform]

F(j\omega) = \mathcal{F} \left\{f(t) \right\} = \int_{-\infty}^\infty f(t) e^{-j\omega t}dt

The variable ω is known as the "radial frequency" of the circuit. This term refers to the frequency of the circuit. The Fourier transform, in the respect that it accounts only for the response of the circuit to a given frequency is very similar to phasor notation. However the Fourier Transform produces an equation that can be used to analyze the circuit for all frequencies, not just a single frequency like phasors are limited to.

There is a table of Fourier Transform pairs in
the Appendix

As with the Laplace transform, there is an inverse Fourier transform:


[Inverse Fourier Transform]

\mathcal{F}^{-1}\left\{F(j\omega) \right\}
        = f(t) 
        = \frac{1}{2\pi}\int_{-\infty}^\infty F(j\omega) e^{j\omega t} d\omega

However, there are extensive tables of Fourier transforms and their inverses available, so we need not waste time computing individual transforms.

[edit] Radial Frequency

In the Fourier transform, the value ω is known as the Radial Frequency, and has units of radians/second (rad/s). People might be more familiar with the variable f, which is called the "Frequency", and is measured in units called Hertz (Hz). The conversion is done as such:


[Radial Frequency]

ω = 2πf
Radial Frequency is measured in radians, frequency is measured in hertz. Both describe the same quantity.

For instance, if a given AC source has a frequency of 60Hz, the resultant radial frequency is:

ω = 2πf = 2π(60) = 120π

[edit] Fourier Domain

The Laplace transform converts functions from the time domain to the complex s domain. s has real and imaginary parts, and these parts form the axes of the s domain: the real part is the horizontal axis, and the imaginary part is the vertical axis. However, in the Fourier transform, we have the relationship:

s \to j \omega

And therefore we don't have a real part of s. The Fourier domain then is broken up into two distinct parts: the magnitude graph, and the phase graph. The magnitude graph has jω as the horizontal axis, and the magnitude of the transform as the horizontal axis. Remember, we can compute the magnitude of a complex value C as:

C = A + jB
|C| = \sqrt{A^2 + B^2}

The Phase graph has jω as the horizontal axis, and the phase value of the transform as the horizontal axis. Remember, we can compute the phase of a complex value as such:

C = A + jB
\angle C = \tan^{-1}\left(\frac{B}{A}\right)

The phase and magnitude values of the Fourier transform can be considered independant values, although some abstract relationships do apply. Every fourier transform must include a phase value and a magnitude value, or it cannot be uniquely transformed back into the time domain.

The combination of graphs of the magnitude and phase responses of a circuit, along with some special types of formatting and interpretation are called Bode Plots, and are discussed in more detail in the next chapter.

[edit] Impedance and Reactance

In the Fourier domain, the concepts of capacitance, inductance, and resistance can be generalized into a single complex term called "Impedance." Impedance in this sense is exactly the same as the impedance quantities from the Laplace domain and the phasor domain. In the fourier domain however, the impedance of a circuit element is defined in terms of the voltage frequency across that element, as such:

Remember:
Reactance is a combination of inductance and capacitance.
Z(jω) = R(jω) + jX(jω)

Where R is the fourier transform of resistance, and X is the transform of reactance, that we discussed earlier.

[edit] Frequency Domain Analysis

Individual circuit elements can be transformed into the Fourier frequency domain according to a few simple rules. These transformed circuit elements can then be used to find the Frequency Response of the circuit.

[edit] Resistors

Resistors are not reactive elements, and their resistance is not a function of time. Therefore, when transformed, the fourier impedance value of a resistor is given as such:


[Transform of Resistor]

Zresistor(jω) = r

Resistors act equally on all frequencies of input.

[edit] Capacitors

Capacitors are reactive elements, and therefore they have reactance, but no resistance, as such:


[Transform of Capacitor]

Z_{capacitor}(j\omega) = \frac{1}{j\omega C} = \frac{-j}{\omega C}

[edit] Inductors

Inductors are also reactive elements, and have the following fourier transform:


[Transform of Inductor]

Zinductor(jω) = jωL

[edit] Current and Voltage Sources

The frequency representation of a source is simply the transform of that source's input function.

[edit] Frequency Response

If we set s \to j\omega, and plug this value into our transfer function:


[Frequency Response]

H(s)|_{s \to j\omega} = H(j\omega)

The function H(jω) is called the "Frequency Response". The frequency response can be used to find the output of a circuit from the input, in exactly the same way that the Transfer function can be:

Y(jω) = X(jω)H(jω)

In addition, the Convolution Theorem holds for the ω domain the same way as it works for the S domain:

Convolution in the time domain is multiplication in the frequency domain. Multiplication in the time domain is Convolution in the Frequency domain.
Personal tools