05-10-2011 12:53 AM
Hello everyone. I am wondering about this and have searched some discussion topics but all seem to point that in order to do this, one has to resample the signal with the lowest possible dt. However for me I have obtained the data using another instrument and doing its processing/analysis using LabVIEW. Is there any subVI/method which can be used to convert a given XY train without the need to resample or interpolate, i.e. maintain the measured signal and convert the pair to a dynamic data type?
Thanks,
Solved! Go to Solution.
05-10-2011 07:20 AM
If it is unevenly sampled it cannot be dynamic data. Of course you can keep a copy of the original data for later comparison, but you will need to resample or interpolate in some way to do any type of processing which requires evenly sampled data.
Lynn
05-10-2011 06:52 PM
I guess there is no other way around this. Thanks Lynn 🙂