03-31-2006 08:59 AM
03-31-2006 10:16 AM - edited 03-31-2006 10:16 AM
Message Edited by WantToGolf on 03-31-2006 10:17 AM
04-04-2006 10:36 AM - edited 04-04-2006 10:36 AM
Hi Glen,
There are several FFT-based VIs in LabVIEW and the output units of each function is different.
The following table will give you a better idea of what each function does. In your case you might be better off using the FFT VI that comes with the Signal Processing toolkit since you are looking for Volts output instead of the Vrms given by the FFT Spectrum functions.
If you have doubts about the units returned on a specific function I recommend using the Context Help in LabVIEW. As shown on the image below this gives you more information about the function and the variables used/returned by it. You can open Context Help by going to Help>>Context Help in LabVIEW.
Hope this helps. Regards,
Tica T
Applications Engineer
Message Edited by Tica T on 04-04-2006 10:38 AM
04-04-2006 12:51 PM
Thanks for the reply Tica T, very good information.
I'm still working on my double integration of acceleration to displacement problem. At low frequencies it is not accurate... the displacement values are much too high. My Kistler accelerometer has a 1 to 6000 Hz frequency range at +/- 5 % signal so I don't think it's an issue with my accelerometer low frequency performance. I've been reading more on the 2 methods of integration. In the SVT manuals it shows:
a) Time domain integration
b) Frequency domain integration
Right now I'm using time domain integration then using the FFT for a spectral display.
According to the SVT manual, I should be using the FFT VI on the accelration signal then use frequency domain integration to convert to displacement instead.
It will take some time to modfiy the program for frequency integration but I think it's the right thing to do.