resample_raw_data

resample_raw_data(df, dec)[source]

Performs resampling in time using polyphase filtering.

Parameters:
  • df (DataFrame) – The input data with time as rows and depth as columns.

  • dec (int) – Decimation factor, power of 2.

Returns:

Resampled dataframe

Return type:

DataFrame