I just realized that the interpolation used for dejittering is linear. Wouldn't that mean that it can't EXTEND the waveform at it's lowest/highest point? I've attempted replicating this issue by trying to interpolate abs(x) with some missing values around 0.
What do you guys think? If this is the case and blech_clust has been working fine so far, we can take out the interpolation, which will speed up downstream processing and save significantly on storage space and I/O.

I just realized that the interpolation used for dejittering is linear. Wouldn't that mean that it can't EXTEND the waveform at it's lowest/highest point? I've attempted replicating this issue by trying to interpolate abs(x) with some missing values around 0.
What do you guys think? If this is the case and blech_clust has been working fine so far, we can take out the interpolation, which will speed up downstream processing and save significantly on storage space and I/O.