lkorczowski / Tinnitus-n-Sleep

Detecting events in sleeping tinnitus patients
MIT License
1 stars 0 forks source link

Dealing with unconsistent sfreq #84

Closed lkorczowski closed 4 years ago

lkorczowski commented 4 years ago

It seems that after refactoring all from 200 to 250Hz (#61 ), the problem was that half of the recording are 200Hz and the other half to 250Hz.

We can either:

OPTION 1 not dealing with different sample rate (e.g. changing duration)**

pro:

con:

OPTION 2 re-sampling all to 200 Hz**

pro:

con:

Anyway, there is no-clear best practice here but I actually prefer not to resample. Less struggle for OPTION 1.