Jump to content

File:Fourier transform two ways.png

From Wikipedia, the free encyclopedia

Original file(648 × 610 pixels, file size: 40 KB, MIME type: image/png)

Summary

[edit]
File information
Description

Two views of the Fourier transform of a function f(t). The first shows the plot of the time domain representation of f. The second plot shows the real and imaginary parts of the Fourier transform as a function of ω (assumed real). The other two plots the magnitude (complex modulus) and phase (complex argument) of the Fourier transform.

This was created by me (User:Slawekb) in Mathematica, version 9.0. The code to reproduce this is:

fplot = Plot[f[x], {x, -4, 4}, AxesLabel -> {"t", "f(t)"}]
Fplot = Plot[{Re[F[s]], Im[F[s]]}, {s, -6, 6}, PlotRange -> All, 
  AxesLabel -> {"\[Omega]", 
    "Re(\!\(\*OverscriptBox[\(f\), \(^\)]\)(\[Omega])), \
Im(\!\(\*OverscriptBox[\(f\), \(^\)]\)(\[Omega]))"}]
AbsFplot = 
 Plot[Abs[F[s]], {s, -6, 6}, PlotRange -> All, 
  AxesLabel -> {"\[Omega]", 
    "|\!\(\*OverscriptBox[\(f\), \(^\)]\)(\[Omega])|"}]
ArgFplot = 
 Plot[Arg[F[s]], {s, -6, 6}, PlotRange -> All, 
  AxesLabel -> {"\[Omega]", 
    "arg(\!\(\*OverscriptBox[\(f\), \(^\)]\)(\[Omega]))"}]
GraphicsGrid[{{fplot}, {Fplot}, {AbsFplot, ArgFplot}}]
Source

Created in mathematica 9.0

Date

2014-11-26

Author

Slawekb

Permission
(Reusing this file)

See below.


Licensing

[edit]
I, the copyright holder of this work, hereby publish it under the following licenses:
You may select the license of your choice.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current23:42, 26 November 2014Thumbnail for version as of 23:42, 26 November 2014648 × 610 (40 KB)Slawekb (talk | contribs)Made less minuscule.
23:35, 26 November 2014Thumbnail for version as of 23:35, 26 November 2014863 × 813 (45 KB)Slawekb (talk | contribs)Uploading a self-made file using File Upload Wizard
No pages on the English Wikipedia use this file (pages on other projects are not listed).

Metadata