pywt icon indicating copy to clipboard operation
pywt copied to clipboard

Coiflet-1 wavelet with particular scale

Open DominiqueMakowski opened this issue 3 years ago • 0 comments

Hi, and thanks for that package!

I am new to wavelets, but I would like to reproduce this processing step (from this paper) (p. 3 - Wavelet Decomposition paragraph):

Coiflet-1 is chosen as the wavelet basis [...] Raw EEG signal of 1-second epochs are normalized and the wavelet decomposition is performed at scale 2**3 (node 3 in wavelet package, corresponding to the frequency band 47−63Hz)

The coif1 wavelet has these properties:

image

But I don't know how it relates to the "scale" mentioned. Also, the signal used in the paper was sampled at 250Hz. Does that mean that we need to resample the signals to that particular sampling rate to get the same results? Or can we somehow adjust the scale / decomposition parameters to take into account the sampling rate?

Thanks for any pointers!

DominiqueMakowski avatar Jul 04 '22 04:07 DominiqueMakowski