hann window in mne

External Email - Use Caution

Is there any implementation of hann window in mne for fft ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190806/62526718/attachment.html

External Email - Use Caution

For FIR filtering or computing something else?

For FIR-filtering, Hann, Hamming, and Blackman are all implemented:
https://martinos.org/mne/stable/generated/mne.filter.create_filter.html

For PSD, there's not an option -- it's just Hamming.

https://martinos.org/mne/stable/generated/mne.time_frequency.psd_welch.html#mne.time_frequency.psd_welch

Phillip