mne.time_frequency.stftfreq

mne.time_frequency.stftfreq(wsize, sfreq=None)[source]

Frequencies of stft transformation.

Parameters:

wsize : int

Size of stft window

sfreq : float

Sampling frequency. If None the frequencies are given between 0 and pi otherwise it’s given in Hz.

Returns:

freqs : array

The positive frequencies returned by stft

See also

stft, istft