Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm trying to do a problem using the Fast Fourier Transform routine in the
tools add-in menu. I need some clues as to how to arrange the inputs. Is there a reference book of instructions for this routine? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
how to arrange the inputs.
Hi. What kind of problems are you having? The input can be either 1 column of data, or 1 row of data. The output data is in the same direction as the input. The size of the data needs to be a power of 2 (2,4 8, 16, 32..etc) (It's a radix-2 algorithm). The data can be either Real or Complex. If you have Complex data, you could use the "Complex" function. Example: =Complex(3,4) Post back w/ any questions. -- HTH. :) Dana DeLouis Windows XP, Office 2003 "Tutorguy" wrote in message ... I'm trying to do a problem using the Fast Fourier Transform routine in the tools add-in menu. I need some clues as to how to arrange the inputs. Is there a reference book of instructions for this routine? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Suddenly deleted Tools Menu | New Users to Excel | |||
how do I make "Add-in" in Excel tools menu active? Its grey now | Excel Discussion (Misc queries) | |||
Fast Fourier Transform | Excel Worksheet Functions | |||
Menu Bar - Tools disappeared | Excel Worksheet Functions | |||
How do I get Data Analysis Plus tool pack in tools menu Show up. . | Setting up and Configuration of Excel |