Raphael Vallat

Results 125 comments of Raphael Vallat

Hi @SvennoNito! I am so sorry but I doubt we will implement this feature in the near future... I've too many other projects at the time. Thanks, Raphael

Hi @SvennoNito, thanks for sharing! The main PyQt interface was designed by @EtienneCmb so he will probably know better than me where such a code snippet should be integrated. Best,...

Hi @dansamber, Unfortunately, I'm having the same issue right now, which seems to be related to: https://github.com/vispy/vispy/issues/1885 Just curious, which version of Python are you using? Thanks Raphael

@DominiqueMakowski! I agree that this is probably the best approach. I'll run some tests on my data. Thanks!

Nope, ended up working on other projects and never had the time to finish this. Feel free to close the issue!

Hi @MaxHeuillet! Ok for the periodogram, could you say a bit more why you think it's unstable and what exactly you would put in the documentation (or please feel free...

I see! Well, I guess it makes sense to use a default value of 1 then since it is also the default in [scipy.signal.periodogram](https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.periodogram.html) and [scipy.signal.welch](https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.welch.html). But I think an...

Hi @Tam-Pham! Thanks for the feedback and for opening this issue! The implementations of the approximate and sample entropy are simply 1D adaptations of a code from the [MNE-features](https://github.com/mne-tools/mne-features/blob/629dad6345a61769c97a526c3878bd81c4d50ab6/mne_features/univariate.py#L357) package...