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[ifourier] - inverse Fourier integral transform
Calling Sequence
ifourier(M)
ifourier(M,u)
ifourier(M,v, u)
Parameters
M
-
array or expression
u
variable expr is transformed with respect to u
v
parameter of transform
Description
The ifourier function applies the inverse Fourier transform to M using the definition
The ifourier(M) calling sequence computes the element-wise inverse Fourier transform of M. The result, R, is formed as R[i,j] = ifourier(M[i,j], v, u).
ifourier(F) is the inverse Fourier transform of the scalar F with default independent variable w. If F is not a function of w, then F is assumed to be a function of the independent variable returned by findsym(F,1). By default, the return value is a function of x.
If F = F(x), then ifourier returns a function of t. The integration above proceeds with respect to w.
ifourier(F,u) makes F a function of the variable u instead of the default x. The integration above proceeds with respect to w.
ifourier(F,v,u) takes F to be a function of v instead of the default w. The integration is then with respect to v.
Examples
See Also
inttrans[invfourier], MTM[exp], MTM[findsym], MTM[fourier], MTM[heaviside]
Download Help Document