freq_vector_log (pyleoclim.utils.wavelet.freq_vector_log)
- pyleoclim.utils.wavelet.freq_vector_log(ts, nfreq=None)[source]
Return the frequency vector based on logspace
- Parameters
ts (array) – time axis of the time series
nv (int) – the parameter that controls the number of freq points
- Returns
freq – the frequency vector
- Return type
array
See also
pyleoclim.utils.wavelet.freq_vector_lomb_scargleReturn the frequency vector based on the REDFIT recommendation.
pyleoclim.utils.wavelet.freq_vector_welchReturn the frequency vector based on the Welch’s method.
pyleoclim.utils.wavelet.freq_vector_nfftReturn the frequency vector based on NFFT
pyleoclim.utils.wavelet.freq_vector_scaleReturn the frequency vector based on scales
pyleoclim.utils.wavelet.make_freq_vectorMake frequency vector