Tam Pham

Results 19 comments of Tam Pham

Hi @sitadrost Thank you for raising the issue. The `cwt` method is in-fact not as stable as `peak` and `dwt`. As of now, I would recommend using the 2 stable...

Hi @sitadrost No worries! We will close the issue now and if the problem shows up again. You can re-open this.

Alright. Lemme have a look as soon as I can.

I remember I did went through the functions to add in more checks for empty lists, and thus to avoid such index error. But it seems like I didnt reference...

Hi @alexxony, I don't think I understand the issue that was raised. What do you mean by using them individually? If possible, could you share with us the **full script**...

@DominiqueMakowski that sounds strange! Imma look at them this weekend, latest!

> When using signal_psd() with Welch method I pretty much always get the following warning, which is a bit obscure. We should somehow improve that Do you mean the warning...

When `min_frequency` is 0, it's actually sanitized to 0.001 for methods like Welch. And of course, it will expect a long enough recording. What it currently does is throw this...

Hi @timvlaer I was able to replicate your errors with the latest version of NeuroKit. However, a particular problem that I noticed is in the ECG signal you provided. ```python...

Hi all, apologize for my very late reply! Before we discuss, to avoid the confusion, I strongly recommend changing the `sampling_rate` here to `interpolation_rate`; so that we know the `interpolrate_rate`...