06-30-2009 11:05 PM
07-01-2009 12:57 AM
You can't. By definition a waveform is an array of data where the dT is constant between elements.
What you would need to do it is create an array and fill the new elements with the Y values that are interpolated by between the ones you have defined. Since it seems like your t elements have a resolution of 0.1 seconds, you will want to build an array of Y values that has 4503 elements from index 0 to index 4502.
07-01-2009 03:36 PM