Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Fourier Series Package >

NFourierCosTransform

NFourierCosTransform[expr, t, Omega]
gives a numerical approximation to the Fourier cosine transform of expr evaluated at the numerical value Omega, where expr is a function of n.
  • The numerical approximation to the Fourier cosine transform of expr is by default defined to be .
  • Different choices for the definition of the Fourier cosine transform can be specified using the option FourierParameters.
  • With the setting FourierParameters->{a, b}, the Fourier cosine transform computed by NFourierCosTransform is .
Numerical approximation for a Fourier cosine transform:
Compare with the answer from symbolic evaluation:
Needs["FourierSeries`"]
Numerical approximation for a Fourier cosine transform:
In[2]:=
Click for copyable input
Out[2]=
Compare with the answer from symbolic evaluation:
In[3]:=
Click for copyable input
Out[3]=
In[4]:=
Click for copyable input
Out[4]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team