06-17-2011 06:22 AM
Please can any one help me with How I can Split a signal in to different time ranges.
What I am trying to achieve is to break up a signal in time.
Uxe
Solved! Go to Solution.
06-17-2011 06:51 AM
Look at Array Subset or Delete from Array. If the data is a waveform datatype, extract the array, select the subrange and build a new waveform from the subarray.
Lyn
06-17-2011 06:53 AM
Thanks Lyn for the mail. Is there an example program that is close to what you have just described?
06-17-2011 06:58 AM
I am unaware of any example. The Array Subset and Delete from Array are simple LV functions which are used frequently for array manipulations. Write some simple test VIs, read the help files, and figure out what works best for your application.
Lynn
06-17-2011 08:35 AM
Thanks Lyn