Chris' Page for HW 4 (Fourier Transforms): Difference between revisions

From Class Wiki
Jump to navigation Jump to search
ChrisRas (talk | contribs)
No edit summary
ChrisRas (talk | contribs)
No edit summary
Line 6: Line 6:


The Fourier Transform is detonated by;
The Fourier Transform is detonated by;


:<math>X(f) = \int_{-\infty}^{\infty} x(t)\ e^{-j \omega t}\,dt, </math>
:<math>X(f) = \int_{-\infty}^{\infty} x(t)\ e^{-j \omega t}\,dt, </math>

Revision as of 23:45, 3 November 2007

The Fourier Transform is a process or formula that converts a signal from one domain to another. Often it is used to go between the time domain and the frequency domain.

Developed by Frenchman, Jean Baptiste Joseph Fourier (1768 - 1830), the Fourier Transform stems from the more general Fourier Analysis, which is the representation of a function with sine and cosine terms. Unlike the Fourier Series the Fourier Transform is capable of representing aperiodic signals.

Mathematical Description

The Fourier Transform is detonated by;

X(f)=x(t)ejωtdt,

The Inverse Fourier Transform is;

x(t)=12πX(ω)ejωtdω,

Relation to Laplace Transform

Unless otherwise noted, a Laplace Transform is defined by the unilateral or one-sided integral

{f(t)}=0estf(t)dt.

The Laplace Transform can be applied from to , this is known as the Bilateral Laplace Transform and is denoted by

{f(t)}=estf(t)dt.

Setting s=jω (σ=0) gives the equation

{f(t)}=ejωtf(t)dt.

which is identical to the Fourier Transform. The same relationship exists between the Inverse Laplace and the Inverse Fourier transforms.

Examples