06-10-2008 07:45 PM - edited 06-10-2008 07:46 PM
06-11-2008 10:58 AM
06-11-2008 07:30 PM
06-12-2008 09:15 AM
06-12-2008 07:41 PM
06-12-2008 09:19 PM
I forgot to mention, the analysis is being conducted on data captured using displacement transducers, accelerometers and microphones. Not sure that this is important, but I thought I would mention it.
--Robert
06-15-2008 11:25 PM
The Block size is the lenght of time you set the data acquisition driver to capture data in each loop. For example, you might capture data at 15000 samples per second for 1 second and write this 1 second of data to the open file.
To trend and combine all the blocks into a loop, you need to obtain analysis results from each block such as the order magnitude and phase, then plot them on a trend chart, or buffer them in memory for later plotting.
06-15-2008 11:50 PM
So for octave or FFT analysis, a waterfall graph would be a type of trend graph (is this correct?). Is there a way to "trend" a colormap or an order vs. RPM graph? It seems like sequential analyses of these graphs could not be plotted together (unless some sort of averaging works).
Also, is there a big performance hit if I grab more than just one block of data? If I am writing 8000 samples per loop to a file, which ends up with approximately 144million samples and I wanted to read in something more like 100kSamples and analyze that way, would it be slower? The only reason I ask is that I have been timing the reads from the TDMS file for different #of elements read and increasing the size of the read to something on the order of 100kSamples seems more efficient. But, I have not yet put this data through the SVT analysis VIs.
Thanks for you help.
--Robert