+ Reply to Thread
Results 1 to 4 of 4

Fourier Analysis

  1. #1
    jordon
    Guest

    Fourier Analysis

    What is the form of the input required for a Fourier Analysis? Can someone
    provide an example?

  2. #2
    Gary's Student
    Guest

    RE: Fourier Analysis

    Fourier is part of Microsfot's Analysis Toolpack
    See:

    http://office.microsoft.com/en-us/as...038731033.aspx

    --
    Gary's Student


    "jordon" wrote:

    > What is the form of the input required for a Fourier Analysis? Can someone
    > provide an example?


  3. #3
    Harlan Grove
    Guest

    Re: Fourier Analysis

    Gary's Student wrote...
    >Fourier is part of Microsfot's Analysis Toolpack
    >See:
    >
    >http://office.microsoft.com/en-us/as...038731033.aspx

    ....

    Did you read what LITTLE this site has to say about Fourier Analysis?
    It's just the web version of online help, and it's pathetic.

    The OP needs to run Tools > Data Analysis, Fourier Analysis, and then
    click on the Help button in Fourier Analysis dialog. The help info that
    displays is more useful than the link you provided, but still pretty
    skimpy.

    Excel's implementation is a toy. The OP would be better off using a
    real stats package to perform Fourier Analysis.


  4. #4
    Dana DeLouis
    Guest

    Re: Fourier Analysis

    > What is the form of the input required for a Fourier Analysis? Can
    > someone
    > provide an example?


    Hi. If I understand the question, the most common form of input is just
    real numbers like 3, 4, 5.3, etc.
    However, Excel's FFt can also work with complex data as well. Other
    examples of data input can be:
    =COMPLEX(3,4,"i")
    or
    =COMPLEX(3,4,"j")

    Just keep the i or j consistent. They can't be mixed. Note that i is the
    default if not given.
    You can also work with just imaginary data also as in other Fft programs:
    =COMPLEX(0,7)

    You can also work with string input if it represents a complex number:
    ="3+4i"
    or
    ="8i"
    (or ="8j" if you prefer "j". I personally like default of "i" to keep it
    consistent with certain other programs.)

    Note that Excel uses a Radix-2 algorithm, so the data size must be 2^n,
    where n is a positive integer 1-12. (Max of 4,096)

    HTH. :>)
    --
    Dana DeLouis
    Win XP & Office 2003


    "jordon" <jordon@discussions.microsoft.com> wrote in message
    news:D4E6F3E5-EE1B-4F62-9D34-16E3C4591047@microsoft.com...
    > What is the form of the input required for a Fourier Analysis? Can
    > someone
    > provide an example?




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1