I have the following problem:
I have two data vectors v1 (Length N1=13812) and v2 (Length N2=60002021). I have to bring both vectors in the same length N3 using interpolation bzw. downsampling, with the requirement: 2xN1.
Can somebody help me? My idea was to use: interp, interp1 and downsample to solve to problem. Is that the right approach?