LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can I extract the frequency from the FFT function?

Solved!
Go to solution

Hi All,

 

How can I extract the frequency from the FFT function in labview?  thanks in advance

 

Regards

0 Kudos
Message 1 of 5
(4,018 Views)

If you put in a time series (usually by using a Waveform), you get out a frequency series.  Do you understand the concept of a Fourier Transform?  It involves taking a function of time and creating a function of frequency by doing certain integrals.  The FFT is just a "fast" numeric way of approximating this integral.  So the inputs will be assumed to be equally-spaced time points, and thus the output will be forced (by definition) to be equally-spaced frequency points. 

 

Bob Schor

Message 2 of 5
(3,995 Views)

Hi Bob,

 

Did you mean that, the df is the key to get the frequency?

 

0 Kudos
Message 3 of 5
(3,959 Views)
Solution
Accepted by topic author Al-rawachy

If you have the f0 and df, you can find your frequency just like you would find the time with a waveform based on t0 and dt.  You just need the index of the data point you want to get the frequency of.  The desired frequency is then f0+x*df, where x is the index of the data point you are interested in.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 5
(3,954 Views)

thank you, It's really helpful. thank you

0 Kudos
Message 5 of 5
(3,947 Views)