Hi Guys,
I have spent a day or two trying to figure this out... I have a waveform graph with 64000 data points over a period of 1 second (64kHz). I am then attempting to get a sample from this waveform at 128kHz. So from my understanding that means from a specfic time value (on the X Axis) I need something that will return the corresponding Y Axis Value. Interpolation may be needed as the value on the X Axis may not exist in the WaveForm array.
Does anyone have any idea how to go about this?
Cheers,
Alex