I've tried the "tone" express VI, as well as the basic one. I don't seem to be getting any output though.
I'm looking for periodic random noise. The initial plan was to record a segment of the signal and, once its verified that no noise exists on it, use it as a reference signal to compare to. This, to me, means two possibilities: 1. synchronize the signals and compare the actual values, or 2. compare the frequency and amplitude for a specified slice of the signal.
To do the first, I acquired 1000 data points using the "write waveform to file" VI. Then, in a separate VI, I called up the file using the "read waveform from file" VI and ran the output through the "Align Waveforms" VI (tried both the single shot and continuous versions of this VI) along with 1000 data points acquired from the DAQ system. Then I tried to display the output in a waveform plot, just to see if it worked. I got nothing at all in the waveform plot.
For the second, I started the same way (reading file of 1000 data points and acquiring 1000 data points) and ran the two signals through the "tone" VI (both the express VI and the standard one), and then compared the frequency outputs from the VIs. The outputs wouldn't display on a Waveform chart or graph, and the comparison boolean stated that the values were not the same.
Am I missing something in here? I'm running these on Labview 8.0. I'll try to attach the VIs that I'm referring to.
The other issue is that I have it all set up to repeat until there is something detected, and then write the data to a file. I'm currently using the "write to measurement file" Express VI, and it seems to take forever for this VI to work. (Its not the computer...)
Thanks for any help!