10-22-2007 11:04 PM
10-23-2007 02:36 AM
And can someone please tell me why I can't uncluster that power spectrum after the FFT?
Thanks!
10-23-2007 10:25 PM
Hi How,
I placed an FFT Power Spectrum.vi on a blank Block Diagram and played around with it for a bit. I think most of your questions could be answered by the LabVIEW Help for this VI and by diving into the VI (double clicking on it and viewing the Block Diagram). For example, I found:
1. The df is directly proportional to the inverse of the dt of the input signal. So it programmatically changes when you change the input.
2. The FFT Power Spectrum.vi (I’m assuming this is what you are using) is polymorphic. There are two instances and they occur based on the signal wired in. Again, you can read about this in the LabVIEW help and see it by investigating the VI. For a quick test: take your dynamic signal and “Convert from Dynamic Data” before you input the signal to the FFT VI. You will than notice that you can “Unbundle” the output.