07-19-2006 01:55 PM
07-20-2006 02:05 PM
07-25-2006 07:55 PM
Hey Megan,
Thanks for your interest and help with my questions. The data I'm using is a waveform and each of the signals have a various number of points (i.e. one signal has 2000 points, another 1500, another 1800 etc.). To clarify my initial question, this is exactly what I need:
Hopefully this explanation will help you understand what I am talking about. If you require any further clarification please don't hesitate to contact me (804-456-0170). Thanks heaps for your help, I really appreciate it!
Prue
07-26-2006 10:45 AM
Hi Prue,
Thanks for the further explanation. I think that all you need to do is use the Get Waveform Components VI to break down your waveform. Waveforms are basically clusters containing an array of data (Y), an initial timestamp (t0), and a change in time (dt) and the Get Waveform Components will return these for you. Once you have the array, you will simply need to iterate through it and average the appropriate values to cut down your signal (perhaps using Delete From Array and Insert into Array). You can then build up the waveform again using the Build Waveform VI.
Hope this helps!
Megan B.
National Instruments