Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed typo in welch function in emg signal processing #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

johanna-einsiedler
Copy link

There was a typo in the welch function specification (both in the package and the notebook)

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@GRamosPlux
Copy link
Collaborator

Dear @johanna-einsiedler,

In the name of the entire PLUX team, I would like to sincerely thank you for your valuable action and for being a proactive member of our esteemed community of users 😊

Regarding the Pull-Request, despite being very similar, the hanning window is also a valid window auxiliary link.

Due to this circumstance, hoping that you don't consider inadequate, before accepting/rejecting the Pull-Request, the team would like to understand which will be the benefits of the current change (window type) for the EMG signal processing.

We will carefully wait for your valuable feedback, wishing, in the meantime, a continuation of an excellent day.

My best and sincere regards,
@GRamosPlux

@johanna-einsiedler
Copy link
Author

johanna-einsiedler commented Jun 7, 2024 via email

@GRamosPlux
Copy link
Collaborator

Dear @johanna-einsiedler,

The team is very grateful for your extremely constructive feedback, you are totally correct, the typo definitively exists, our sincere apologies for my mistake!

In this case, hoping that you don't consider our suggestion inadequate, we would like to recommend replacing window='hammining' if scipy.__version__ <= "1.8.1" else "hann" segment to simply window="hann", considering that it is also supported on older versions of SciPy (auxiliary link).

I will wait for your always essential and valuable feedback regarding the previous suggestion 😉

My best and sincere regards,
@GRamosPlux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants