Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
MTM[fourier] - Fourier integral transform
Calling Sequence
fourier(M)
fourier(M,v)
fourier(M,u, v)
Parameters
M
-
array
v
variable
u
Description
The fourier(M) function computes the element-wise Fourier transform of M. The result, R, is formed as R[i,j] = fourier(M[i,j], u, v).
fourier(f) is the Fourier transform of the scalar f with default independent variable x. If f is not a function of x, then f is assumed to be a function of the independent variable returned by findsym(f,1). The default return is a function of w.
If f = f(w), then fourier returns a function of t.
By definition, , where the integration above proceeds with respect to x.
fourier(f,v) makes F a function of the variable v instead of the default w.
fourier(f,u,v) makes f a function of u instead of the default. The integration is then with respect to u.
Examples
See Also
inttrans[fourier], MTM[heaviside], MTM[ifourier], MTM[laplace], MTM[ztrans]
Download Help Document