computeLongestWaveletSize

computeLongestWaveletSize(fs, foi, c1, ord)[source][source]

Estimates the size of the longest wavelet.

Parameters:
  • fs (float) – Sampling rate in Hz.

  • foi (array_like) – Frequencies of interest in Hz.

  • c1 (float) – Base number of cycles parameter.

  • ord (tuple or list) – The order or order range for superlets.

Returns:

Size of the longest wavelet in samples.

Return type:

int