07-21-2006 05:59 AM
07-21-2006 06:09 AM
With non-uniform delta t incriments with f(t), t pairs you can always resample the signal. Essentially to convert you find the least common delta t (the smallest time increment which is divisible by all times) and then interpolate the missing points f(t). The waveform uses the interpolated and original f(t) array and the new dt and original t0 to build the waveform. I am not sure if LV has such a vi in the standard library.
Paul
07-21-2006 06:22 AM
Hi Paul,
thanks for your idea. I will check, if I can implement this.
However, this sounds not that easy :-).
Alex
07-21-2006 07:32 AM
There might be an easier method this what the first thing that came to mind, (it was 7AM and my caffeine gauge was on empty) .
Paul
07-21-2006 07:35 AM
Hi Paul,
I am still thinking about this. Let me know, if you get another great idea after the next coffee :-)!
Thanks,
Alex
07-21-2006 08:12 AM - edited 07-21-2006 08:12 AM
Message Edited by becktho on 07-21-2006 03:12 PM
07-21-2006 08:16 AM - edited 07-21-2006 08:16 AM
Message Edited by jasonhill on 07-21-2006 08:17 AM
07-21-2006 08:19 AM - edited 07-21-2006 08:19 AM
Message Edited by becktho on 07-21-2006 03:19 PM
07-21-2006 08:23 AM
07-21-2006 08:25 AM