PSPicker

PSPicker, a matlab tool for automatic phase picking and event location

View the Project on GitHub ChrisBail/PSPicker

function to fill gaps of a time serie

Inputs:
time: time array in seconds
data: data array (whatever you measure)
rsample: sampling rate of the data
value: value that fill the gaps, can be NaN

Outputs:
new_time: new time array
new_data: filled data array