I have a stored discrete time series H(i). Typical values are: (descriptive only, the actual values are float):
H= 0,0,0,0,4,7,12,15,13,9,6,4,1,0,0,0,0,0,0,0
This corresponds to sampled ponts of a smooth waveform H(t) which has a generic raised cosine form. Amplitudes vary, but only the position of the maximum needs to be computed. The maximum will, in the main, lie somewhere between two of the H sampled points, it is this relative position I need to work out.
ANy thoughts?
TIA