09-17-2010 10:41 AM
09-17-2010 11:31 AM
If the data is already saved to disk, you can read the data back epoch by epoch (512 samples, or whatever length you want) by providing an index and length parameter to read file VI. Do the FFT on each epoch, create "bins" by using array indexing VI's and sum the resulting sub-arrays, and loop for each epoch in the data file.
Please visit our Biomedical User Group for more information, resources, and discussion around these topics.
Steve
09-17-2010 11:34 AM
09-17-2010 11:54 AM
Please use complete words. The accepted protocol on this Forum is to avoid the use of text messaging style shortcuts.
If you do not understand the concept of breaking the data set into segments, you probably need to work through the on-line tutorials for LabVIEW before trying to do more with your project. The Array Subset function is probably what you want.
Lynn
09-17-2010 11:58 AM