LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

generalized fourier spectrum

Hi everyone,
I'm looking at some examples from labview 8.5 and got to be interested in this vi file, generalized fourier spectrum.
 
I'm totally not sure how it works. It being titled fourier spectrum, but I don't see any fourier transform.vi file being used. Is there someone kind enough to explain to me how it works?
0 Kudos
Message 1 of 2
(2,105 Views)

If you look at the VI hierarchy, you will see that it uses the Power Spectrum.vi(s) which in turn use the Call Library Function node.  The calculations are done in the DLL called by that node.  If you look at the FFT.vi, you will see that they do the same thing for that VI.

 

They try to use highly optimized code for such calculations.  If an improved algorithm becomes available, they can change the DLL and the LabVIEW code does not change.

 

Pressing the Theory button on the Generalized Fourier Spectrum VI will pop up a window with the formula used.

 

Lynn 

0 Kudos
Message 2 of 2
(2,093 Views)