NeuroKit icon indicating copy to clipboard operation
NeuroKit copied to clipboard

Improve PSD

Open DominiqueMakowski opened this issue 2 years ago • 2 comments

Why this so nice:

import neurokit2 as nk
import mne
raw.plot_psd(fmin=0, fmax=40., picks=["EEG 050"])

image

And ours so ugly 🥲

channel = nk.mne_channel_extract(raw, what=["EEG 050"]).values
psd = nk.signal_psd(
    channel, sampling_rate=raw.info["sfreq"], show=True, max_frequency=40, method="multitapers"
)

image

Originally posted by @DominiqueMakowski in https://github.com/neuropsychology/NeuroKit/issues/574#issuecomment-962896583

DominiqueMakowski avatar Nov 08 '21 23:11 DominiqueMakowski

can we close that @Tam-Pham ?

DominiqueMakowski avatar Nov 23 '21 03:11 DominiqueMakowski

This issue has been automatically marked as inactive because it has not had recent activity. It will eventually be closed if no further activity occurs.

stale[bot] avatar May 30 '22 21:05 stale[bot]

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

stale[bot] avatar Sep 08 '22 17:09 stale[bot]