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

NDTFourierTransform


gives a numerical approximation to the discrete time Fourier transform of expr evaluated at the numerical value , where expr is a function of n.
  • The numerical approximation to the discrete time Fourier transform of expr is by default defined to be NSum.
  • Different choices for the definition of the discrete time Fourier transform can be specified using the option FourierParameters.
  • With the setting FourierParameters, the discrete time Fourier transform computed by is NSum[expr - b n , {n, -, }].
  • In addition to the option FourierParameters, can also accept the options available to NSum. These options are passed directly to NSum.
Different definitions for numerical approximation of a discrete time Fourier transform:
Compare with the answer from symbolic evaluation with FourierSequenceTransform:
Needs["FourierSeries`"]
Different definitions for numerical approximation of a discrete time Fourier transform:
In[2]:=
Click for copyable input
Out[2]=
In[3]:=
Click for copyable input
Out[3]=
Compare with the answer from symbolic evaluation with FourierSequenceTransform:
In[4]:=
Click for copyable input
Out[4]=
In[5]:=
Click for copyable input
Out[5]=
In[6]:=
Click for copyable input
Out[6]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF