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

NInverseDTFourierTransform

NInverseDTFourierTransform[expr, Omega, n]
gives a numerical approximation to the inverse discrete time Fourier transform of expr evaluated at the integer n, where expr is a periodic function of Omega with period 1.
  • The numerical approximation to the inverse discrete time Fourier transform of expr is by default defined to be .
  • Different choices for the definition of the inverse discrete time Fourier transform can be specified using the option FourierParameters.
  • With the setting FourierParameters->{a, b}, expr is assumed to have a period of , and the inverse discrete time Fourier transform computed by NInverseDTFourierTransform is .
Numerical value for a sequence with a given discrete time Fourier transform:
Compare with the answer from symbolic evaluation:
Needs["FourierSeries`"]
Numerical value for a sequence with a given discrete time Fourier 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]=
In[5]:=
Click for copyable input
Out[5]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team