01-14-2008 01:48 PM
01-15-2008
11:18 AM
- last edited on
06-22-2025
04:59 PM
by
Content Cleaner
Hi,
The LabVIEW help file gives the following information concerning this function:
The FFT Power Spectral Density VI completes the following steps to compute power spectral density.
The single-channel version of this VI can perform single-channel measurements in both one-shot mode, meaning a single call, and continuous mode, meaning multiple calls with history. The single-channel version can perform multichannel measurements only in one-shot mode. If you want to make multichannel measurements in continuous mode, use the multichannel version of this VI.
The single-channel version of this VI maintains internal state information for a single channel only. Calling the single-channel version to process another channel without using the restart averaging control to clear the history results in an unexpected behavior of this VI. The unexpected behavior results from the VI passing the internal state information from one channel to another.
Note The single-channel version of this VI is primarily intended for continuous processing of a single channel. Do not generalize this behavior to the multichannel case and use the single-channel version in a For Loop to continuously process multiple channels by indexing an array of waveforms. Refer to the examples\measure\maxmpl.llb and the examples\analysis\measxmpl.llb for examples of how to use a multichannel version of a VI like the FFT Power Spectral Density VI in a loop. |
Refer to the Noise Waveforms and PS Density VI in the labview\examples\measure\maxmpl.llb for an example of using the FFT Power Spectral Density VI.
01-15-2008 11:35 AM
01-16-2008 07:55 AM
01-16-2008 06:04 PM
Hi,
Do you have your VI set up to take the following piece of information into consideration?
Calling the single-channel version to process another channel without using the restart averaging control to clear the history results in an unexpected behavior of this VI. The unexpected behavior results from the VI passing the internal state information from one channel to another."
01-17-2008 06:24 PM
01-18-2008 03:39 PM