reconstruct_ts (pyleoclim.utils.wavelet.reconstruct_ts)

pyleoclim.utils.wavelet.reconstruct_ts(coeff, freq, tau, t, len_bd=0)[source]

Reconstruct the normalized time series from the wavelet coefficients.

Parameters
  • coeff (array) – the coefficients of the corresponding basis functions (a0, a1, a2)

  • freq (array) – vector of frequency of the basis functions

  • tau (array) – the evenly-spaced time points of the basis functions

  • t (array) – the specified evenly-spaced time points of the reconstructed time series

  • len_bd (int) – the number of the ghost grids want to creat on each boundary

Returns

  • rec_ts (array) – the reconstructed normalized time series

  • t (array) – the evenly-spaced time points of the reconstructed time series