Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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