Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Calculus > Integral Transforms > Fourier Analysis >

FourierCoefficient

FourierCoefficient[expr, t, n]
gives the n^(th) coefficient in the Fourier series expansion of expr.
FourierCoefficient[expr, {t1, t2, ...}, {n1, n2, ...}]
gives a multidimensional Fourier coefficient.
  • The n^(th) coefficient in the Fourier series expansion of f(t) is by default given by .
  • The m-dimensional Fourier coefficient is given by .
  • The following options can be given:
Assumptions$Assumptionsassumptions on parameters
FourierParameters{1,1}parameters to define Fourier series
GenerateConditionsFalsewhether to generate results that involve conditions on parameters
  • The function expr is assumed to be periodic in t with period 2 pi, except when otherwise specified by FourierParameters.
{1, 1}default settings
{1, -2Pi}period 1
{a, b}general setting
Find the 5^(th) Fourier coefficient:
Find the coefficient of the general term in a Fourier series:
Plot the sequence:
Find the {3,5} Fourier coefficient:
Find the coefficient of the general term:
Plot the absolute value of coefficients:
Find the 5^(th) Fourier coefficient:
In[1]:=
Click for copyable input
Out[1]=
Find the coefficient of the general term in a Fourier series:
In[2]:=
Click for copyable input
Out[2]=
Plot the sequence:
In[3]:=
Click for copyable input
Out[3]=
 
Find the {3,5} Fourier coefficient:
In[1]:=
Click for copyable input
Out[1]=
Find the coefficient of the general term:
In[2]:=
Click for copyable input
Out[2]=
Plot the absolute value of coefficients:
In[3]:=
Click for copyable input
Out[3]=
Find the 3^(rd) Fourier coefficient for an exponential function:
General Fourier coefficient for a Gaussian function:
General Fourier coefficients for Abs:
Fourier coefficient for a basis exponential function:
Specify assumptions on a parameter:
Use a non-default setting for FourierParameters:
FourierCoefficient is defined by an integral:
Compute the exponential Fourier series using the individual coefficients:
Fourier coefficients for basis exponentials:
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team