10-11-2006 11:56 AM
Description
I’m sampling two asynchronous signals, one from a Reader and another from a GPS receiver. I when I sample a Reader signal, I need a corresponding GPS signal for that exact moment in time. Since the two signals have different sampling rates, it is rare that the two will capture a signal at the same time. I’ve shown in the attached vi what sort of averaging method I’m currently using. However, this method seems far too complicated and takes too much processing time.
I’ve had a few ideas of interpolating the (Lat/Long) so they could match with the system clock, but I’m not entirely sure how to go about this, since the sampling periods between each GPS sample vary. Possible solutions include a linear or 5th order interpolation.
So far I’ve been thinking of post processing solutions that would take place after all the data has been captured, but if anyone has an idea of a real-time or a post data acquisition solution to this problem, I’d be more than happy to listen to a few ideas. Thanks in advance.
10-11-2006 12:02 PM
10-11-2006 12:22 PM
10-11-2006 12:24 PM
10-11-2006 12:31 PM
10-11-2006 12:45 PM
10-11-2006 12:57 PM
10-11-2006 05:40 PM
10-12-2006 11:30 AM