Hello,
I've got a signal, an AnalogWaveform, with irregular timing. That is, one timestamp for each sample. Now I need to send the sample data to an external system as a vector of samples (y-values) with a regular interval and a given sample rate. The waveform I've got is sampled in e.g. 400 Hz, but the samples are acquired individually and not with regular intervals.
Hence I need to resample the waveform using some clever algorithm. I guess I need to decide how many samples I need, e.g. 8000 samples for 20 seconds, and then sort of interpolate. Needless to say, this is not my field of expertise.
Can Measurement Studio do this?
Thanks,
Mikael